From 1ad0cfc7887c21b0ec340a479490544f989400b1 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Thu, 14 Dec 2023 09:13:50 -0800 Subject: [PATCH] Bump tf providers Also fix an issue with wolfictl apko config (command -> cmd). Signed-off-by: Jon Johnson --- images/wolfictl/configs/latest.apko.yaml | 2 +- tflib/publisher/main.tf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/wolfictl/configs/latest.apko.yaml b/images/wolfictl/configs/latest.apko.yaml index ab3c6d9a..fa676760 100644 --- a/images/wolfictl/configs/latest.apko.yaml +++ b/images/wolfictl/configs/latest.apko.yaml @@ -14,4 +14,4 @@ contents: entrypoint: command: /usr/bin/wolfictl -command: -h +cmd: -h diff --git a/tflib/publisher/main.tf b/tflib/publisher/main.tf index f48ec8cc..7f615df4 100644 --- a/tflib/publisher/main.tf +++ b/tflib/publisher/main.tf @@ -2,11 +2,11 @@ terraform { required_providers { cosign = { source = "chainguard-dev/cosign" - version = "0.0.16" + version = "0.0.17" } apko = { source = "chainguard-dev/apko" - version = "0.8.9" + version = "0.12.0" } } } @@ -22,7 +22,7 @@ variable "extra_packages" { module "this" { source = "chainguard-dev/apko/publisher" - version = "0.0.9" + version = "0.0.10" target_repository = var.target_repository config = var.config