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 thanos::devops-stack-module-thanos from 3.0.1 to 4.0.0 in /examples/kind #1197

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps thanos::devops-stack-module-thanos from 3.0.1 to 4.0.0.

Release notes

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

v4.0.0

4.0.0 (2024-03-01)

⚠ BREAKING CHANGES

  • chart: major update of dependencies on thanos chart

    The breaking change on the Thanos chart is the activation of the NetworkPolicies by default and now the configuration is per component instead of globally.

    See official information here.

    On my tests, I found out that the official NetworkPolicies were blocking the access through Traefik. Since the work of activating the NetworkPolicies on the DevOps Stack modules is already on the horizon, I decided to deactivate them and keep the current behaviour of the module for the time being.

  • remove specific var and use the ServiceMonitor boolean

    The variable enable_monitoring_dashboard introduced on the last release was removed, because on the other modules we've decided to simply deploy the dashboards automatically as long as the serviceMonitor for the metrics is activated. So we've reverted this addition to keep the behavior of the modules consistent.

Features

  • chart: major update of dependencies on thanos chart (bbd5e67)

Bug Fixes

  • change backend port that was changed in the original chart (0ac7aab)
  • disable networkPolicy on all components (5a84b3a)
  • remove legacy ingress annotations (f3eee6a)
  • remove specific var and use the ServiceMonitor boolean (de3db09)

v3.3.0

3.3.0 (2024-02-23)

Features

  • add a subdomain variable (46fbe8d)

Bug Fixes

  • make subdomain variable non-nullable (4ace0e5)
  • remove annotation for the redirection middleware (2bef626)

v3.2.0

3.2.0 (2024-02-09)

Features

... (truncated)

Changelog

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

4.0.0 (2024-03-01)

⚠ BREAKING CHANGES

  • chart: major update of dependencies on thanos chart

    The breaking change on the Thanos chart is the activation of the NetworkPolicies by default and now the configuration is per component instead of globally.

    See official information here.

    On my tests, I found out that the official NetworkPolicies were blocking the access through Traefik. Since the work of activating the NetworkPolicies on the DevOps Stack modules is already on the horizon, I decided to deactivate them and keep the current behaviour of the module for the time being.

  • remove specific var and use the ServiceMonitor boolean

    The variable enable_monitoring_dashboard introduced on the last release was removed, because on the other modules we've decided to simply deploy the dashboards automatically as long as the serviceMonitor for the metrics is activated. So we've reverted this addition to keep the behavior of the modules consistent.

Features

  • chart: major update of dependencies on thanos chart (bbd5e67)

Bug Fixes

  • change backend port that was changed in the original chart (0ac7aab)
  • disable networkPolicy on all components (5a84b3a)
  • remove legacy ingress annotations (f3eee6a)
  • remove specific var and use the ServiceMonitor boolean (de3db09)

3.3.0 (2024-02-23)

Features

  • add a subdomain variable (46fbe8d)

Bug Fixes

  • make subdomain variable non-nullable (4ace0e5)
  • remove annotation for the redirection middleware (2bef626)

3.2.0 (2024-02-09)

Features

  • add Grafana dashboards and alerts to monitor Thanos (4c55520)

... (truncated)

Commits
  • ad3d1e2 chore: release 4.0.0 (#78)
  • 8c10de8 docs(terraform-docs): generate docs and write to README.adoc
  • 0ac7aab fix: change backend port that was changed in the original chart
  • 5a84b3a fix: disable networkPolicy on all components
  • bbd5e67 feat(chart)!: major update of dependencies on thanos chart
  • 99c16e2 docs(terraform-docs): generate docs and write to README.adoc
  • de3db09 fix!: remove specific var and use the ServiceMonitor boolean
  • f3eee6a fix: remove legacy ingress annotations
  • a45b0d5 chore: release 3.3.0 (#76)
  • 2f0a751 docs(terraform-docs): generate docs and write to README.adoc
  • 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)

Bumps [thanos::devops-stack-module-thanos](https://github.com/camptocamp/devops-stack-module-thanos) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/camptocamp/devops-stack-module-thanos/releases)
- [Changelog](https://github.com/camptocamp/devops-stack-module-thanos/blob/main/CHANGELOG.md)
- [Commits](camptocamp/devops-stack-module-thanos@v3.0.1...v4.0.0)

---
updated-dependencies:
- dependency-name: thanos::github::camptocamp/devops-stack-module-thanos::v3.0.1
  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 March 4, 2024 06:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Mar 4, 2024
@lentidas
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2024

Looks like thanos::github::camptocamp/devops-stack-module-thanos::v3.0.1 is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Mar 15, 2024
@dependabot dependabot bot deleted the dependabot/terraform/examples/kind/thanos--github--camptocamp/devops-stack-module-thanos--v3.0.1-4.0.0 branch March 15, 2024 08:28
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.

1 participant