Skip to content

Commit dc62fd3

Browse files
author
James Halsall
authored
Prepare CHANGELOG for 0.5.0 release (#52)
1 parent 07ea16e commit dc62fd3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/inviqa/harness-go/tree/HEAD)
3+
## [0.5.0](https://github.com/inviqa/harness-go/tree/0.5.0) (2020-09-01)
44

5-
[Full Changelog](https://github.com/inviqa/harness-go/compare/0.4.0...HEAD)
5+
[Full Changelog](https://github.com/inviqa/harness-go/compare/0.4.0...0.5.0)
66

77
**Closed issues:**
88

9+
- Update and bundle certificates if enabled [\#34](https://github.com/inviqa/harness-go/issues/34)
910
- Make DB service tags configurable, with a default of "latest" [\#32](https://github.com/inviqa/harness-go/issues/32)
1011

1112
**Merged pull requests:**
1213

14+
- Add an option to bundle certs on the production image [\#51](https://github.com/inviqa/harness-go/pull/51) ([jameshalsall](https://github.com/jameshalsall))
15+
- Add a changelog, and some basic release process notes [\#49](https://github.com/inviqa/harness-go/pull/49) ([jameshalsall](https://github.com/jameshalsall))
1316
- Gracefully shut down the HTTP server on SIGINT, SIGTERM [\#48](https://github.com/inviqa/harness-go/pull/48) ([jameshalsall](https://github.com/jameshalsall))
1417
- Fix trailing newlines being added into secrets before encryption [\#47](https://github.com/inviqa/harness-go/pull/47) ([andytson-inviqa](https://github.com/andytson-inviqa))
1518
- Pull external images in parallel before building service images [\#46](https://github.com/inviqa/harness-go/pull/46) ([andytson-inviqa](https://github.com/andytson-inviqa))
@@ -23,14 +26,14 @@
2326
- Deduce the docker registry\_url from repository [\#37](https://github.com/inviqa/harness-go/pull/37) ([andytson-inviqa](https://github.com/andytson-inviqa))
2427
- Disable k8s service links to reduce unused environment variables [\#36](https://github.com/inviqa/harness-go/pull/36) ([andytson-inviqa](https://github.com/andytson-inviqa))
2528
- Make versions for DB image attributes that can be easily overrided [\#33](https://github.com/inviqa/harness-go/pull/33) ([jameshalsall](https://github.com/jameshalsall))
29+
- Replace prometheus annotations with operator podmonitor [\#29](https://github.com/inviqa/harness-go/pull/29) ([andytson-inviqa](https://github.com/andytson-inviqa))
2630

2731
## [0.4.0](https://github.com/inviqa/harness-go/tree/0.4.0) (2020-04-22)
2832

2933
[Full Changelog](https://github.com/inviqa/harness-go/compare/0.3.0...0.4.0)
3034

3135
**Merged pull requests:**
3236

33-
- Replace prometheus annotations with operator podmonitor [\#29](https://github.com/inviqa/harness-go/pull/29) ([andytson-inviqa](https://github.com/andytson-inviqa))
3437
- MISC Do not hardcode a version number in readme [\#28](https://github.com/inviqa/harness-go/pull/28) ([jameshalsall](https://github.com/jameshalsall))
3538
- Allow overriding of istio virtualservice gateway with template support [\#24](https://github.com/inviqa/harness-go/pull/24) ([andytson-inviqa](https://github.com/andytson-inviqa))
3639

0 commit comments

Comments
 (0)