Skip to content

Latest commit

 

History

History
469 lines (245 loc) · 26.5 KB

CHANGELOG.md

File metadata and controls

469 lines (245 loc) · 26.5 KB

Changelog

0.9.1 (2024-04-04)

Bug Fixes

  • fixed the version number being ommitted from the build (#93) (90c36ca)

0.9.0 (2024-04-04)

Features

  • added the ability to configure the site token using a secret (#89) (eb98224)
  • implemented tfe gpg keys api (#82) (db9a2c0)

0.8.0 (2024-03-29)

Features

  • added a provider registry proxy as a first step (#72) (1cb751d)
  • added the ability to configure the provider registry proxy to the helm chart (#74) (d852b70)

Miscellaneous Chores

  • updated docs to target new v0.8.0 release (#75) (7b7c87a)

0.7.0 (2024-03-21)

Features

  • finished implementing bitbucketserver support (#54) (49ebecd)

0.6.0 (2024-03-20)

Features

  • finished bitbucket workspace support (#49) (f81ee8f)

0.5.0 (2024-03-20)

Features

0.4.1 (2024-03-18)

Miscellaneous Chores

0.4.0 (2024-03-10)

Features

  • added basic styling to module readme (408d162)
  • added more logging to module refreshing (f8024e7)
  • added the ability to manuall refresh a module (ae7945d)
  • made bitbucket pushes trigger tofutf webhooks (57ee251)

Bug Fixes

  • fixed broken webhooks (26d9d45)
  • hacking on bitbucket webhooks (e08e8ce)

0.3.1-0 (2024-03-09)

Bug Fixes

  • lint: fixing a linting issue (6a68417)

0.3.0 (2024-03-09)

Features

  • added basic bitbucketserver support (2e32ffb)
  • minor fix to message, and more ci changes (0756fd9)

0.2.5 (2024-02-24)

Bug Fixes

  • use base58 alphabet for resource IDs (#680) (1e7d7a2)

0.2.4 (2023-12-16)

Features

0.2.3 (2023-12-12)

Bug Fixes

0.2.2 (2023-12-10)

Bug Fixes

0.2.1 (2023-12-07)

Bug Fixes

0.2.0 (2023-12-05)

⚠ BREAKING CHANGES

  • agent pools (#653)

Features

Bug Fixes

  • Add missing CancelRunAction to WorkspaceWriteRole (#649) (599ddcb)
  • docker-compose otfd healthcheck (c553b58)

0.1.18 (2023-10-30)

Bug Fixes

  • ci: charts job needs release info (f4fef03)
  • ui: push docs to remote gh-pages branch (5b3e3f4)
  • ui: workspace listing returning 500 error (6eb89f4)

0.1.17 (2023-10-29)

Features

Bug Fixes

  • mike doc versioner flags have changed (224081c)
  • publish chart after release not before (eceab7e)
  • ui: allow variable to be updated from hcl to non-hcl (ac0ff5a)

Miscellaneous

  • document some more flags (e2cc4f2)
  • perf: pre-allocate slices (ccc8b6e)
  • remove redundant jsonapiclient interface (5aa153a)

0.1.16 (2023-10-27)

Bug Fixes

  • allow org members to view variable sets (df9fa53)
  • broken mike python package for docs (34c50e2)

0.1.15 (2023-10-27)

Features

  • Implement TFE API for Team Tokens (#624)

Bug Fixes

  • Fix local execution mode (#627
  • agent error reporting (#628) (76e7dda)
  • fixed defect with multiline tfvars not being escaped (#631) (f35dffa)

0.1.14 (2023-10-19)

Features

Bug Fixes

  • error 'schema: converter not found for integration.manifest' (e53ebf2)
  • fixed bug where proxy was ignored (#609) (c1ee8d8)
  • prevent modules with no published versions from crashing otf (#611) (84aa299)
  • skip reporting runs created via API (#622) (5d4527b), closes #618

Miscellaneous

  • add note re cloud block to allow CLI apply (4f03544)
  • remove unused exchange code response (4a966cd)
  • upgrade vulnerable markdown go mod (781e0f6)

0.1.13 (2023-09-13)

Features

  • add flags --oidc-username-claim and --oidc-scopes (#605) (87324d0), closes #596

Bug Fixes

  • restart spooler when broker terminates subscription (#600) (ce41580)
  • retrieving state outputs only requires read role (#603) (25c4a99)

0.1.12 (2023-09-12)

Features

Bug Fixes

Miscellaneous

  • remove unnecessary link from widget heading (318c390)

0.1.11 (2023-09-11)

Features

Bug Fixes

  • dont scrub sensitive variable values for agent (#591) (a333ee6), closes #590
  • integration: prevent -32000 error (39318f1)
  • integration: wait for alpinejs to load (346024e)
  • resubscribe subsystems when their subscription is terminated (#593) (3195e17)

0.1.10 (2023-09-06)

Bug Fixes

  • integration: ensure text box is visible before focusing (8d279ae)
  • set module status (#586) (8141c6e)
  • ui: remove undefined css classes (daf6096)
  • ui: wrong heading for edit variable set variable page (cc6f282)
  • variable set variables API (#589) (8e29da1), closes #588

0.1.9 (2023-09-02)

Features

Bug Fixes

  • integration: stop browser test failing with -32000 error (27f02cd)
  • scheduler: ignore deleted run events (60496bb)
  • ui: deleting vcs provider no longer breaks module page (e28b931)
  • ui: make workspace page title use Name, not ID (#581) (8268643)

Miscellaneous

  • add BSL compliance note (6b537de)
  • document integration test verbose logging (75272a4)

0.1.8 (2023-08-13)

Features

  • allow terraform apply on connected workspace (#564) (6f90a9c), closes #231
  • ui: add icon in run widget to show source of run (#563) (2e7a0bd)

Bug Fixes

  • return error on stream error for retry (leg100#565)
  • cleanup after extracting repo tarball (bf4758b)
  • don't scrub included state output sensitive values (478e314)
  • linux/arm64 support (#562) (01a2112), closes #311
  • otfd compose healthcheck: curl not installed (9f52021)
  • retry run should use existing run properties (49303ec)
  • tests: hard link fails when /tmp is separate partition (cfc7aaa)
  • ui: workspace description missing after update (a579b40)
  • use png instead of svg for font-based icons (eae0588)

Miscellaneous

0.1.7 (2023-08-05)

Bug Fixes

Miscellaneous

0.1.6 (2023-08-02)

Features

  • record who created a run (#556) (57bb9b6)
  • ui: clicking on workspace widget tag filters by that tag (a7ce9a8)
  • ui: provide more vcs metadata for runs (#552) (18217ce)

Miscellaneous

  • add organization UI tests (1c7e3db)
  • remove redundant CreateRun magic string (#555) (a2df6d5)

0.1.5 (2023-08-01)

Features

  • add support for terraform_remote_state (#550) (c2fa0a7)

0.1.4 (2023-08-01)

Features

Miscellaneous

  • downplay legitimate state not found errors (2d91e31)
  • remove demo (d70c7fd)
  • ui: make workspace state tabs look nicer (bbe38b4)

0.1.3 (2023-07-27)

Features

  • ui: add tags to workspace widget (#543) (3000c09)
  • ui: show resources and outputs on workspace page (#542) (d792e23), closes #308

Bug Fixes

  • ui: style variables table (ed67d57)

0.1.2 (2023-07-26)

Bug Fixes

Miscellaneous

  • removed unused config file (84fe3b1)

0.1.1 (2023-07-24)

Bug Fixes

  • ui: improve dropdown box UX (d67de76)
  • ui: new team form missing borders (0506694)

0.1.0 (2023-07-24)

⚠ BREAKING CHANGES

  • adding team member creates user if they don't exist (#525)

Features

Bug Fixes

  • embed magnifying glass icon (8a45d51)
  • run tailwind css on template changes (e749013)

0.0.53 (2023-07-12)

Bug Fixes

  • delete existing unreferenced webhooks too (6b61b48)
  • delete webhooks when org or vcs provider is deleted (#518) (0d36ea5)
  • docs: version using tag not branch name (8613fe8)
  • only set not null after populating column (1da3936)
  • remove trailing slash from requests (#516) (c1ee39e), closes #496
  • ui: add cache-control header to static files (061261f)

Miscellaneous

  • add hashes to all static urls (3650926)
  • test create connected workspace via api (9bf4bae)

0.0.52 (2023-07-08)

Bug Fixes

0.0.51 (2023-07-08)

Bug Fixes

Miscellaneous

  • Bump default terraform version to v1.5.2 (#503) (67bc3f0)