chore(deps): update module github.com/kong/kubernetes-configuration/v2 to v2.0.1 #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.1Warning
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.1Compare Source
Fixes
status.clusterTypeinKonnectGatewayControlPlaneto save theclusterType of the Konnect control plane after the
KonnectGatewayControlPlaneis attached to a Konnect control plane. This is used to fix the wrong
cluster type fetched in
KonnectExtensionfor mirrored control planes.#626
v2.0.0Compare Source
Breaking Changes
KonnectExtensionv1alpha2has been introduced as the API does not allow anymore toreference Konnect Gateway ControlPlanes via plain KonnectID.
Use Mirror
KonnectGatewayControlPlanes instead.#449
#452
GatewayConfigurationspec level now orin the
ControlPlaneandDataPlanespec fields.GatewayConfigurationdoes not haveControlPlaneandDataPlaneextensionAPI fields anymore.
#470
ControlPlanev2alpha1has been replaced byControlPlanev2beta1GatewayConfigurationv2alpha1has been replaced byGatewayConfigurationv2beta1#548
KonnectGatewayControlPlane v1alpha2has been introduced.The
CreateControlPlaneRequestfields (name, description, clusterType, authType, cloudGateway, proxyUrls, labels) have been moved from the top level ofspecinto a new structured field:spec.createControlPlaneRequest. The old flat field layout is no longer supported inv1alpha2.Action required:
#502
allCRD categories from all CRDs.Added
konnectcategory to all Konnect CRDs.#541
KongIngress,TCPIngress,UDPIngress.#542
Cleanups
gateway-operator.konghq.comKonnectExtensionmarked as deprecated( it's already been since v1.5.0 but now the CRD is marked as such ).
The only API version affected is
v1alpha1which is now marked as unserved.Users should migrate to
v1alpha2version ofkonnect.konghq.com/KonnectExtensionAPI instead.#450
DataPlaneMetricsExtensionis not marked as EE only anymore.#456
Changes
ControlPlaneprovisioned 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
deprecated
KonnectExtensionfromgateway-operator.konghq.comgroup.#580
Controlplanev1beta1andv2beta1, enabling seamless migration between API versions.#558
KonnectGatewayControlPlanev1alpha1andv1alpha2, enabling seamless migration between API versions.To prevent import cycles,
v1alpha1now imports required types fromv1alpha2.#550
Added
GatewayConfigurationv2alpha1API version.This is now the storage version for
GatewayConfiguration.#462
ControlPlanev2alpha1API version.This is now the storage version for
ControlPlane.#441
#454
ControlPlane(and by extensionGatewayConfiguration) now allows configurationof the following fields:
spec.gatewayDiscovery:readinessCheckTimeoutandreadinessCheckInterval#503
spec.cache:initSyncDuration#512
spec.dataplaneSync:intervalandtimeout#513
spec.configDump:enabledanddumpSensitive#518
spec.objectFilters:secretsandconfigMapsto constrain watchedSecrets andConfigMaps#534
spec.konnectforControlPlanev2alpha1allows 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
ControlPlanev2alpha1Konnect licensing configuration:initialPollingPeriodandpollingPeriodcan only be set toenabledwhenlicensing.stateis set toenabledstorageStatecan only be set toenabledwhenlicensing.stateis set toenabled#535
listenersOptionsinGatewayConfiguration'sspecto allow overridingthe default configuration related to a certain listener in the
Gateway.Each item of
listenersOptionsmatches a listener in theGatewaywhich theGatewayConfigurationconfigures by itsname. The listeners without amatching item in
GatewayConfigurationremains the default configuration.Currently
nodePortcan be configured to set the exposed nodeport of thedataplane's ingress service port serving for the listener.
#553
v2.0.0-alpha.6Compare Source
Changes
See changelog for a complete list of changes.
Install CRDs from all channels
v2.0.0-alpha.5Compare Source
Changes
See changelog for a complete list of changes.
Install CRDs from all channels
v2.0.0-alpha.4Compare Source
Changes
See changelog for a complete list of changes.
Install CRDs from all channels
v2.0.0-alpha.3Compare Source
Changes
See changelog for a complete list of changes.
Install CRDs from all channels
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 is behind base branch, 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.