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

build(deps): bump github.com/mariadb-operator/mariadb-operator from 0.36.0 to 0.37.1 #373

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps github.com/mariadb-operator/mariadb-operator from 0.36.0 to 0.37.1.

Release notes

Sourced from github.com/mariadb-operator/mariadb-operator's releases.

mariadb-operator-0.37.1

Run and operate MariaDB in a cloud native way

mariadb-operator-crds-0.37.1

mariadb-operator CRDs

0.37.1

mariadb-operator 0.37.1 is here! 🦭

We're excited to introduce TLS 🔐 support in this release, one of the major features of mariadb-operator so far! ✨ Check out the TLS docs, our example catalog and the release notes below to start using it.

[!WARNING] Be sure to follow the UPGRADE GUIDE to ensure a seamless transition from previous versions.

Issue certificates for MariaDB and MaxScale

Issuing and configuring TLS certificates for your instances has never been easier, you just need to set tls.enabled=true:

apiVersion: k8s.mariadb.com/v1alpha1
kind: MariaDB
metadata:
  name: mariadb-galera
spec:
  ...
  tls:
    enabled: true
apiVersion: k8s.mariadb.com/v1alpha1
kind: MaxScale
metadata:
  name: maxscale
spec:
  ...
  mariaDbRef:
    name: mariadb-galera
  tls:
    enabled: true

A self-signed Certificate Authority (CA) will be automatically generated to issue leaf certificates for your instances. The operator will also manage a CA bundle that your applications can use in order to establish trust.

TLS will be enabled by default in MariaDB, but it will not enforced. You can enforce TLS connections by setting tls.required=true to ensure that all connections are encrypted. In the case of MaxScale, TLS will only be enabled if you explicitly set tls.enabled=true or the referred MariaDB (via mariaDbRef) instance enforces TLS.

Native integration with cert-manager

cert-manager is the de facto standard for managing certificates in Kubernetes. This certificate controller simplifies the automatic provisioning, management, and renewal of certificates. It supports a variety of certificate backends (e.g. in-cluster, Hashicorp Vault), which are configured using Issuer or ClusterIssuer resources.

... (truncated)

Commits
  • 775422d Bump version to 0.37.1
  • f8efa7c Added comment explaining MaxScale TLS defaults
  • 48fbdb0 Added release notes and upgrade guide for 0.37.1
  • 3fa4da4 Fix TLS defaults in embedded MaxScale
  • 3638ada Update test image workflows
  • fa6a3da Bump helm chart versions to 0.37.0
  • f8888e4 Updated release notes
  • b72be6d Updated release notes
  • ef231f2 Update TLS docs
  • 3c2e876 Update TLS docs
  • 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 dstaroff as a code owner January 29, 2025 16:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2025
@dependabot dependabot bot requested a review from asteny as a code owner January 29, 2025 16:11
@dependabot dependabot bot added the go Pull requests that update Go code label Jan 29, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/dev/github.com/mariadb-operator/mariadb-operator-0.37.1 branch 2 times, most recently from f96780b to b300f52 Compare February 3, 2025 15:48
@dependabot dependabot bot force-pushed the dependabot/go_modules/dev/github.com/mariadb-operator/mariadb-operator-0.37.1 branch 2 times, most recently from 3d52646 to 0a89a32 Compare February 17, 2025 16:02
….36.0 to 0.37.1

Dependabot couldn't find the original pull request head commit, 0a89a32.
@dependabot dependabot bot force-pushed the dependabot/go_modules/dev/github.com/mariadb-operator/mariadb-operator-0.37.1 branch from 0a89a32 to 30a1bbd Compare February 21, 2025 13:01
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants