Skip to content

Commit

Permalink
chore(deps): trigger a release based with changie updates (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Oct 2, 2024
1 parent 8237c7c commit fce70a3
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions .changes/unreleased/ci-build-20241002-234044.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v1.2.4.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/dsv-injector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -59,7 +59,7 @@ keywords:
- secrets
- vault
type: application
version: v1.2.3
version: v1.2.4
appVersion: latest
maintainers:
- name: Sheldon Hull
Expand Down
2 changes: 1 addition & 1 deletion charts/dsv-injector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions charts/dsv-syncer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -26,7 +26,7 @@ keywords:
- secrets
- vault
type: application
version: v1.2.3
version: v1.2.4
appVersion: latest
maintainers:
- name: Sheldon Hull
Expand Down
2 changes: 1 addition & 1 deletion charts/dsv-syncer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit fce70a3

Please sign in to comment.