K8SPS-721 add docker.io to images during tests#1450
Merged
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
a53c781 to
731480e
Compare
hors
approved these changes
Jul 3, 2026
eleo007
approved these changes
Jul 3, 2026
Collaborator
commit: 731480e |
hors
added a commit
that referenced
this pull request
Jul 7, 2026
* K8SPS-721 Update versions for 1.2.0 Release (#1439) * update toolkit version * update binlog server image * K8SPS-711 improve scheduled-backup tests and additional fixes for platforms (#1437) * Improve scheduled-backups and service-per-pod tests * Fix comments * Fix schedules concurrency and improve queries * Add flag to define query result is expected * Improve retry on gr-cross-cluster-backup test * Fix test step number * Only detect failures on mysql command * Improve gr-scheduled-backup and fix additional tests * Improve gr-scheduled-backup-incremental * Fix read data and comment * Add backup deletion verification * fix test --------- Co-authored-by: Viacheslav Sarzhan <slava.sarzhan@percona.com> * update binlog server image * set HOME=/tmp on mysqlshell-runner Deployment (#1438) mysqlsh tries to create $HOME/.mysqlsh on startup to hold its session config and history. The mysqlshell-runner Deployment runs the operator image as a non-root user with HOME unset, so mysqlsh resolves the path to //.mysqlsh and fails with "Permission denied" trying to write to the container root. The reconcile then sticks on ClusterSetManagerError and the ClusterSet never reaches Ready. Set HOME=/tmp explicitly on the runner container. /tmp is always writable for any container user, mysqlsh creates /tmp/.mysqlsh there, and the existing exec-based mysqlsh callers in pkg/mysqlsh do not need to change because they target this same pod. * CLOUD-727: Bump github.com/cert-manager/cert-manager (#1447) Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/cert-manager/cert-manager/releases) - [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md) - [Commits](cert-manager/cert-manager@v1.20.2...v1.20.3) --- updated-dependencies: - dependency-name: github.com/cert-manager/cert-manager dependency-version: 1.20.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * CLOUD-727: Bump reviewdog/action-suggester from 1.24.0 to 1.24.3 (#1443) Bumps [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) from 1.24.0 to 1.24.3. - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](reviewdog/action-suggester@aa38384...2558ba1) --- updated-dependencies: - dependency-name: reviewdog/action-suggester dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Viacheslav Sarzhan <slava.sarzhan@percona.com> * CLOUD-727: Bump google.golang.org/grpc from 1.81.1 to 1.82.0 (#1446) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.81.1 to 1.82.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.81.1...v1.82.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * CLOUD-727: Bump github.com/minio/minio-go/v7 from 7.2.0 to 7.2.1 (#1445) Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.2.0...v7.2.1) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * CLOUD-727: Bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 (#1441) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.2.1 to 9.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@82606bf...ba0d7d2) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * CLOUD-727: Bump reviewdog/action-alex from 1.16.1 to 1.17.0 (#1440) Bumps [reviewdog/action-alex](https://github.com/reviewdog/action-alex) from 1.16.1 to 1.17.0. - [Release notes](https://github.com/reviewdog/action-alex/releases) - [Commits](reviewdog/action-alex@b6673b5...3474816) --- updated-dependencies: - dependency-name: reviewdog/action-alex dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * CLOUD-727: Bump actions/checkout from 6 to 7 (#1442) * CLOUD-727: Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Viacheslav Sarzhan <slava.sarzhan@percona.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * CLOUD-727: Bump the go-openapi group across 1 directory with 2 updates (#1444) Bumps the go-openapi group with 2 updates in the / directory: [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) and [github.com/go-openapi/swag](https://github.com/go-openapi/swag). Updates `github.com/go-openapi/strfmt` from 0.26.3 to 0.26.4 - [Release notes](https://github.com/go-openapi/strfmt/releases) - [Commits](go-openapi/strfmt@v0.26.3...v0.26.4) Updates `github.com/go-openapi/swag` from 0.26.1 to 0.27.0 - [Release notes](https://github.com/go-openapi/swag/releases) - [Commits](go-openapi/swag@v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.26.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi - dependency-name: github.com/go-openapi/swag dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-openapi ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Viacheslav Sarzhan <slava.sarzhan@percona.com> * Fix timeouts for doks * fix lint Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Increase timeouts for restore * K8SPS-721 add docker.io to images during tests (#1450) * Add docker.io to images during tests * Fix reviewdog comment Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix versions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Julio Pasinatto <julio.pasinatto@percona.com> * K8SPS-721 Update versions after 1.2.0 release (#1451) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Valmira Nogueira Corrêa <valmira.nogueira@percona.com> Co-authored-by: Viacheslav Sarzhan <slava.sarzhan@percona.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CHANGE DESCRIPTION
Problem:
Because of latest Openshift 4.22, docker.io is required to run tests otherwise image isn't pulled by default.
Cause:
Conflicts with the platform registry and default docker.io registry.
Solution:
Add by default docker.io to images during tests.
CHECKLIST
Jira
Needs Doc) and QA (Needs QA)?Tests
Config/Logging/Testability