diff --git a/.terraform.lock.hcl b/.terraform.lock.hcl index 2f25509e6..7bc120ffa 100644 --- a/.terraform.lock.hcl +++ b/.terraform.lock.hcl @@ -16,15 +16,15 @@ provider "registry.terraform.io/chainguard-dev/apko" { } provider "registry.terraform.io/chainguard-dev/chainguard" { - version = "0.1.19" - constraints = ">= 0.1.15" + version = "0.1.21" + constraints = ">= 0.1.21" hashes = [ - "h1:/LPrFfC/bH7Ngtg688Q2Bl2L2+1JlrBqWntCv46oA2c=", - "h1:8w+GWsfzTUB/vTHWNuWTgV6R/RZDW/m4OyI6eZ/cgOQ=", - "zh:56a1c0bd218071aaec4f8982b2694cbe71be490838be76e2a3fc3c6e87676c9b", - "zh:684e5707a76692dd870bda7812778a300240c1e7b1b31089e0bd20577f57727d", - "zh:c49f013e98b4f4b6a67490f2afc3510193ff0d3cb856330237ddad5f70ca9bac", - "zh:d48fc0551ee5d8ac5b4ad9a1483d616f7bb9703fc10d9adbfd824663d4a097bb", + "h1:J4cMRXW6GdTr8HtIxhjU2ha9gqstgxLFA+QKW3qGWQ8=", + "h1:oMoFiZPmQzrNtxR2U3yyyZENcc840Sp8m6Jg+NOK4sM=", + "zh:1cf32ea4f028dc7d652553bc63aca6b5ee4aef8745d50bbb1b6c0031b0b9db66", + "zh:27749d80c1b87f6b53225ca990055097ccad4161364e06338e5817f600c4e514", + "zh:a1d4b4cf83c5e98bfab0b0b17f76e6aee08ec4472dacfdad44cfe4fc5a3e8d4b", + "zh:dda6d575ca6650b307b8e52a4036cc629eabf75c5b6105c0eb956ccf5b6e8e72", "zh:f809ab383cca0a5f83072981c64208cbd7fa67e986a86ee02dd2c82333221e32", ] } diff --git a/images/kubectl/README.md b/images/kubectl/README.md index af3fd0236..cca1f5deb 100644 --- a/images/kubectl/README.md +++ b/images/kubectl/README.md @@ -225,4 +225,4 @@ That being said, it’s worth noting that `-dev` variants of Chainguard Images a ## Learn More -To better understand how to work with Chainguard Images, we encourage you to visit [Chainguard Academy](https://edu.chainguard.dev/), our documentation and education platform. +To better understand how to work with Chainguard Images, we encourage you to visit [Chainguard Academy](https://edu.chainguard.dev/), our documentation and education platform. \ No newline at end of file diff --git a/images/tomcat/README.md b/images/tomcat/README.md index bc5497908..27b325e28 100644 --- a/images/tomcat/README.md +++ b/images/tomcat/README.md @@ -93,4 +93,4 @@ That being said, it’s worth noting that `-dev` variants of Chainguard Images a ## Learn More -To better understand how to work with Chainguard Images, we encourage you to visit [Chainguard Academy](https://edu.chainguard.dev/), our documentation and education platform. +To better understand how to work with Chainguard Images, we encourage you to visit [Chainguard Academy](https://edu.chainguard.dev/), our documentation and education platform. \ No newline at end of file diff --git a/tflib/publisher/providers.tf b/tflib/publisher/providers.tf index c58ffbd26..a7b1eeefe 100644 --- a/tflib/publisher/providers.tf +++ b/tflib/publisher/providers.tf @@ -14,7 +14,7 @@ terraform { } chainguard = { source = "chainguard-dev/chainguard" - version = ">= 0.1.18" + version = ">= 0.1.21" } imagetest = { source = "chainguard-dev/imagetest"