|
1 | 1 | # Changelog
|
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 6 |
|
7 | 7 | **Closed issues:**
|
8 | 8 |
|
| 9 | +- Update and bundle certificates if enabled [\#34](https://github.com/inviqa/harness-go/issues/34) |
9 | 10 | - Make DB service tags configurable, with a default of "latest" [\#32](https://github.com/inviqa/harness-go/issues/32)
|
10 | 11 |
|
11 | 12 | **Merged pull requests:**
|
12 | 13 |
|
| 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)) |
13 | 16 | - Gracefully shut down the HTTP server on SIGINT, SIGTERM [\#48](https://github.com/inviqa/harness-go/pull/48) ([jameshalsall](https://github.com/jameshalsall))
|
14 | 17 | - 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))
|
15 | 18 | - 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 | 26 | - Deduce the docker registry\_url from repository [\#37](https://github.com/inviqa/harness-go/pull/37) ([andytson-inviqa](https://github.com/andytson-inviqa))
|
24 | 27 | - 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))
|
25 | 28 | - 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)) |
26 | 30 |
|
27 | 31 | ## [0.4.0](https://github.com/inviqa/harness-go/tree/0.4.0) (2020-04-22)
|
28 | 32 |
|
29 | 33 | [Full Changelog](https://github.com/inviqa/harness-go/compare/0.3.0...0.4.0)
|
30 | 34 |
|
31 | 35 | **Merged pull requests:**
|
32 | 36 |
|
33 |
| -- Replace prometheus annotations with operator podmonitor [\#29](https://github.com/inviqa/harness-go/pull/29) ([andytson-inviqa](https://github.com/andytson-inviqa)) |
34 | 37 | - MISC Do not hardcode a version number in readme [\#28](https://github.com/inviqa/harness-go/pull/28) ([jameshalsall](https://github.com/jameshalsall))
|
35 | 38 | - 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))
|
36 | 39 |
|
|
0 commit comments