Skip to content

Commit

Permalink
chore(release): bump version to v1.2.2
Browse files Browse the repository at this point in the history
- Updated dependent libraries and Go version for improved security & stability
- Bumped various tooling versions
- Updated image tags in Helm charts for dsv-injector and dsv-syncer to v1.2.2
- Generated changelog for version v1.2.2
  • Loading branch information
sheldonhull committed Jan 15, 2024
1 parent 57e011f commit 125258f
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changes/v1.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.2.2 - 2024-01-15


### ⬆️ Dependencies

- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,34 @@ 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.2 - 2024-01-15

### ⬆️ Dependencies

- Update dependent libraries and go version. No user facing changes, just continued maintenance for improved security & stability.

## v1.2.1 - 2023-09-05

### 📘 Documentation

- Include detail on providing `tld` in the configuration, allowing `eu` and other TLDs to be used.
- Mention `tilt up` in the initial setup config as viable option.

### 🤖 CI & Build

- Improve mage tasks with secret setup and tear down for better development support and troubleshooting.

- Bump go version in release pipeline to use `1.21` as can include standard library security improvements.
- Remove failing error condition on `mage job:rebuild` to better allow default setup without running local builds, such as just using the published docker image.
This supports easier demo/test usage by support.

### 🔨 Refactor

- Improve logging with error wrapping and remove deprecated Go `ioutil` usage.

### ⬆️ Dependencies

- Bump changie installation, goreleaser.
- Bump tooling such as changie, release, trunk, more security scanners.
- Other dependency bumps such as `golang.org/x/net`.

## v1.2.0 - 2023-04-27

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.1' # use latest for test, but pin to a specific version for production
IMAGE_TAG='v1.2.2' # use latest for test, but pin to a specific version for production
helm install \
--namespace $NAMESPACE \
Expand All @@ -29,7 +29,7 @@ keywords:
- secrets
- vault
type: application
version: v1.2.1
version: v1.2.2
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.1
tag: v1.2.2
# -- 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.1' # use latest for test, but pin to a specific version for production
IMAGE_TAG='v1.2.2' # 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.1
version: v1.2.2
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.1
tag: v1.2.2
# -- 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 125258f

Please sign in to comment.