From a51898ce3ba82bbcc01287155646bcc97d4ed1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:03:05 +0000 Subject: [PATCH] chore(deps): bump metallb::devops-stack-module-metallb in /examples/kind 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](https://github.com/camptocamp/devops-stack-module-metallb/compare/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] --- examples/kind/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kind/main.tf b/examples/kind/main.tf index 54ac2b1317..12af774b1d 100644 --- a/examples/kind/main.tf +++ b/examples/kind/main.tf @@ -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 }