Skip to content

Commit 2986f83

Browse files
authored
Prepare for release v0.63.0 (#817)
ProductLine: KubeDB Release: v2026.2.26 Release-tracker: kubedb/CHANGELOG#129 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 8d46f5c commit 2986f83

16 files changed

+65
-264
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ require (
2727
kmodules.xyz/client-go v0.34.3
2828
kmodules.xyz/custom-resources v0.34.0
2929
kmodules.xyz/monitoring-agent-api v0.34.1
30-
kubedb.dev/apimachinery v0.62.0
31-
kubedb.dev/db-client-go v0.17.0
30+
kubedb.dev/apimachinery v0.63.0
31+
kubedb.dev/db-client-go v0.18.0
3232
kubeops.dev/petset v0.0.15
3333
sigs.k8s.io/controller-runtime v0.22.4
3434
sigs.k8s.io/yaml v1.6.0
@@ -173,7 +173,7 @@ require (
173173
kubeops.dev/csi-driver-cacerts v0.5.0 // indirect
174174
kubeops.dev/operator-shard-manager v0.0.5 // indirect
175175
kubeops.dev/sidekick v0.0.12 // indirect
176-
kubestash.dev/apimachinery v0.25.0 // indirect
176+
kubestash.dev/apimachinery v0.26.0 // indirect
177177
open-cluster-management.io/api v1.2.0 // indirect
178178
sigs.k8s.io/gateway-api v1.4.0 // indirect
179179
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -752,10 +752,10 @@ kmodules.xyz/prober v0.34.0 h1:ElZkZYCjLaytAA0M8EH42To7i9gh1IIX+d0qfaIohys=
752752
kmodules.xyz/prober v0.34.0/go.mod h1:rsu/fxxfNxY70GDbH6Ju8G66459hi7AhWSSBoiIp8ic=
753753
kmodules.xyz/resource-metadata v0.42.4 h1:nFVo+PKmwWdzVwk7U3VZuKBQj3tPo6fyY5BC7gE2OB8=
754754
kmodules.xyz/resource-metadata v0.42.4/go.mod h1:++18wSB28Wrw3ZxnOd8o8IVg7oMyWPwaPfuLw21QnPc=
755-
kubedb.dev/apimachinery v0.62.0 h1:itdRIV6cQ9w8qbYFYyuJHSbmpNk2nR+MAiXTsMBca3g=
756-
kubedb.dev/apimachinery v0.62.0/go.mod h1:O9Lo4Trr/HWs4OX/iLbGJEnD9pev0b6tcTPbjRCjh1A=
757-
kubedb.dev/db-client-go v0.17.0 h1:wmdXM+3zp9hjyq8isCNhHtG4nbCJ7YFgxNtov32mhLk=
758-
kubedb.dev/db-client-go v0.17.0/go.mod h1:3U2oKDZZyWtVjet4mqtPBPDEDsCdcurgQYN+lJzc4mU=
755+
kubedb.dev/apimachinery v0.63.0 h1:YnHHiNJbpeTk7Y+WInG5NLuLfupF/RT1qTPRa6MONBo=
756+
kubedb.dev/apimachinery v0.63.0/go.mod h1:l3qXJvsiSUEZZ9DIF539BADcUwVA4Nz2SGdOLTrtDRM=
757+
kubedb.dev/db-client-go v0.18.0 h1:qfbIgGr38uRkUi25xvBSphyHicT868xwQ8R3OfrY7/k=
758+
kubedb.dev/db-client-go v0.18.0/go.mod h1:gar21Okv36P1itwncjF7lpHcvyz+TVXq5H2wmhqUGzE=
759759
kubeops.dev/csi-driver-cacerts v0.5.0 h1:WaKfoIyh7rx9rNZ65wJ3GkzhECkOjxd9dcO0iEx3xKU=
760760
kubeops.dev/csi-driver-cacerts v0.5.0/go.mod h1:VNbwC3gTWfmdQCVxd8mkVx+n1+0F1lOA5X3usyZN1rk=
761761
kubeops.dev/operator-shard-manager v0.0.5 h1:i7VnyUfIa9u3RQhSTVWNsooXcgmrWWxJyI9gJ10onE8=
@@ -764,8 +764,8 @@ kubeops.dev/petset v0.0.15 h1:iwTRFAp0RNw0A87sw2c97UZ6WIA9H/nhJBpDhXLa7fk=
764764
kubeops.dev/petset v0.0.15/go.mod h1:sw96WiXfzhpmKpXj4a5AdmEHs0Bx4QMhf+iW15zY4Gg=
765765
kubeops.dev/sidekick v0.0.12 h1:pmUjQLZDKxgREiM6z0PogLR1aDbgvkE9jRjbxG6dEt0=
766766
kubeops.dev/sidekick v0.0.12/go.mod h1:RU7QH3E8DOLw15rBYlOOJSyczuwAnVVtYyZjJb00UB8=
767-
kubestash.dev/apimachinery v0.25.0 h1:EgseCFUAoNTi8b7SIPGYywe4CtJhApdMk8IZq01os0U=
768-
kubestash.dev/apimachinery v0.25.0/go.mod h1:SM+G8sUhChP+zSfHvoh/S7P0CIcWvennWv770OFGfNk=
767+
kubestash.dev/apimachinery v0.26.0 h1:kcPrsHVCh6vKrK/veAzjNODfv2GiOsUuSehuIBFnDAo=
768+
kubestash.dev/apimachinery v0.26.0/go.mod h1:l82MTUNbJbQmjTWIVi3XW5miRt94Ut6YPbdi8BVxieo=
769769
open-cluster-management.io/api v1.2.0 h1:+yeQgJiErrur5S4s205UM37EcZ2XbC9pFSm0xgV5/hU=
770770
open-cluster-management.io/api v1.2.0/go.mod h1:YcmA6SpGEekIMxdoeVIIyOaBhMA6ImWRLXP4g8n8T+4=
771771
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=

vendor/kubedb.dev/apimachinery/apis/catalog/v1alpha1/db2_version_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ type DB2VersionSpec struct {
5858

5959
// Database Image
6060
DB DB2VersionDatabase `json:"db"`
61+
6162
// Coordinator Image
6263
Coordinator DB2Coordinator `json:"coordinator"`
64+
6365
// Deprecated versions usable but regarded as obsolete and best avoided, typically due to having been superseded.
6466
// +optional
6567
Deprecated bool `json:"deprecated,omitempty"`

vendor/kubedb.dev/apimachinery/apis/catalog/v1alpha1/druid_version_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,21 @@ type DruidVersionSpec struct {
5656

5757
// Database Image
5858
DB DruidVersionDatabase `json:"db"`
59+
5960
// Init Container Image
6061
InitContainer DruidInitContainer `json:"initContainer"`
62+
6163
// Deprecated versions usable but regarded as obsolete and best avoided, typically due to having been superseded.
6264
// +optional
6365
Deprecated bool `json:"deprecated,omitempty"`
66+
6467
// SecurityContext is for the additional security information for the Druid container
6568
// +optional
6669
SecurityContext SecurityContext `json:"securityContext"`
70+
6771
// +optional
6872
UI []ChartInfo `json:"ui,omitempty"`
73+
6974
// update constraints
7075
UpdateConstraints UpdateConstraints `json:"updateConstraints,omitempty"`
7176
}

vendor/kubedb.dev/apimachinery/apis/catalog/v1alpha1/elasticsearch_version_types.go

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,35 +60,45 @@ type ElasticsearchVersionSpec struct {
6060

6161
// Distribution
6262
Distribution ElasticsearchDistro `json:"distribution,omitempty"`
63+
6364
// Authentication plugin used by Elasticsearch cluster
6465
AuthPlugin ElasticsearchAuthPlugin `json:"authPlugin"`
66+
6567
// Database Image
6668
DB ElasticsearchVersionDatabase `json:"db"`
69+
6770
// Dashboard Image
6871
// +optional
6972
Dashboard ElasticsearchDashboardVersionDatabase `json:"dashboard,omitempty"`
73+
7074
// Exporter Image
7175
Exporter ElasticsearchVersionExporter `json:"exporter"`
76+
7277
// Deprecated versions usable but regarded as obsolete and best avoided, typically due to having been superseded.
7378
// +optional
7479
Deprecated bool `json:"deprecated,omitempty"`
80+
7581
// Init container Image
7682
InitContainer ElasticsearchVersionInitContainer `json:"initContainer"`
83+
7784
// Init container Image
7885
// +optional
7986
DashboardInitContainer ElasticsearchVersionDashboardInitContainer `json:"dashboardInitContainer,omitempty"`
87+
8088
// PSP names
8189
PodSecurityPolicies ElasticsearchVersionPodSecurityPolicy `json:"podSecurityPolicies"`
90+
8291
// Stash defines backup and restore task definitions.
8392
// +optional
8493
Stash appcat.StashAddonSpec `json:"stash,omitempty"`
94+
8595
// SecurityContext is for the additional security information for the Elasticsearch container
8696
// +optional
8797
SecurityContext ElasticsearchSecurityContext `json:"securityContext"`
98+
8899
// update constraints
89100
UpdateConstraints UpdateConstraints `json:"updateConstraints,omitempty"`
90-
// +optional
91-
GitSyncer GitSyncer `json:"gitSyncer,omitempty"`
101+
92102
// +optional
93103
UI []ChartInfo `json:"ui,omitempty"`
94104
}

vendor/kubedb.dev/apimachinery/apis/catalog/v1alpha1/kafka_version_types.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package v1alpha1
1818

1919
import (
2020
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21-
appcat "kmodules.xyz/custom-resources/apis/appcatalog/v1alpha1"
2221
)
2322

2423
const (
@@ -61,26 +60,31 @@ type KafkaVersionSpec struct {
6160
// From kafka version 4.0.0, we have introduced an init container to handle the database initialization.
6261
// +optional
6362
InitContainer KafkaInitContainer `json:"initContainer,omitempty"`
63+
6464
// Database Image
6565
DB KafkaVersionDatabase `json:"db"`
66+
6667
// Connect Image
6768
ConnectCluster ConnectClusterVersion `json:"connectCluster"`
69+
6870
// Deprecated versions usable but regarded as obsolete and best avoided, typically due to having been superseded.
6971
// +optional
7072
Deprecated bool `json:"deprecated,omitempty"`
73+
7174
// Database Image
7275
CruiseControl CruiseControlVersionDatabase `json:"cruiseControl"`
76+
7377
// PSP names
7478
// +optional
7579
PodSecurityPolicies KafkaVersionPodSecurityPolicy `json:"podSecurityPolicies"`
76-
// Stash defines backup and restore task definitions.
77-
// +optional
78-
Stash appcat.StashAddonSpec `json:"stash,omitempty"`
80+
7981
// update constraints
8082
UpdateConstraints UpdateConstraints `json:"updateConstraints,omitempty"`
83+
8184
// SecurityContext is for the additional config for the DB container
8285
// +optional
8386
SecurityContext SecurityContext `json:"securityContext"`
87+
8488
// +optional
8589
UI []ChartInfo `json:"ui,omitempty"`
8690
}

vendor/kubedb.dev/apimachinery/apis/catalog/v1alpha1/mssqlserver_version_types.go

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package v1alpha1
1818

1919
import (
2020
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21-
appcat "kmodules.xyz/custom-resources/apis/appcatalog/v1alpha1"
2221
)
2322

2423
const (
@@ -57,25 +56,30 @@ type MSSQLServerVersionSpec struct {
5756

5857
// Database Image
5958
DB MSSQLServerDatabase `json:"db"`
59+
6060
// Coordinator Image
6161
Coordinator MSSQLServerCoordinator `json:"coordinator"`
62+
6263
// Exporter Image
6364
Exporter MSSQLServerVersionExporter `json:"exporter"`
65+
6466
// Init container Image
6567
InitContainer MSSQLServerInitContainer `json:"initContainer"`
68+
6669
// Deprecated versions usable but regarded as obsolete and best avoided, typically due to having been superseded.
6770
// +optional
6871
Deprecated bool `json:"deprecated,omitempty"`
69-
// Stash defines backup and restore task definitions.
70-
// +optional
71-
Stash appcat.StashAddonSpec `json:"stash,omitempty"`
72+
7273
// SecurityContext is for the additional config for the DB container
7374
// +optional
7475
SecurityContext SecurityContext `json:"securityContext"`
76+
7577
// update constraints
7678
UpdateConstraints UpdateConstraints `json:"updateConstraints,omitempty"`
79+
7780
// Archiver defines the walg & kube-stash-addon related specifications
7881
Archiver ArchiverSpec `json:"archiver,omitempty"`
82+
7983
// +optional
8084
UI []ChartInfo `json:"ui,omitempty"`
8185
}

vendor/kubedb.dev/apimachinery/apis/catalog/v1alpha1/openapi_generated.go

Lines changed: 5 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/kubedb.dev/apimachinery/apis/catalog/v1alpha1/proxysql_version_types.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,24 @@ type ProxySQLVersionSpec struct {
5555

5656
// Proxysql Image
5757
Proxysql ProxySQLVersionProxysql `json:"proxysql"`
58+
5859
// Exporter Image
5960
Exporter *ProxySQLVersionExporter `json:"exporter,omitempty"`
61+
6062
// Deprecated versions usable but regarded as obsolete and best avoided, typically due to having been superseded.
6163
// +optional
6264
Deprecated bool `json:"deprecated,omitempty"`
65+
6366
// PSP names
6467
PodSecurityPolicies ProxySQLVersionPodSecurityPolicy `json:"podSecurityPolicies"`
68+
6569
// update constraints
6670
UpdateConstraints UpdateConstraints `json:"updateConstraints,omitempty"`
71+
6772
// SecurityContext is for the additional config for the DB container
6873
// +optional
6974
SecurityContext SecurityContext `json:"securityContext"`
75+
7076
// +optional
7177
UI []ChartInfo `json:"ui,omitempty"`
7278
}

0 commit comments

Comments
 (0)