chore(deps): update module github.com/kong/kubernetes-configuration/v2 to v2.0.0-alpha.4 #7679
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.0.0-alpha.1
->v2.0.0-alpha.4
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
kong/kubernetes-configuration (github.com/kong/kubernetes-configuration/v2)
v2.0.0-alpha.4
Compare Source
Changes
deprecated
KonnectExtension
fromgateway-operator.konghq.com
group.580
Controlplane
v1beta1
andv2beta1
, enabling seamless migration between API versions.#558
KonnectGatewayControlPlane
v1alpha1
andv1alpha2
, enabling seamless migration between API versions.To prevent import cycles,
v1alpha1
now imports required types fromv1alpha2
.#550
Added
listenersOptions
inGatewayConfiguration
'sspec
to allow overridingthe default configuration related to a certain listener in the
Gateway
.Each item of
listenersOptions
matches a listener in theGateway
which theGatewayConfiguration
configures by itsname
. The listeners without amatching item in
GatewayConfiguration
remains the default configuration.Currently
nodePort
can be configured to set the exposed nodeport of thedataplane's ingress service port serving for the listener.
#553
v2.0.0-alpha.3
Compare Source
Breaking Changes
ControlPlane
v2alpha1
has been replaced byControlPlane
v2beta1
GatewayConfiguration
v2alpha1
has been replaced byGatewayConfiguration
v2beta1
#548
KonnectGatewayControlPlane v1alpha2
has been introduced.The
CreateControlPlaneRequest
fields (name, description, clusterType, authType, cloudGateway, proxyUrls, labels
) have been moved from the top level ofspec
into a new structured field:spec.createControlPlaneRequest
. The old flat field layout is no longer supported inv1alpha2
.Action required:
#502
all
CRD categories from all CRDs.Added
konnect
category to all Konnect CRDs.#541
KongIngress
,TCPIngress
,UDPIngress
.#542
Changes
#538
ControlPlane
provisioned conditions reasons have been renamed.The reason for the condition status true is now
Provisioned
, while the reasonrelated to the provisioning non completed yet has been renamed to
ProvisioningInProgress
.#546
Added
spec.konnect
forControlPlane
v2alpha1
allows configurationof Konnect-related options:
consumersSync.enabled
: Configure consumer synchronization with Konnect (enabled/disabled)licensing.state
: Enable or disable Konnect licensinglicensing.initialPollingPeriod
: Set initial polling period for license checkslicensing.pollingPeriod
: Set regular polling period for license checkslicensing.storageState
: Configure whether to store licenses fetched from Konnect to Secrets locally (enabled/disabled)nodeRefreshPeriod
: Configure refresh period for node information in KonnectconfigUploadPeriod
: Configure period for uploading configuration to KonnectAlso added CEL validation rules for
ControlPlane
v2alpha1
Konnect licensing configuration:initialPollingPeriod
andpollingPeriod
can only be set toenabled
whenlicensing.state
is set toenabled
storageState
can only be set toenabled
whenlicensing.state
is set toenabled
#535
Configuration
📅 Schedule: Branch creation - "before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.