Skip to content

v0.19.6

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 22:53
· 42 commits to refs/heads/main since this release
bedec02
upd: Remove unused Go Unit Tests in favor of tf tests @brent-anyscale (#47)

On branch brent/update-unittests
Changes to be committed:
modified: modules/aws-anyscale-efs/test/README.md
deleted: modules/aws-anyscale-efs/test/go.mod
deleted: modules/aws-anyscale-efs/test/go.sum
deleted: modules/aws-anyscale-efs/test/tf_aws_anyscale_efs_test.go
modified: modules/aws-anyscale-iam/cluster_node-secretsmanager-getsecret-kms.tmpl
modified: modules/aws-anyscale-iam/test/README.md
deleted: modules/aws-anyscale-iam/test/go.mod
deleted: modules/aws-anyscale-iam/test/go.sum
deleted: modules/aws-anyscale-iam/test/terraform_aws_anyscale_iam_test.go
new file: modules/aws-anyscale-memorydb/tests/README.md
modified: modules/aws-anyscale-s3-policy/test/README.md
deleted: modules/aws-anyscale-s3-policy/test/go.mod
deleted: modules/aws-anyscale-s3-policy/test/go.sum
deleted: modules/aws-anyscale-s3-policy/test/terraform_aws_anyscale_s3_policy_test.go
modified: modules/aws-anyscale-securitygroups/test/README.md
deleted: modules/aws-anyscale-securitygroups/test/go.mod
deleted: modules/aws-anyscale-securitygroups/test/go.sum
deleted: modules/aws-anyscale-securitygroups/test/terraform_aws_anyscale_securitygroups_test.go
modified: modules/aws-anyscale-vpc/test/README.md
deleted: modules/aws-anyscale-vpc/test/go.mod
deleted: modules/aws-anyscale-vpc/test/go.sum
deleted: modules/aws-anyscale-vpc/test/terraform_aws_anyscale_vpc_test.go

Pull request checklist

Please check if your PR fulfills the following requirements:

  • pre-commit has been run
  • Tests for the changes have been added (for bug fixes / features)
  • All tests passing
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Pull Request Type

  • Bugfix
  • New feature
  • Refactoring (no functional changes)
  • Documentation change
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No