Skip to content

Commit

Permalink
Merge refs/heads/main into npolshak/add-trust-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
soloio-bulldozer[bot] committed Jul 10, 2024
2 parents 6038c0f + d6967e3 commit bf44f0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/v1.18.0-beta7/fix-self-managed.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
changelog:
- type: FIX
issueLink: https://github.com/solo-io/gloo/issues/9740
resolvesIssue: false
description: >-
Allow GatewayParameters with selfManaged to be applied successfully on k8s versions below 1.29.
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,7 @@ spec:
type: object
selfManaged:
type: object
x-kubernetes-preserve-unknown-fields: true
type: object
x-kubernetes-validations:
- message: only one of 'kube' or 'selfManaged' may be set
Expand Down
1 change: 1 addition & 0 deletions projects/gateway2/api/v1alpha1/gateway_parameters_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ type GatewayParametersSpec struct {
// The proxy will be self-managed and not auto-provisioned.
//
// +kubebuilder:validation:Optional
// +kubebuilder:pruning:PreserveUnknownFields
SelfManaged *SelfManagedGateway `json:"selfManaged,omitempty"`
}

Expand Down

0 comments on commit bf44f0b

Please sign in to comment.