From fce70a33f8aac89dffc9ee91388ad4800bad0a1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:55:26 -0500 Subject: [PATCH] chore(deps): trigger a release based with changie updates (#126) Co-authored-by: github-actions --- .aqua/aqua.yaml | 7 +++++++ .changes/unreleased/ci-build-20241002-234044.yaml | 3 --- .changes/v1.2.4.md | 10 ++++++++++ CHANGELOG.md | 10 ++++++++++ charts/dsv-injector/Chart.yaml | 4 ++-- charts/dsv-injector/values.yaml | 2 +- charts/dsv-syncer/Chart.yaml | 4 ++-- charts/dsv-syncer/values.yaml | 2 +- 8 files changed, 33 insertions(+), 9 deletions(-) delete mode 100644 .changes/unreleased/ci-build-20241002-234044.yaml create mode 100644 .changes/v1.2.4.md diff --git a/.aqua/aqua.yaml b/.aqua/aqua.yaml index 43710a3..6d25abe 100644 --- a/.aqua/aqua.yaml +++ b/.aqua/aqua.yaml @@ -45,3 +45,10 @@ packages: - name: DelineaXPM/dsv-cli@v1.41.1 - name: gitleaks/gitleaks@v8.18.4 - name: charmbracelet/gum@v0.14.3 + - name: cli/cli@v2.58.0 + tags: + - release + - name: miniscruff/changie@v1.21.0 + - name: mikefarah/yq@v4.44.3 + tags: + - release diff --git a/.changes/unreleased/ci-build-20241002-234044.yaml b/.changes/unreleased/ci-build-20241002-234044.yaml deleted file mode 100644 index 23a8d59..0000000 --- a/.changes/unreleased/ci-build-20241002-234044.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: ci-build -body: Improve mage tasks and linting with fixes. Less issues with err output on cleanup now, and also load the docker version of images into minikube setup proactively. -time: 2024-10-02T23:40:44.31027171Z diff --git a/.changes/v1.2.4.md b/.changes/v1.2.4.md new file mode 100644 index 0000000..952c37d --- /dev/null +++ b/.changes/v1.2.4.md @@ -0,0 +1,10 @@ +## v1.2.4 - 2024-10-02 + + +### 🤖 CI & Build + +- Improve mage tasks and linting with fixes. Less issues with err output on cleanup now, and also load the docker version of images into minikube setup proactively. + +### ⬆️ Dependencies + +- Maintenance release due to updated dependencies. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2805dc2..afdcb97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.2.4 - 2024-10-02 + +### 🤖 CI & Build + +- Improve mage tasks and linting with fixes. Less issues with err output on cleanup now, and also load the docker version of images into minikube setup proactively. + +### ⬆️ Dependencies + +- Maintenance release due to updated dependencies. + ## v1.2.3 - 2024-08-12 ### 🤖 CI & Build diff --git a/charts/dsv-injector/Chart.yaml b/charts/dsv-injector/Chart.yaml index 8805680..9b2bdf0 100644 --- a/charts/dsv-injector/Chart.yaml +++ b/charts/dsv-injector/Chart.yaml @@ -8,7 +8,7 @@ description: | NAMESPACE='dsv' CREDENTIALS_JSON_FILE='.cache/credentials.json' # replace with your credentials file IMAGE_REPOSITORY='docker.io/delineaxpm/dsv-k8s' - IMAGE_TAG='v1.2.3' # use latest for test, but pin to a specific version for production + IMAGE_TAG='v1.2.4' # use latest for test, but pin to a specific version for production helm install \ --namespace $NAMESPACE \ @@ -59,7 +59,7 @@ keywords: - secrets - vault type: application -version: v1.2.3 +version: v1.2.4 appVersion: latest maintainers: - name: Sheldon Hull diff --git a/charts/dsv-injector/values.yaml b/charts/dsv-injector/values.yaml index f44f10c..55801d7 100644 --- a/charts/dsv-injector/values.yaml +++ b/charts/dsv-injector/values.yaml @@ -29,7 +29,7 @@ image: # -- Overrides the image tag whose default is the chart appVersion. # Local Testing: Use `latest`. # @default -- the current app version/chart version - tag: v1.2.3 + tag: v1.2.4 # -- Entrypoint is the path to the binary. Since the container image could contain multiple binaries, this makes sure it's correctly mapped to the binary. entrypoint: /app/dsv-injector diff --git a/charts/dsv-syncer/Chart.yaml b/charts/dsv-syncer/Chart.yaml index 5288b67..cfab958 100644 --- a/charts/dsv-syncer/Chart.yaml +++ b/charts/dsv-syncer/Chart.yaml @@ -7,7 +7,7 @@ description: | ```shell NAMESPACE='dsv' IMAGE_REPOSITORY='docker.io/delineaxpm/dsv-k8s' - IMAGE_TAG='v1.2.3' # use latest for test, but pin to a specific version for production + IMAGE_TAG='v1.2.4' # use latest for test, but pin to a specific version for production helm install \ --namespace $NAMESPACE \ @@ -26,7 +26,7 @@ keywords: - secrets - vault type: application -version: v1.2.3 +version: v1.2.4 appVersion: latest maintainers: - name: Sheldon Hull diff --git a/charts/dsv-syncer/values.yaml b/charts/dsv-syncer/values.yaml index 9464203..e2b6358 100644 --- a/charts/dsv-syncer/values.yaml +++ b/charts/dsv-syncer/values.yaml @@ -18,7 +18,7 @@ image: # -- Overrides the image tag whose default is the chart appVersion. # Local Testing: Use `latest`. # @default -- the current app version/chart version - tag: v1.2.3 + tag: v1.2.4 # -- Entrypoint is the path to the binary. Since the container image could contain multiple binaries, this makes sure it's correctly mapped to the binary. entrypoint: /app/dsv-syncer args: ['-environment', 'foo']