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

chore(deps): bump traefik::devops-stack-module-traefik from 5.0.0 to 6.1.1 in /examples/eks #1172

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps traefik::devops-stack-module-traefik from 5.0.0 to 6.1.1.

Release notes

Sourced from traefik::devops-stack-module-traefik's releases.

v6.1.1

6.1.1 (2024-02-23)

Bug Fixes

v6.1.0

6.1.0 (2024-02-23)

Features

  • chart: minor update of dependencies on traefik chart (#69) (1d4d130)

v6.0.0

6.0.0 (2024-02-23)

⚠️ BREAKING CHANGES

  • move global variables to the variant that requires them

    After the removal of the redirection middleware, we noticed that the variables cluster_name and base_domain were not used except in the AKS variant, as such, we relocated them specifically to that variant.

    As such, this is a breaking change for all the variants, with the exception of the AKS variant.

⚠️ WARNING

  • remove the middleware to allow configuration of the subdomain

    The addition of the variable subdomain on the other DevOps Stack modules posed some issues with the redirection middleware added by this module when the variable was set as an empty string. Consequently, we pondered on the utility of said middleware and we decided it is best to remove it.

    This is not a breaking change per se, but you need to make sure of 2 things:

    • you callback URLs on your OIDC configuration now need to include both the domain with and without the cluster name, otherwise you will have authentication errors.
    • if you any of your workload´s ingresses relied on the this middleware for redirection, make sure to adapt it to respond to both the domain with and without the cluster name.

Bug Fixes

  • make subdomain variable non-nullable (014bb29)
  • move global variables to the variant that requires them (657a829)
  • remove the middleware to allow configuration of the subdomain (37d7f4d)
Changelog

Sourced from traefik::devops-stack-module-traefik's changelog.

6.1.1 (2024-02-23)

Bug Fixes

6.1.0 (2024-02-23)

Features

  • chart: minor update of dependencies on traefik chart (#69) (1d4d130)

6.0.0 (2024-02-23)

⚠️ BREAKING CHANGES

  • move global variables to the variant that requires them

    After the removal of the redirection middleware, we noticed that the variables cluster_name and base_domain were not used except in the AKS variant, as such, we relocated them specifically to that variant.

    As such, this is a breaking change for all the variants, with the exception of the AKS variant.

⚠️ WARNING

  • remove the middleware to allow configuration of the subdomain

    The addition of the variable subdomain on the other DevOps Stack modules posed some issues with the redirection middleware added by this module when the variable was set as an empty string. Consequently, we pondered on the utility of said middleware and we decided it is best to remove it.

    This is not a breaking change per se, but you need to make sure of 2 things:

    • you callback URLs on your OIDC configuration now need to include both the domain with and without the cluster name, otherwise you will have authentication errors.
    • if you any of your workload´s ingresses relied on the this middleware for redirection, make sure to adapt it to respond to both the domain with and without the cluster name.

Bug Fixes

  • make subdomain variable non-nullable (014bb29)
  • move global variables to the variant that requires them (657a829)
  • remove the middleware to allow configuration of the subdomain (37d7f4d)
Commits
  • ee5172c chore: release 6.1.1 (#73)
  • c4c882d fix: remove leftover unused variable (#72)
  • 9d1c072 chore: release 6.1.0 (#71)
  • 1d4d130 feat(chart): minor update of dependencies on traefik chart (#69)
  • 629db8a chore: release 6.0.0 (#70)
  • 435996c docs(terraform-docs): generate docs and write to README.adoc
  • 657a829 fix!: move global variables to the variant that requires them
  • 37d7f4d fix: remove the middleware to allow configuration of the subdomain
  • 014bb29 feat: add a subdomain variable
  • See full diff 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)

Bumps [traefik::devops-stack-module-traefik](https://github.com/camptocamp/devops-stack-module-traefik) from 5.0.0 to 6.1.1.
- [Release notes](https://github.com/camptocamp/devops-stack-module-traefik/releases)
- [Changelog](https://github.com/camptocamp/devops-stack-module-traefik/blob/main/CHANGELOG.md)
- [Commits](camptocamp/devops-stack-module-traefik@v5.0.0...v6.1.1)

---
updated-dependencies:
- dependency-name: traefik::github::camptocamp/devops-stack-module-traefik::v5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 26, 2024 06:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Feb 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #1188.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/terraform/examples/eks/traefik--github--camptocamp/devops-stack-module-traefik--v5.0.0-6.1.1 branch March 4, 2024 06:22
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants