From ff6066c4c18e86661ccf7a3347c490a2be3c61de Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Sat, 9 Nov 2024 23:16:37 +0100 Subject: [PATCH] chore: Update to Dependency Track 4.12.1 --- .github/workflows/release.yml | 2 +- README.md | 2 +- package/config/kbld-config.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 499d7ed..01dc4e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: registry-server: ghcr.io registry-username: ${{ github.actor }} image: ${{ github.repository }} - version: 4.12.0 + version: 4.12.1 secrets: pull-request-token: ${{ secrets.GH_ORG_PAT }} diff --git a/README.md b/README.md index d3cf6ea..1fdc3a4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![The Apache 2.0 license badge](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Follow us on Twitter](https://img.shields.io/static/v1?label=Twitter&message=Follow&color=1DA1F2)](https://twitter.com/kadrasIO) -A Carvel package for [Dependency Track](https://dependency-trackcd.io), a continuous SBOM Analysis Platform for managing software supply chain security risks. +A Carvel package for [Dependency Track](https://dependency-track.io), a continuous SBOM Analysis Platform for managing software supply chain security risks. ## 🚀  Getting Started diff --git a/package/config/kbld-config.yml b/package/config/kbld-config.yml index d6ded71..967d6ff 100644 --- a/package/config/kbld-config.yml +++ b/package/config/kbld-config.yml @@ -1,6 +1,6 @@ #@ load("@ytt:data", "data") -#@ version = "4.12.0" +#@ version = "4.12.1" --- apiVersion: kbld.k14s.io/v1alpha1