Skip to content

Commit

Permalink
ci: trigger release with v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Aug 9, 2023
1 parent 4d41501 commit 05d6af6
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 19 deletions.
4 changes: 0 additions & 4 deletions .changes/unreleased/🐛 Bug Fix-20230406-145341.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/🐛 Bug Fix-20230406-145635.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/🐛 Bug Fix-20230420-140702.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/🔨 Refactor-20230410-140155.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .changes/v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## v1.0.1 - 2023-08-09

### 📘 Docs

- Improve the documentation for sidecar with new diagrams and architecture document.

### 🐛 Bug Fix

- Fix a bug related to using closures with concurrency in updating cached secrets method.
- Use secretsvaultcloud.com by default for DSV_API_URL env.
- Fix writing the same response body twice in auth handler of the controller.

### ⬆️ Dependencies

- Dependency versions updates.
44 changes: 40 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,61 @@ 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.0.1 - 2023-08-09

### 📘 Docs

- Improve the documentation for sidecar with new diagrams and architecture document.

### 🐛 Bug Fix

- Fix a bug related to using closures with concurrency in updating cached secrets method.
- Use secretsvaultcloud.com by default for DSV_API_URL env.
- Fix writing the same response body twice in auth handler of the controller.

### ⬆️ Dependencies

- Dependency versions updates.

## v1.0.0 - 2023-04-05

Initial public release.
This has many improvements in both code and the development & release process.

### 🔨 Refactor

- Improved security with whats logged.
- General code structure and cleanup improvements.

### 🤖 CI & Build

- Add helm-docs for generating helm chart documentation.
- Adjust linting settings to be less aggressive, and pull only recent file changes.
- Changelog for release notes integration added.
- Add helm-docs for generating helm chart documentation, including detailed descriptions and default values documented.
- Add and configure goreleaser for building and publishing binaries, charts, and containers

### 🔨 Refactor

- Adjust chart directory names to include dsv prefix for consistency.
- Renamed broker references to `dsv-k8s-controller`.
- Renamed sidecar references to `dsv-k8s-sidecar`.

### 🔒 Security

- - Add aqua policy for newer version of aqua that secures the development registries for tooling.
- Add aqua policy for newer version of aqua that secures the development registries for tooling.

### 📘 Documentation

- New development docs and usage docs.
This will continue to be improved after release.

### 🤖 Development

- Minikube tasks and local testing integration improvements.
- Add changelog helper tasks for Mage.
- Fix reference to go builder based images with Chainguard to use the static image instead. It's a fraction of the size and more secure. Uses `nonroot` username by default with a home path of `/home/nonroot` if required.
- Standard `CODEOWNERS` for dsv team applied.
- Include Tilt configuration.
- Magefile tasks added for all core development tasks.
Example:`mage buildall minikube:loadimages helm:uninstall helm:install`

## v0.2.3 - 2023-02-07

Expand Down
2 changes: 1 addition & 1 deletion charts/dsv-k8s-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keywords:
- vault
type: application
# WARNING: Version should be bumped by changie, not manually.
version: v1.0.0
version: v1.0.1
appVersion: latest
maintainers:
- name: Delinea DSV Team
2 changes: 1 addition & 1 deletion charts/dsv-k8s-sidecar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ keywords:
- vault
type: application
# WARNING: Version should be bumped by changie, not manually.
version: v1.0.0
version: v1.0.1
appVersion: latest
maintainers:
- name: Delinea DSV Team

0 comments on commit 05d6af6

Please sign in to comment.