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

Bump github.com/percona/percona-xtradb-cluster-operator from 1.15.0 to 1.16.1 #617

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Bumps github.com/percona/percona-xtradb-cluster-operator from 1.15.0 to 1.16.1.

Release notes

Sourced from github.com/percona/percona-xtradb-cluster-operator's releases.

v1.16.1

Bugs Fixed

  • K8SPXC-1536: Fix a bug where scheduled backups were not working due to a bug in the Operator that was creating Kubernetes resources with the names exceeding the allowed length (Thanks to Vlad Gusev for contribution)

Supported Platforms

The Operator was developed and tested with Percona XtraDB Cluster versions 8.4.2-2.1 (Tech preview), 8.0.39-30.1, and 5.7.44-31.65. Other options may also work but have not been tested. Other software components include:

  • Percona XtraBackup versions 8.4.0-1, 8.0.35-30.1 and 2.4.29
  • HAProxy 2.8.11
  • ProxySQL 2.7.1
  • LogCollector based on fluent-bit 3.2.2
  • PMM Client 2.44.0

Percona Operators are designed for compatibility with all CNCF-certified Kubernetes distributions. Our release process includes targeted testing and validation on major cloud provider platforms and OpenShift, as detailed below for Operator version 1.16.0:

This list only includes the platforms that the Percona Operators are specifically tested on as part of the release process. Other Kubernetes flavors and versions depend on the backward compatibility offered by Kubernetes itself.

v1.16.0

Release Highlights

Declarative user management (technical preview)

Before the Operator version 1.16.0 custom MySQL users had to be created manually. Now the declarative creation of custom MySQL users is supported via the users subsection in the Custom Resource. You can specify a new user in deploy/cr.yaml manifest, setting the user’s login name and hosts this user is allowed to connect from, PasswordSecretRef (a reference to a key in a Secret resource containing user’s password) and as well as databases the user is going to have access to and the appropriate permissions:

users:
- name: my-user
  dbs:
  - db1
  - db2
  hosts:
  - localhost
  grants:
  - SELECT
  - DELETE
  - INSERT
  withGrantOption: true
  passwordSecretRef:
    name: my-user-pwd
    key: my-user-pwd-key
...
</tr></table> 

... (truncated)

Commits
  • 0ef122a Merge pull request #1924 from percona/update-versions-1161
  • fe173c0 Add annotations for .spec.volumeClaimTemplate and clean up k127 for proxies t...
  • e8cbcec Add delete .spec.crVersion for compare in functions and in tls-issue-self diffs
  • 05d135c Merge branch 'release-1.16.1' into update-versions-1161
  • e82ff3f fix: don't add the storage name twice to the scheduled backup name
  • d70683d K8SPXC-1537: Update images and versions for 1.16.1 release
  • dc3c9df CLOUD-727 bump golang.org/x/net to 0.33.0 (#1920)
  • a98e66d Update user permissions and add SQL comparison files for MySQL 5.7
  • 704ac8a Fix minikube version in release versions file
  • 7c6f823 Merge pull request #1919 from percona/K8SPXC-1446-fix-pxc2.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from recharte as a code owner December 27, 2024 07:38
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 27, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/percona/percona-xtradb-cluster-operator-1.16.1 branch from 443a503 to f51f178 Compare January 2, 2025 10:24
Bumps [github.com/percona/percona-xtradb-cluster-operator](https://github.com/percona/percona-xtradb-cluster-operator) from 1.15.0 to 1.16.1.
- [Release notes](https://github.com/percona/percona-xtradb-cluster-operator/releases)
- [Commits](percona/percona-xtradb-cluster-operator@v1.15.0...v1.16.1)

---
updated-dependencies:
- dependency-name: github.com/percona/percona-xtradb-cluster-operator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/percona/percona-xtradb-cluster-operator-1.16.1 branch from f51f178 to 2f205f8 Compare January 3, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants