Skip to content

Commit

Permalink
chore(deps): bump metallb::devops-stack-module-metallb in /examples/kind
Browse files Browse the repository at this point in the history
Bumps [metallb::devops-stack-module-metallb](https://github.com/camptocamp/devops-stack-module-metallb) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/camptocamp/devops-stack-module-metallb/releases)
- [Changelog](https://github.com/camptocamp/devops-stack-module-metallb/blob/main/CHANGELOG.md)
- [Commits](camptocamp/devops-stack-module-metallb@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: metallb::github::camptocamp/devops-stack-module-metallb::v1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lentidas committed Jul 1, 2024
1 parent 5e83cdc commit a51898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module "kind" {
}

module "metallb" {
source = "git::https://github.com/camptocamp/devops-stack-module-metallb.git?ref=v1.3.0"
source = "git::https://github.com/camptocamp/devops-stack-module-metallb.git?ref=v1.4.0"

subnet = module.kind.kind_subnet
}
Expand Down

0 comments on commit a51898c

Please sign in to comment.