Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.6.4 #54

Merged
merged 2 commits into from
Feb 15, 2025
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
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.3"
".": "0.6.4"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

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


### Bug Fixes

* **deps:** update kubernetes packages to v0.32.2 ([#7](https://github.com/pelotech/nidhogg/issues/7)) ([b603fb7](https://github.com/pelotech/nidhogg/commit/b603fb73d4bc939e463894b585fa08d3faa6eef6))
* **deps:** update module github.com/prometheus/client_golang to v1.20.5 ([#9](https://github.com/pelotech/nidhogg/issues/9)) ([4e414c0](https://github.com/pelotech/nidhogg/commit/4e414c0ccfed7e67a5127bc4c60c00ab36052ea7))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.20.2 ([#51](https://github.com/pelotech/nidhogg/issues/51)) ([e57c21d](https://github.com/pelotech/nidhogg/commit/e57c21d963816f6baa4b07cc07d955e902258e20))
* upgrade controller runtime to v0.20.1 and conforming to new TypedEventHandler interface ([#46](https://github.com/pelotech/nidhogg/issues/46)) ([9d3f9c1](https://github.com/pelotech/nidhogg/commit/9d3f9c1b787f5f7a11fda6b6b3b64d514d394300))

## [0.6.3](https://github.com/pelotech/nidhogg/compare/v0.6.2...v0.6.3) (2025-02-14)


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.3
appVersion: v0.6.3
version: 0.6.4
appVersion: v0.6.4
# 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.3<!-- x-release-please-version -->
### version: 0.6.4<!-- x-release-please-version -->

### appVersion: v0.6.3 <!-- x-release-please-version -->
### appVersion: v0.6.4 <!-- 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.3 # x-release-please-version
image: ghcr.io/pelotech/nidhogg:v0.6.4 # x-release-please-version
imagePullPolicy: IfNotPresent
name: manager
args:
Expand Down
Loading