Skip to content

Commit

Permalink
Stop looking for updates to Terraform 0.14 and 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Jan 24, 2024
1 parent ad82b59 commit 754a00a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ jobs:
- sudosh
- teleport
- terraform
- terraform-0.14
- terraform-0.15
- terraform-1
- terraform-config-inspect
- terraform-docs
Expand Down
3 changes: 3 additions & 0 deletions vendor/terraform-0.14/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export MAJOR_VERSION = 0.14
export PACKAGE_PRERELEASE_ENABLED = false
export PACKAGE_NAME = $(MASTER_PACKAGE_NAME)-$(MAJOR_VERSION)

# Package is well past EOL
export AUTO_UPDATE_ENABLED = false

include ../../tasks/Makefile.vendor_includes

# NOTE: This build uses a custom build template ./APKBUILD
Expand Down
3 changes: 3 additions & 0 deletions vendor/terraform-0.15/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export MAJOR_VERSION = 0.15
export PACKAGE_PRERELEASE_ENABLED = true
export PACKAGE_NAME = $(MASTER_PACKAGE_NAME)-$(MAJOR_VERSION)

# Package is well past EOL
export AUTO_UPDATE_ENABLED = false

include ../../tasks/Makefile.vendor_includes

# NOTE: This build uses a custom build template ./APKBUILD
Expand Down

0 comments on commit 754a00a

Please sign in to comment.