Skip to content

Commit c25e2ee

Browse files
committed
Changelog
1 parent 106c28a commit c25e2ee

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@ N/A
1212

1313
### Bug fixes
1414

15-
* fix: Do not check for semver if update strategy is latest
15+
### New features
16+
17+
### Other changes
18+
19+
## 2020-08-29 - Release v0.5.0
20+
21+
### Upgrade notes (no really, you MUST read this)
22+
23+
N/A
24+
25+
### Bug fixes
26+
27+
* fix: Do not constraint tags to semver if update strategy is latest
28+
* fix: Multiple same images in the same application not possible
1629

1730
### New features
1831

@@ -22,6 +35,7 @@ N/A
2235

2336
* enhancement: Slightly increase verbosity in default log level
2437
* enhancement: Provide default RBAC rules for serviceaccount
38+
* enhancement: Warm-up cache before starting image cycle
2539

2640
## 2020-08-18 - Release v0.4.0
2741

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
majorVersion = "0"
77
minorVersion = "5"
88
patchVersion = "0"
9-
preReleaseString = "master"
9+
preReleaseString = ""
1010
)
1111

1212
const binaryName = "argocd-image-updater"

0 commit comments

Comments
 (0)