Skip to content

Commit

Permalink
Bump Terra-reg to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Klyde-Moradeyo committed Apr 2, 2024
2 parents bf1634a + 329a683 commit c65029d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.4.1](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.4.0...v3.4.1) (2024-04-01)


### Bug Fixes

* Pin tfswitch to latest working version - v1 appears to break the installation ([35df281](https://gitlab.dockstudios.co.uk/pub/terrareg/commit/35df2812c3e6260ff70253927a20726360004527)), closes [#515](https://gitlab.dockstudios.co.uk/pub/terrareg/issues/515)

# [3.4.0](https://gitlab.dockstudios.co.uk/pub/terrareg/compare/v3.3.0...v3.4.0) (2024-03-28)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
rm /tmp/infracost.tar.gz'

# Download tfswitch
RUN bash -c 'curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash'
RUN bash -c 'curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash /dev/stdin 0.13.1308'

# Install go
RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
rm /tmp/infracost.tar.gz'

# Download tfswitch
RUN bash -c 'curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash'
RUN bash -c 'curl -L https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh | bash /dev/stdin 0.13.1308'

# Install go
RUN bash -c 'if [ "$(uname -m)" == "aarch64" ]; \
Expand Down

0 comments on commit c65029d

Please sign in to comment.