Skip to content

Commit

Permalink
Merge pull request #2 from cybozu-go/bump-0.1.0
Browse files Browse the repository at this point in the history
Bump version to 0.1.0
  • Loading branch information
terassyi authored Jun 20, 2023
2 parents e93e2ef + 2447ea1 commit a47d64a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.0] 2023-06-20

### Added
### Changed
### Removed

[Unreleased]: https://github.com/cybozu-go/neco-template/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...HEAD
- first implementation completed [#1](https://github.com/cybozu-go/zombie-detector/pull/1)

[Unreleased]: https://github.com/cybozu-go/neco-template/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/cybozu-go/neco-template/compare/4b825dc642cb6eb9a060e54bf8d69288fbee4904...v0.1.0
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
Use: "zombie-detector",
Short: "zombie-detector detects longly undeleted kubernetes resources",
RunE: rootMain,
Version: "0.0.1",
Version: "0.1.0",
}
)

Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
images:
- name: zombie-detector:dev
newName: ghcr.io/cybozu-go/zombie-detector
newTag: 0.0.1
newTag: 0.1.0
2 changes: 1 addition & 1 deletion e2e/Makefile.versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
E2ETEST_K8S_VERSION := 1.26.3
KIND_VERSION := 0.20.0
KUSTOMIZE_VERSION := 5.0.3
KUSTOMIZE_VERSION := 5.1.0
PUSHGATEWAY_IMAGE_VERSION := 1.5.1.1
GH_VERSION := 2.30.0
ACTIONS_CACHE_VERSION := 3
Expand Down

0 comments on commit a47d64a

Please sign in to comment.