File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
<a name =" unreleased " ></a >
2
2
## [ Unreleased]
3
3
4
+ <a name =" v0.8.1 " ></a >
5
+ ## [ v0.8.1] - 2023-10-30
6
+ ### Fixed
7
+ - Remove old workflows on addon checksum change (#297 )
8
+
9
+ ### Changed
10
+ - Bump golang.org/x/net from 0.15.0 to 0.17.0 (#289 )
11
+ - Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#286 )
12
+
4
13
<a name =" v0.8.0 " ></a >
5
14
## [ v0.8.0] - 2023-09-19
6
15
213
222
### Added
214
223
- Initial Release of Addon Manager
215
224
216
- [ Unreleased ] : https://github.com/keikoproj/addon-manager/compare/v0.8.0...HEAD
225
+ [ Unreleased ] : https://github.com/keikoproj/addon-manager/compare/v0.8.1...HEAD
226
+ [ v0.8.1 ] : https://github.com/keikoproj/addon-manager/compare/v0.8.0...v0.8.1
217
227
[ v0.8.0 ] : https://github.com/keikoproj/addon-manager/compare/v0.7.2...v0.8.0
218
228
[ v0.7.2 ] : https://github.com/keikoproj/addon-manager/compare/v0.7.1...v0.7.2
219
229
[ v0.7.1 ] : https://github.com/keikoproj/addon-manager/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import "fmt"
19
19
// The below variables will be overrriden using ldflags set by goreleaser during the build process
20
20
var (
21
21
// Version is the version string
22
- Version = "v0.8.0 "
22
+ Version = "v0.8.1 "
23
23
24
24
// GitCommit is the git commit hash
25
25
GitCommit = "NONE"
You can’t perform that action at this time.
0 commit comments