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

K8SPXC-1537: Update images and versions for 1.16.1 release #1924

Merged
merged 4 commits into from
Dec 24, 2024
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
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11522,7 +11522,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-xtradb-cluster-operator:1.16.0
image: percona/percona-xtradb-cluster-operator:1.16.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
4 changes: 2 additions & 2 deletions deploy/cr-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: PerconaXtraDBCluster
metadata:
name: minimal-cluster
spec:
crVersion: 1.16.0
crVersion: 1.16.1
secretsName: minimal-cluster-secrets
unsafeFlags:
tls: true
Expand All @@ -28,4 +28,4 @@ spec:
image: percona/haproxy:2.8.11
logcollector:
enabled: true
image: percona/percona-xtradb-cluster-operator:1.16.0-logcollector-fluentbit3.2.2
image: percona/percona-xtradb-cluster-operator:1.16.1-logcollector-fluentbit3.2.2
8 changes: 4 additions & 4 deletions deploy/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
# annotations:
# percona.com/issue-vault-token: "true"
spec:
crVersion: 1.16.0
crVersion: 1.16.1
# enableVolumeExpansion: false
# ignoreAnnotations:
# - iam.amazonaws.com/role
Expand All @@ -22,7 +22,7 @@ spec:
# sslInternalSecretName: cluster1-ssl-internal
# logCollectorSecretName: cluster1-log-collector-secrets
# initContainer:
# image: percona/percona-xtradb-cluster-operator:1.16.0
# image: percona/percona-xtradb-cluster-operator:1.16.1
# containerSecurityContext:
# privileged: false
# runAsUser: 1001
Expand Down Expand Up @@ -543,7 +543,7 @@ spec:
# - 10.0.0.0/8
logcollector:
enabled: true
image: percona/percona-xtradb-cluster-operator:1.16.0-logcollector-fluentbit3.2.2
image: percona/percona-xtradb-cluster-operator:1.16.1-logcollector-fluentbit3.2.2
# configuration: |
# [OUTPUT]
# Name es
Expand Down Expand Up @@ -589,7 +589,7 @@ spec:
cpu: 300m
backup:
# allowParallel: true
image: percona/percona-xtradb-cluster-operator:1.16.0-pxc8.0-backup-pxb8.0.35
image: percona/percona-xtradb-cluster-operator:1.16.1-pxc8.0-backup-pxb8.0.35
# backoffLimit: 6
# activeDeadlineSeconds: 3600
# serviceAccountName: percona-xtradb-cluster-operator
Expand Down
2 changes: 1 addition & 1 deletion deploy/cw-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11532,7 +11532,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-xtradb-cluster-operator:1.16.0
image: percona/percona-xtradb-cluster-operator:1.16.1
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion deploy/cw-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-xtradb-cluster-operator:1.16.0
image: percona/percona-xtradb-cluster-operator:1.16.1
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
value: percona-xtradb-cluster-operator
- name: DISABLE_TELEMETRY
value: "false"
image: percona/percona-xtradb-cluster-operator:1.16.0
image: percona/percona-xtradb-cluster-operator:1.16.1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down
1 change: 1 addition & 0 deletions e2e-tests/functions
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ compare_kubectl() {
(.. | select(tag == "!!str")) |= sub("'$namespace'", "namespace") |
(.. | select(tag == "!!str")) |= sub("kube-api-access-.*", "kube-api-access") |
del(.. | select(has("annotations")).annotations | select(length==0)) |
del(.spec.crVersion) |
del(.. | select(.[] == "percona-xtradb-cluster-operator-workload-token*"))' - >${new_result}

diff -u ${expected_result} ${new_result}
Expand Down
10 changes: 5 additions & 5 deletions e2e-tests/release_versions
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Images versions
IMAGE_OPERATOR=percona/percona-xtradb-cluster-operator:1.16.0
IMAGE_OPERATOR=percona/percona-xtradb-cluster-operator:1.16.1

IMAGE_PXC84=percona/percona-xtradb-cluster:8.4.2-2.1
IMAGE_BACKUP84=percona/percona-xtradb-cluster-operator:1.16.0-pxc8.4-backup-pxb8.4.0
IMAGE_BACKUP84=percona/percona-xtradb-cluster-operator:1.16.1-pxc8.4-backup-pxb8.4.0

IMAGE_PXC80=percona/percona-xtradb-cluster:8.0.39-30.1
IMAGE_BACKUP80=percona/percona-xtradb-cluster-operator:1.16.0-pxc8.0-backup-pxb8.0.35
IMAGE_BACKUP80=percona/percona-xtradb-cluster-operator:1.16.1-pxc8.0-backup-pxb8.0.35

IMAGE_PXC57=percona/percona-xtradb-cluster:5.7.44-31.65
IMAGE_BACKUP57=percona/percona-xtradb-cluster-operator:1.16.0-pxc5.7-backup-pxb2.4.29
IMAGE_BACKUP57=percona/percona-xtradb-cluster-operator:1.16.1-pxc5.7-backup-pxb2.4.29

IMAGE_PROXY=percona/proxysql2:2.7.1
IMAGE_HAPROXY=percona/haproxy:2.8.11
IMAGE_LOGCOLLECTOR=percona/percona-xtradb-cluster-operator:1.16.0-logcollector-fluentbit3.2.2
IMAGE_LOGCOLLECTOR=percona/percona-xtradb-cluster-operator:1.16.1-logcollector-fluentbit3.2.2
IMAGE_PMM_CLIENT=percona/pmm-client:2.44.0
IMAGE_PMM_SERVER=percona/pmm-server:2.44.0

Expand Down
1 change: 0 additions & 1 deletion e2e-tests/tls-issue-self/compare/pxc_some-name-enabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
resources:
requests:
storage: 1Gi
crVersion: 1.16.0
logcollector:
enabled: true
pmm:
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/tls-issue-self/compare/pxc_some-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
resources:
requests:
storage: 1Gi
crVersion: 1.16.0
logcollector:
enabled: true
pmm:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ metadata:
kind: PerconaXtraDBCluster
name: upgrade-haproxy
spec:
persistentVolumeClaimRetentionPolicy:
whenDeleted: Retain
whenScaled: Retain
podManagementPolicy: OrderedReady
replicas: 3
revisionHistoryLimit: 10
Expand Down Expand Up @@ -40,7 +43,11 @@ spec:
app.kubernetes.io/part-of: percona-xtradb-cluster
topologyKey: kubernetes.io/hostname
containers:
- env:
- args:
- haproxy
command:
- /opt/percona/haproxy-entrypoint.sh
env:
- name: PXC_SERVICE
value: upgrade-haproxy-pxc
- name: LIVENESS_CHECK_TIMEOUT
Expand Down Expand Up @@ -108,6 +115,8 @@ spec:
- /opt/percona/peer-list
- -on-change=/opt/percona/haproxy_add_pxc_nodes.sh
- -service=$(PXC_SERVICE)
command:
- /opt/percona/haproxy-entrypoint.sh
env:
- name: PXC_SERVICE
value: upgrade-haproxy-pxc
Expand All @@ -131,6 +140,8 @@ spec:
name: mysql-users-secret-file
- mountPath: /etc/mysql/haproxy-env-secret
name: upgrade-haproxy-env-vars-haproxy
- mountPath: /opt/percona
name: bin
dnsPolicy: ClusterFirst
initContainers:
- command:
Expand Down
Loading
Loading