Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump version to 0.15 #33

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v0.15] - 2025-02-11

### Added
- Test running workflow on multiple versions of terraform @pwillis-els (#28)

### Fixed
- Fix 'terraformsh apply' with no varfiles @peterwwillis (#31)
- Fix/apply tfvars (from PR #27) @pwillis-els (#29)

---

## [v0.14] - 2023-08-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
---


terraformsh v0.14
terraformsh v0.15
Usage: ./terraformsh [OPTIONS] [TFVARS] COMMAND [..]

# Options
Expand Down
2 changes: 1 addition & 1 deletion terraformsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -e -u -o pipefail
[ "${DEBUG:-0}" = "1" ] && set -x # set DEBUG=1 to enable tracing
VERSION="0.14"
VERSION="0.15"

# ---------------------------------------------------------------------------------------- #
_usage () {
Expand Down