Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 22, 2020
1 parent 9c9aa16 commit 1142ed2
Showing 1 changed file with 34 additions and 18 deletions.
52 changes: 34 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,56 @@
# Changelog

## [0.20.0](https://github.com/camptocamp/terraboard/tree/0.20.0) (2020-06-09)
## [0.21.0](https://github.com/camptocamp/terraboard/tree/0.21.0) (2020-07-22)

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.19.0...0.20.0)
[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.20.0...0.21.0)

**Implemented enhancements:**

- Use S3 compatible bucket [\#72](https://github.com/camptocamp/terraboard/issues/72)
- Update to terraform v0.12.28 [\#98](https://github.com/camptocamp/terraboard/pull/98) ([mhaley-miovision](https://github.com/mhaley-miovision))
- Add AWS ARN Support [\#95](https://github.com/camptocamp/terraboard/pull/95) ([fafalafafa](https://github.com/fafalafafa))
- GCS support [\#91](https://github.com/camptocamp/terraboard/pull/91) ([tristanvanthielen](https://github.com/tristanvanthielen))
- Add optional AWS endpoint [\#81](https://github.com/camptocamp/terraboard/pull/81) ([raphink](https://github.com/raphink))

**Closed issues:**

- Terraform v0.12.26 [\#93](https://github.com/camptocamp/terraboard/issues/93)
- pq sslmode [\#76](https://github.com/camptocamp/terraboard/issues/76)
- panic: runtime error: invalid memory address or nil pointer dereference [\#90](https://github.com/camptocamp/terraboard/issues/90)

**Merged pull requests:**
## [0.20.0](https://github.com/camptocamp/terraboard/tree/0.20.0) (2020-06-09)

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.19.0...0.20.0)

**Implemented enhancements:**

- Update for terraform 0.12.26 [\#94](https://github.com/camptocamp/terraboard/pull/94) ([raphink](https://github.com/raphink))
- update to use terraform 0.12.24 [\#88](https://github.com/camptocamp/terraboard/pull/88) ([BlackWebWolf](https://github.com/BlackWebWolf))
- Update documentation Terraform Cloud \(TFE\) support [\#82](https://github.com/camptocamp/terraboard/pull/82) ([binlab](https://github.com/binlab))
- update to use terraform 0.12.21 [\#80](https://github.com/camptocamp/terraboard/pull/80) ([rickhlx](https://github.com/rickhlx))
- change PORT to TERRABOARD\_PORT in README.md [\#79](https://github.com/camptocamp/terraboard/pull/79) ([jimsheldon](https://github.com/jimsheldon))
- Make database sslmode default to require [\#78](https://github.com/camptocamp/terraboard/pull/78) ([raphink](https://github.com/raphink))
- docs: add --db-sslmode flag [\#77](https://github.com/camptocamp/terraboard/pull/77) ([tedder](https://github.com/tedder))

## [0.19.0](https://github.com/camptocamp/terraboard/tree/0.19.0) (2020-01-24)
**Fixed bugs:**

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.18.0...0.19.0)
- change PORT to TERRABOARD\_PORT in README.md [\#79](https://github.com/camptocamp/terraboard/pull/79) ([jimsheldon](https://github.com/jimsheldon))

**Fixed bugs:**
**Closed issues:**

- Terraform version in changelog [\#73](https://github.com/camptocamp/terraboard/issues/73)
- Terraform v0.12.26 [\#93](https://github.com/camptocamp/terraboard/issues/93)
- pq sslmode [\#76](https://github.com/camptocamp/terraboard/issues/76)

**Merged pull requests:**
## [0.19.0](https://github.com/camptocamp/terraboard/tree/0.19.0) (2020-01-24)

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.18.0...0.19.0)

**Implemented enhancements:**

- Output Terraform lib version in version string [\#75](https://github.com/camptocamp/terraboard/pull/75) ([raphink](https://github.com/raphink))
- Use Terraform 0.12.20 [\#74](https://github.com/camptocamp/terraboard/pull/74) ([raphink](https://github.com/raphink))

**Fixed bugs:**

- Terraform version in changelog [\#73](https://github.com/camptocamp/terraboard/issues/73)

## [0.18.0](https://github.com/camptocamp/terraboard/tree/0.18.0) (2020-01-20)

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.17.0...0.18.0)
Expand All @@ -47,7 +66,6 @@

**Merged pull requests:**

- New flat logo [\#69](https://github.com/camptocamp/terraboard/pull/69) ([raphink](https://github.com/raphink))
- Reduce the noise in the logs when parsing statefiles [\#68](https://github.com/camptocamp/terraboard/pull/68) ([mvisonneau](https://github.com/mvisonneau))
- Implemented support for Terraform Cloud as state provider [\#67](https://github.com/camptocamp/terraboard/pull/67) ([mvisonneau](https://github.com/mvisonneau))
- Bumped go version to 1.13 [\#66](https://github.com/camptocamp/terraboard/pull/66) ([mvisonneau](https://github.com/mvisonneau))
Expand All @@ -63,6 +81,7 @@

**Merged pull requests:**

- New flat logo [\#69](https://github.com/camptocamp/terraboard/pull/69) ([raphink](https://github.com/raphink))
- Config file support [\#64](https://github.com/camptocamp/terraboard/pull/64) ([AndresCidoncha](https://github.com/AndresCidoncha))

## [0.15.0](https://github.com/camptocamp/terraboard/tree/0.15.0) (2019-10-24)
Expand All @@ -89,10 +108,6 @@

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.14.2...0.14.3)

**Merged pull requests:**

- Fix json field for value [\#41](https://github.com/camptocamp/terraboard/pull/41) ([raphink](https://github.com/raphink))

## [0.14.2](https://github.com/camptocamp/terraboard/tree/0.14.2) (2017-11-30)

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.14.1...0.14.2)
Expand All @@ -112,13 +127,15 @@
**Merged pull requests:**

- Remove index for attribute value [\#39](https://github.com/camptocamp/terraboard/pull/39) ([raphink](https://github.com/raphink))
- Add a resource filter to the state view [\#31](https://github.com/camptocamp/terraboard/pull/31) ([raphink](https://github.com/raphink))

## [0.14.0](https://github.com/camptocamp/terraboard/tree/0.14.0) (2017-11-25)

[Full Changelog](https://github.com/camptocamp/terraboard/compare/0.13.0...0.14.0)

**Merged pull requests:**

- Fix json field for value [\#41](https://github.com/camptocamp/terraboard/pull/41) ([raphink](https://github.com/raphink))
- Add option to change state file extension [\#38](https://github.com/camptocamp/terraboard/pull/38) ([gordonbondon](https://github.com/gordonbondon))
- Build improvements [\#35](https://github.com/camptocamp/terraboard/pull/35) ([raphink](https://github.com/raphink))
- Report errors fetching state from S3 [\#34](https://github.com/camptocamp/terraboard/pull/34) ([ant1441](https://github.com/ant1441))
Expand All @@ -134,11 +151,11 @@

**Merged pull requests:**

- Add a resource filter to the state view [\#31](https://github.com/camptocamp/terraboard/pull/31) ([raphink](https://github.com/raphink))
- Test compare 100% coverage [\#30](https://github.com/camptocamp/terraboard/pull/30) ([cryptobioz](https://github.com/cryptobioz))
- Lint code \[WIP\] [\#28](https://github.com/camptocamp/terraboard/pull/28) ([raphink](https://github.com/raphink))
- Add Makefile and use it in .travis.yml [\#27](https://github.com/camptocamp/terraboard/pull/27) ([raphink](https://github.com/raphink))
- Add tests for utils and compare [\#26](https://github.com/camptocamp/terraboard/pull/26) ([cryptobioz](https://github.com/cryptobioz))
- Improve logging [\#19](https://github.com/camptocamp/terraboard/pull/19) ([raphink](https://github.com/raphink))

## [0.12.0](https://github.com/camptocamp/terraboard/tree/0.12.0) (2017-08-03)

Expand All @@ -154,7 +171,6 @@
- Merge compare view into state view [\#24](https://github.com/camptocamp/terraboard/pull/24) ([raphink](https://github.com/raphink))
- Add a compare API and view [\#21](https://github.com/camptocamp/terraboard/pull/21) ([raphink](https://github.com/raphink))
- Add compare API point [\#20](https://github.com/camptocamp/terraboard/pull/20) ([raphink](https://github.com/raphink))
- Improve logging [\#19](https://github.com/camptocamp/terraboard/pull/19) ([raphink](https://github.com/raphink))
- Fix bugs in state view [\#18](https://github.com/camptocamp/terraboard/pull/18) ([raphink](https://github.com/raphink))
- Do not import non-ASCII data [\#17](https://github.com/camptocamp/terraboard/pull/17) ([raphink](https://github.com/raphink))
- Improve search engine [\#16](https://github.com/camptocamp/terraboard/pull/16) ([cryptobioz](https://github.com/cryptobioz))
Expand Down

0 comments on commit 1142ed2

Please sign in to comment.