Skip to content

Commit

Permalink
Merge pull request #880 from lorengordon/patch/deprecated-golang
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon authored Dec 1, 2023
2 parents a8ff7ce + 074d0ea commit 73df6bc
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 2,539 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.24.14
current_version = 0.24.15
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ updates:
- "version-update:semver-major"
- "version-update:semver-minor"
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/tests/terraform"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,33 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### [0.24.15](https://github.com/plus3it/tardigrade-ci/releases/tag/0.24.15)

**Released**: 2023.12.1

**Summary**:

* Removes unused terratest configs and dependencies

* Updates tool versions:
* black 23.11.0
* localstack 3.0.1
* pylint-pytest 1.1.6
* rclone 1.65.0
* terraform 1.6.4
* terragrunt 0.53.6
* yamllint 1.33.0
* yq 4.40.3

### [0.24.14](https://github.com/plus3it/tardigrade-ci/releases/tag/0.24.14)

**Released**: 2023.11.09

**Summary**:

* Add `docker/run/%` target
* Updates tool version:

* Updates tool versions:
* black 23.10.1
* cfn-lint 0.82.2
* editorconfig 2.7.2
Expand Down Expand Up @@ -43,7 +62,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
* Selects/enables global and python38 versions in docker image
* Adds `pr` target that is an alias for the `pullrequest` target

* Updates tool version:
* Updates tool versions:
* cfn-lint 0.79.8
* editorconfig 2.7.1
* pytest 7.4.1
Expand All @@ -59,7 +78,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

* Removes deprecated custom endpoints used in tests

* Updates tool version:
* Updates tool versions:
* cfn-lint 0.79.7
* fixuid v0.6.0
* terragrunt v0.50.4
Expand All @@ -73,7 +92,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

* Add new makefile target 'pullrequest' to run formatters, lint and documentation in one call

* Updates tool version:
* Updates tool versions:
* cfn-lint 0.79.6
* pylint 2.17.5
* terraform 1.5.5
Expand Down
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -509,21 +509,6 @@ docker/clean:
docker system prune -a -f
@echo "[$@]: cleanup successful"

export TERRAFORM_TEST_DIR ?= tests
terratest/install: | guard/program/go
@ echo "[$@] Installing terratest"
cd $(TERRAFORM_TEST_DIR) && go mod init tardigrade-ci/tests
cd $(TERRAFORM_TEST_DIR) && go build ./...
cd $(TERRAFORM_TEST_DIR) && go mod tidy
@ echo "[$@]: Completed successfully!"

terratest/test: | guard/program/go
terratest/test: export TIMEOUT ?= 20m
terratest/test:
@ echo "[$@] Starting Terraform tests"
cd $(TERRAFORM_TEST_DIR) && go test -count=1 -timeout $(TIMEOUT)
@ echo "[$@]: Completed successfully!"

tftest/install: pytest/install

export TERRAFORM_PYTEST_DIR ?= $(TARDIGRADE_CI_PATH)/tests/terraform_pytest
Expand Down
26 changes: 0 additions & 26 deletions tests/make/terraform_test_failure.bats

This file was deleted.

26 changes: 0 additions & 26 deletions tests/make/terraform_test_success.bats

This file was deleted.

7 changes: 0 additions & 7 deletions tests/terraform/example_testcase/main.tf

This file was deleted.

5 changes: 0 additions & 5 deletions tests/terraform/go.mod

This file was deleted.

2,403 changes: 0 additions & 2,403 deletions tests/terraform/go.sum

This file was deleted.

47 changes: 0 additions & 47 deletions tests/terraform/module_test.go

This file was deleted.

0 comments on commit 73df6bc

Please sign in to comment.