Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,27 @@
- [v0.5.0](services/telemetryrouter/CHANGELOG.md#v050)
- **Improvement:** Add validation for `Description` field
- `v1api`: **Improvement:** Add validation for `Description` field

- `vpn`:
- [v0.15.0](services/vpn/CHANGELOG.md#v0150)
- `v1alpha1api`:
- **Breaking change**: Remove `PHASEINTEGRITYALGORITHMSINNER_SHA1`
- **Feature**: Introduce `PHASEINTEGRITYALGORITHMSINNER_SHA2_512`
- `v1api`:
- **Breaking change**:
- Remove `PHASEINTEGRITYALGORITHMSINNER_SHA1`
- **Feature**:
- Add functions for `BGPFilter` and `BGPFilterRule`
- Introduce functions for `GatewayBGPFilter` and `GatewayBGPFilterRule`
- Introduce `APIERRORDETAILREASON_RESOURCE_IN_USE` for `APIErrorDetailReason`
- Add `InboundFilterId` field in `BGPTunnelConfig`
- Add `NetworkConfig` field in `Gateway` related structs
- Introduce `PHASEINTEGRITYALGORITHMSINNER_SHA2_512`
- `v1beta1api`:
- **Breaking change**:
- Remove `PHASEINTEGRITYALGORITHMSINNER_SHA1`
- **Feature**:
- Add `NetworkConfig` field in `Gateway` related structs
- Introduce `PHASEINTEGRITYALGORITHMSINNER_SHA2_512`

## Release (2026-07-21)

Expand Down
21 changes: 21 additions & 0 deletions services/vpn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v0.15.0
- `v1alpha1api`:
- **Breaking change**: Remove `PHASEINTEGRITYALGORITHMSINNER_SHA1`
- **Feature**: Introduce `PHASEINTEGRITYALGORITHMSINNER_SHA2_512`
- `v1api`:
- **Breaking change**:
- Remove `PHASEINTEGRITYALGORITHMSINNER_SHA1`
- **Feature**:
- Add functions for `BGPFilter` and `BGPFilterRule`
- Introduce functions for `GatewayBGPFilter` and `GatewayBGPFilterRule`
- Introduce `APIERRORDETAILREASON_RESOURCE_IN_USE` for `APIErrorDetailReason`
- Add `InboundFilterId` field in `BGPTunnelConfig`
- Add `NetworkConfig` field in `Gateway` related structs
- Introduce `PHASEINTEGRITYALGORITHMSINNER_SHA2_512`
- `v1beta1api`:
- **Breaking change**:
- Remove `PHASEINTEGRITYALGORITHMSINNER_SHA1`
- **Feature**:
- Add `NetworkConfig` field in `Gateway` related structs
- Introduce `PHASEINTEGRITYALGORITHMSINNER_SHA2_512`

## v0.14.0
- `v1api`:
- **Feature:** Add `ErrorMessage` field to `GatewayStatusResponse`
Expand Down
2 changes: 1 addition & 1 deletion services/vpn/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.14.0
v0.15.0
2 changes: 1 addition & 1 deletion services/vpn/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18e00f0b26b2cd1f3403bbf0c2e64e7fe333b4d1
d5bd75f47f4b364fa6f71663efb4ba41ec703ac8
39 changes: 38 additions & 1 deletion services/vpn/v1alpha1api/model_create_gateway_payload.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 38 additions & 1 deletion services/vpn/v1alpha1api/model_gateway.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 38 additions & 1 deletion services/vpn/v1alpha1api/model_gateway_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading