Skip to content

Commit

Permalink
chore(main): release 0.6.5 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 17, 2025
1 parent dac2d16 commit 5ab0053
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.4"
".": "0.6.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.5](https://github.com/pelotech/nidhogg/compare/v0.6.4...v0.6.5) (2025-02-17)


### Bug Fixes

* add logs to help detect re-added taints ([#56](https://github.com/pelotech/nidhogg/issues/56)) ([dac2d16](https://github.com/pelotech/nidhogg/commit/dac2d16c989630d62d247463d5c43cf5c12115d8))

## [0.6.4](https://github.com/pelotech/nidhogg/compare/v0.6.3...v0.6.4) (2025-02-15)


Expand Down
4 changes: 2 additions & 2 deletions charts/nidhogg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: nidhogg
description: A Helm chart for Kubernetes
type: application
# x-release-please-start-version
version: 0.6.4
appVersion: v0.6.4
version: 0.6.5
appVersion: v0.6.5
# x-release-please-end
4 changes: 2 additions & 2 deletions charts/nidhogg/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# nidhogg

### version: 0.6.4<!-- x-release-please-version -->
### version: 0.6.5<!-- x-release-please-version -->

### appVersion: v0.6.4 <!-- x-release-please-version -->
### appVersion: v0.6.5 <!-- x-release-please-version -->

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion kustomize/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
containers:
- command:
- /manager
image: ghcr.io/pelotech/nidhogg:v0.6.4 # x-release-please-version
image: ghcr.io/pelotech/nidhogg:v0.6.5 # x-release-please-version
imagePullPolicy: IfNotPresent
name: manager
args:
Expand Down

0 comments on commit 5ab0053

Please sign in to comment.