Skip to content

Commit

Permalink
Prepare CHANGELOG for 0.5.0 release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halsall authored Sep 1, 2020
1 parent 07ea16e commit dc62fd3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# Changelog

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

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

**Closed issues:**

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

**Merged pull requests:**

- Add an option to bundle certs on the production image [\#51](https://github.com/inviqa/harness-go/pull/51) ([jameshalsall](https://github.com/jameshalsall))
- Add a changelog, and some basic release process notes [\#49](https://github.com/inviqa/harness-go/pull/49) ([jameshalsall](https://github.com/jameshalsall))
- Gracefully shut down the HTTP server on SIGINT, SIGTERM [\#48](https://github.com/inviqa/harness-go/pull/48) ([jameshalsall](https://github.com/jameshalsall))
- 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))
- 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))
Expand All @@ -23,14 +26,14 @@
- Deduce the docker registry\_url from repository [\#37](https://github.com/inviqa/harness-go/pull/37) ([andytson-inviqa](https://github.com/andytson-inviqa))
- 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))
- 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))
- Replace prometheus annotations with operator podmonitor [\#29](https://github.com/inviqa/harness-go/pull/29) ([andytson-inviqa](https://github.com/andytson-inviqa))

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

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

**Merged pull requests:**

- Replace prometheus annotations with operator podmonitor [\#29](https://github.com/inviqa/harness-go/pull/29) ([andytson-inviqa](https://github.com/andytson-inviqa))
- MISC Do not hardcode a version number in readme [\#28](https://github.com/inviqa/harness-go/pull/28) ([jameshalsall](https://github.com/jameshalsall))
- 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))

Expand Down

0 comments on commit dc62fd3

Please sign in to comment.