Skip to content

Releases: camptocamp/terraboard

v2.3.0

26 Oct 12:38
Compare
Choose a tag to compare

Features

Bug Fixes

  • config: missing default values with yaml (3f31b1f)
  • remove duplicated 'v' on terraboard version (frontend/logs) (a2f6589)

v2.2.0

25 May 07:53
bf1d943
Compare
Choose a tag to compare

Features

  • add ability to resolve environment variables in yaml config (#240) (a857bcd)

Bug Fixes

  • db: possible sql injection on /search endpoint (#247) (56dbee8)

v2.1.1

05 Mar 14:32
06ff551
Compare
Choose a tag to compare

Bug Fixes

v2.1.0

08 Feb 18:49
1c2641d
Compare
Choose a tag to compare

Features

Bug Fixes

  • docker-compose: wrong username used in pg healthcheck (b219b9e)
  • swagger: move swagger redirection on / instead on /swagger/ (#221) (6d50bf5)

v2.0.0

25 Oct 15:32
f915bdd
Compare
Choose a tag to compare

Features

  • frontend: add loading spinner during plan fetching (4e6d2b6)
  • frontend: highlightjs theme (#202) (e18dd8f)
  • frontend: now trigger refresh on input for search's text fields (#205) (cd42ac1)
  • frontend: resource filter now match any substring in res path or name (cc707ea)
  • frontend: set role=button on list carets (#200) (02c0022)
  • frontend: use pointer cursor on list group items (#201) (0b87348)
  • frontend: use UTC strings for dates (#198) (c77d66f)
  • plan: process plan's status from ci exit-code (#215) (5b32184)
  • plans: add plans explorer and viewer (#193) (35d73c0)

Bug Fixes

  • frontend: avatar not displaying due to css issue (#206) (78f8922)
  • frontend: missing user's information & avatar (#204) (0aec334)
  • frontend: performance issue with resource filter with multiples modules (#208) (cc707ea)
  • frontend: performence issue on plans fetching (#212) (4e6d2b6)
  • frontend: resource filter on state view now works (#203) (156e544)
  • frontend: undefined error on plan view without outputs changes (#211) (a5d6050)
  • json: plan's variables parsing error (#210) (91b3dab)
  • remove localhost from URLs (#196) (7dd34ed)

Miscellaneous Chores

v2.0.0-alpha.2

19 Aug 11:52
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Features

  • frontend: highlightjs theme (#202) (e18dd8f)
  • frontend: now trigger refresh on input for search's text fields (#205) (cd42ac1)
  • frontend: set role=button on list carets (#200) (02c0022)
  • frontend: use pointer cursor on list group items (#201) (0b87348)
  • frontend: use UTC strings for dates (#198) (c77d66f)

Bug Fixes

  • frontend: avatar not displaying due to css issue (#206) (78f8922)
  • frontend: missing user's information & avatar (#204) (0aec334)
  • frontend: resource filter on state view now works (#203) (156e544)
  • remove localhost from URLs (#196) (7dd34ed)

v2.0.0-alpha

18 Aug 11:14
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

⚠ BREAKING CHANGES

  • use lineage instead of path to link states on overview (#179)
  • multiple buckets / providers support (#48) (#177)

Features

  • add plan db scheme (#164) (2c1cd8f)
  • add test environment with proper docker-compose using MinIO + add compatibility for it to AWS provider (#165) (6d44ecb)
  • api: add lineages get endpoint (#176) (f632586)
  • api: add plan submit/get endpoints (#175) (f341ffd)
  • build on Terraform v1.0.2 (#185) (505ef82)
  • front-end redesign to VueJS/Bootstrap 5 & server improvements (#188) (5001de9)
  • gorm: gorm v2 migration (#170) (630ce3f)
  • migration: add migration compatibility with states without lineage (#183) (e50bbf6)
  • multiple buckets / providers support (#48) (#177) (e44ebce)
  • new standalone lineage table + associated migration (#173) (aa7d455)
  • use lineage instead of path to link states on overview (#179) (c576d95)

Bug Fixes

  • terraboard crash at compose startup if db isn't fully initialized (#174) (a8e6bdd)
  • view: style issue which cropped overview content (#189) (ee9f923)

Miscellaneous Chores

v1.1.0

14 Apr 09:19
Compare
Choose a tag to compare

Implemented enhancements:

Fixed bugs:

  • Fix environment variable for APPRoleArn on README #141 (alemuro)

Closed issues:

  • support of terraform 0.14.3 #137

v1.0.0

17 Feb 08:39
Compare
Choose a tag to compare

Breaking changes:

  • Fixed failing CI following recent changes introducing GitLab backend support #133 (mvisonneau)
  • Support multiple file extensions in S3 #122 (Moglum)

Implemented enhancements:

Fixed bugs:

  • Resources created using for\_each are missing #97
  • Fix nill pointer #138 (Moglum)
  • Fixed ineffassign definition following a recent update #132 (mvisonneau)

Closed issues:

  • Unable to start terraboard in Docker following Readme instructions #123
  • v0.21.0 can't connect to RDS db when running on AWS ECS #118
  • Add support for terraform 0.13.3 #116
  • Use docker networks instead of deprecated --link. #45

v0.22.0

12 Aug 13:21
Compare
Choose a tag to compare

Implemented enhancements: