Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.7.1] - 2026-09-24

### Fixed

- Configuration updates can create and remove the temporary Kubernetes Secrets
used by write and rollback Jobs, so applying a change no longer fails before
the Job starts.

## [v0.7.0] - 2026-09-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ git pull --ff-only
git switch -c chore/release-0.7.0
vim CHANGELOG.md # add the new version's entry
vim helm/vtafarm-api/Chart.yaml # version and appVersion
git add CHANGELOG.md helm/vtafarm-api/Chart.yaml docs/release.md
git add CHANGELOG.md helm/vtafarm-api/Chart.yaml
git commit -s -m "chore: release 0.7.0"
```

Expand Down
4 changes: 2 additions & 2 deletions helm/vtafarm-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: vtafarm-api
description: VTA Farm API — Go REST backend for Kubernetes pod management
type: application
# Kept equal; one release bumps both.
version: 0.7.0
appVersion: "0.7.0"
version: 0.7.1
appVersion: "0.7.1"
Loading