chore(deps): update module github.com/kong/kubernetes-configuration/v2 to v2.0.0 #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
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
Compare Source
Breaking Changes
KonnectExtension
v1alpha2
has been introduced as the API does not allow anymore toreference Konnect Gateway ControlPlanes via plain KonnectID.
Use Mirror
KonnectGatewayControlPlane
s instead.#449
#452
GatewayConfiguration
spec level now orin the
ControlPlane
andDataPlane
spec fields.GatewayConfiguration
does not haveControlPlane
andDataPlane
extensionAPI fields anymore.
#470
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
Cleanups
gateway-operator.konghq.com
KonnectExtension
marked as deprecated( it's already been since v1.5.0 but now the CRD is marked as such ).
The only API version affected is
v1alpha1
which is now marked as unserved.Users should migrate to
v1alpha2
version ofkonnect.konghq.com/KonnectExtension
API instead.#450
DataPlaneMetricsExtension
is not marked as EE only anymore.#456
Changes
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
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
GatewayConfiguration
v2alpha1
API version.This is now the storage version for
GatewayConfiguration
.#462
ControlPlane
v2alpha1
API version.This is now the storage version for
ControlPlane
.#441
#454
ControlPlane
(and by extensionGatewayConfiguration
) now allows configurationof the following fields:
spec.gatewayDiscovery
:readinessCheckTimeout
andreadinessCheckInterval
#503
spec.cache
:initSyncDuration
#512
spec.dataplaneSync
:interval
andtimeout
#513
spec.configDump
:enabled
anddumpSensitive
#518
spec.objectFilters
:secrets
andconfigMaps
to constrain watchedSecret
s andConfigMap
s#534
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
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.6
Compare Source
Changes
See changelog for a complete list of changes.
Install CRDs from all channels
v2.0.0-alpha.5
Compare Source
Changes
See changelog for a complete list of changes.
Install CRDs from all channels
v2.0.0-alpha.4
Compare Source
Changes
See changelog for a complete list of changes.
Install CRDs from all channels
v2.0.0-alpha.3
Compare 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 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.