Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate old mysql and mariadb versions #743

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions catalog/kubedb/active_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@
"11.1.3",
"11.0.4",
"10.11.6",
"10.11.2",
"10.10.7",
"10.10.2",
"10.6.16",
"10.6.4",
"10.5.23",
"10.4.32",
"10.4.31"
"10.4.32"
],
"Memcached": [
"1.5.22",
Expand All @@ -56,7 +52,6 @@
"8.1.0",
"8.0.32",
"8.0.31-innodb",
"8.0.31",
"5.7.41"
],
"PerconaXtraDB": [
Expand Down
9 changes: 2 additions & 7 deletions catalog/kubedb/backup_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@
"11.1.3",
"11.0.4",
"10.11.6",
"10.11.2",
"10.10.7",
"10.10.2",
"10.6.16",
"10.6.4",
"10.5.23",
"10.4.32",
"10.4.31"
"10.4.32"
],
"mongodb-backup-4.2.3": [
"percona-4.2.7",
Expand All @@ -58,8 +54,7 @@
"mysql-backup-8.0.21": [
"8.1.0",
"8.0.32",
"8.0.31-innodb",
"8.0.31"
"8.0.31-innodb"
],
"perconaxtradb-backup-5.7": [
"8.0.31",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
image: ghcr.io/kubedb/mariadb-coordinator:v0.18.0
db:
image: ghcr.io/appscode-images/mariadb:10.10.2-jammy
deprecated: true
exporter:
image: prom/mysqld-exporter:v0.13.0
initContainer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
image: ghcr.io/kubedb/mariadb-coordinator:v0.18.0
db:
image: ghcr.io/appscode-images/mariadb:10.11.2-jammy
deprecated: true
exporter:
image: prom/mysqld-exporter:v0.13.0
initContainer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
image: ghcr.io/kubedb/mariadb-coordinator:v0.18.0
db:
image: ghcr.io/appscode-images/mariadb:10.4.31-focal
deprecated: true
exporter:
image: prom/mysqld-exporter:v0.13.0
initContainer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
image: ghcr.io/kubedb/mariadb-coordinator:v0.18.0
db:
image: ghcr.io/appscode-images/mariadb:10.6.4-focal
deprecated: true
exporter:
image: prom/mysqld-exporter:v0.13.0
initContainer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec:
image: ghcr.io/kubedb/mysql-coordinator:v0.16.0
db:
image: ghcr.io/appscode-images/mysql:8.0.31-oracle
deprecated: true
distribution: Official
exporter:
image: ghcr.io/kubedb/mysqld-exporter:v0.13.1
Expand Down
9 changes: 2 additions & 7 deletions catalog/kubedb/restore_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@
"11.1.3",
"11.0.4",
"10.11.6",
"10.11.2",
"10.10.7",
"10.10.2",
"10.6.16",
"10.6.4",
"10.5.23",
"10.4.32",
"10.4.31"
"10.4.32"
],
"mongodb-restore-4.2.3": [
"percona-4.2.7",
Expand All @@ -58,8 +54,7 @@
"mysql-restore-8.0.21": [
"8.1.0",
"8.0.32",
"8.0.31-innodb",
"8.0.31"
"8.0.31-innodb"
],
"perconaxtradb-restore-5.7": [
"8.0.31",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.catalog.mariadb }}
{{ if and .Values.catalog.mariadb (not .Values.skipDeprecated) }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: MariaDBVersion
metadata:
Expand All @@ -10,6 +10,7 @@ spec:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mariadb-coordinator") $) }}:v0.18.0'
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/mariadb") $) }}:10.10.2-jammy'
deprecated: true
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0'
initContainer:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.catalog.mariadb }}
{{ if and .Values.catalog.mariadb (not .Values.skipDeprecated) }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: MariaDBVersion
metadata:
Expand All @@ -10,6 +10,7 @@ spec:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mariadb-coordinator") $) }}:v0.18.0'
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/mariadb") $) }}:10.11.2-jammy'
deprecated: true
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0'
initContainer:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.catalog.mariadb }}
{{ if and .Values.catalog.mariadb (not .Values.skipDeprecated) }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: MariaDBVersion
metadata:
Expand All @@ -10,6 +10,7 @@ spec:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mariadb-coordinator") $) }}:v0.18.0'
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/mariadb") $) }}:10.4.31-focal'
deprecated: true
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0'
initContainer:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.catalog.mariadb }}
{{ if and .Values.catalog.mariadb (not .Values.skipDeprecated) }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: MariaDBVersion
metadata:
Expand All @@ -10,6 +10,7 @@ spec:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mariadb-coordinator") $) }}:v0.18.0'
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/mariadb") $) }}:10.6.4-focal'
deprecated: true
exporter:
image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0'
initContainer:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ if .Values.catalog.mysql }}
{{ if and .Values.catalog.mysql (not .Values.skipDeprecated) }}
apiVersion: catalog.kubedb.com/v1alpha1
kind: MySQLVersion
metadata:
Expand All @@ -10,6 +10,7 @@ spec:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mysql-coordinator") $) }}:v0.16.0'
db:
image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/mysql") $) }}:8.0.31-oracle'
deprecated: true
distribution: Official
exporter:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/mysqld-exporter") $) }}:v0.13.1'
Expand Down
Loading