Skip to content

Commit db9daeb

Browse files
authored
Merge pull request #755 from cyberark/v0.9-release
Bump version to 0.8.0
2 parents 7f811af + ed1b4e9 commit db9daeb

File tree

4 files changed

+29
-19
lines changed

4 files changed

+29
-19
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ Connected to [relevant GitHub issues, eg #76]
44
#### Where should the reviewer start?
55
#### What is the status of the manual tests?
66
Have you run the following manual tests to verify existing functionality continues to function as expected?
7-
- [ ] Manually tested [K8s CRDs](https://github.com/cyberark/secretless-broker/tree/master/test/manual/k8s_crds)
87
- [ ] Manually tested [Keychain provider](https://github.com/cyberark/secretless-broker/tree/master/test/manual/keychain_provider)
9-
- [ ] Manually run the [K8s demo](https://github.com/cyberark/secretless-broker/tree/master/demos/k8s-demo)
8+
- [ ] Manually run the [K8s demo](https://github.com/cyberark/secretless-broker/tree/master/demos/k8s-demo) (which requires changing the image the demo uses to the local build of Secretless)
109
- [ ] Manually run [Kubernetes-Conjur demo](https://github.com/conjurdemos/kubernetes-conjur-demo) with a local Secretless Broker image build of your branch
11-
- [ ] Manually run the [full demo](https://github.com/cyberark/secretless-broker/tree/master/demos/full-demo) (optional)
1210

1311
If this feature does not have any/sufficent automated tests, have you created/updated a folder in `test/manual` that includes:
1412
- [ ] An updated README with instructions on how to manually test this feature

.goreleaser.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ builds:
2121
ldflags: -s -w -linkmode external -extldflags "-static"
2222
main: ./cmd/secretless-broker/main.go
2323

24-
archive:
25-
files:
26-
- CHANGELOG.md
27-
- LICENSE.md
28-
- README.md
29-
format_overrides:
30-
- goos: windows
31-
format: zip
32-
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
33-
wrap_in_directory: true
24+
archives:
25+
- id: secretless-release-archive
26+
files:
27+
- CHANGELOG.md
28+
- LICENSE.md
29+
- README.md
30+
format_overrides:
31+
- goos: windows
32+
format: zip
33+
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
34+
wrap_in_directory: true
3435

3536
checksum:
3637
name_template: 'SHA256SUMS.txt'

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.8.0] 2019-06-18
10+
11+
### Added
12+
- Added a performance testing tool to bin/juxtaposer
13+
- Added a v2 configuration syntax that is simpler and easier to use
14+
15+
### Fixed
16+
- Updated the Conjur Kubernetes authenticator client to 0.13.0 to fix a bug
17+
that caused the token refresh to fail after the cert expired
18+
919
### Changed
10-
- Updated codebase to use Golang v1.12.5
20+
- Revised "k8s-demo"
21+
- Upgraded to Golang v1.12.5 from v1.11.4
1122
- Updated `conjur-authn-k8s-client` dependency to v0.13.0
1223
- Updated `conjur-api-go` dependency to v0.5.2
1324
- Removed third-party module for evaluating home directory path
14-
15-
### Fixed
16-
- Fixed issue with renewing certs on authn-k8s conjur provider
25+
- Updated goreleaser config to address deprecated `archive` tag
26+
- Revised PR template to remove unneeded manual tests
1727

1828
## [0.7.1] 2019-05-16
1929

@@ -252,7 +262,7 @@ external plugins
252262

253263
The first tagged version.
254264

255-
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v0.7.1...HEAD
265+
[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v0.8.0...HEAD
256266
[0.2.0]: https://github.com/cyberark/secretless-broker/compare/v0.1.0...v0.2.0
257267
[0.3.0]: https://github.com/cyberark/secretless-broker/compare/v0.2.0...v0.3.0
258268
[0.4.0]: https://github.com/cyberark/secretless-broker/compare/v0.3.0...v0.4.0
@@ -266,3 +276,4 @@ The first tagged version.
266276
[0.6.4]: https://github.com/cyberark/secretless-broker/compare/v0.6.3...v0.6.4
267277
[0.7.0]: https://github.com/cyberark/secretless-broker/compare/v0.6.4...v0.7.0
268278
[0.7.1]: https://github.com/cyberark/secretless-broker/compare/v0.7.0...v0.7.1
279+
[0.8.0]: https://github.com/cyberark/secretless-broker/compare/v0.7.1...v0.8.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.8.0

0 commit comments

Comments
 (0)