Skip to content

v0.7.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 15 Apr 21:07
· 16 commits to refs/heads/main since this release
bdf6fbc
Update actions/setup-go action to v5 @renovate (#16)

This PR contains the following updates:

Package Type Update Change
actions/setup-go action major v3 -> v5

Release Notes

actions/setup-go (actions/setup-go)

v5

Compare Source

v4

Compare Source


Update actions/checkout action to v4 @renovate (#15)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v4
actions/checkout action major v3 -> v4

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source


Update mszostok/codeowners-validator action to v0.7.4 @renovate (#7)

This PR contains the following updates:

Package Type Update Change
mszostok/codeowners-validator action patch v0.7.1 -> v0.7.4

Release Notes

mszostok/codeowners-validator (mszostok/codeowners-validator)

v0.7.4

Compare Source

🎉 GitHub Codeowners Validator 0.7.4 is now available!

Highlights

✨ New functionality

First entry

 /build/logs/ @​octocat

Shadows - reported as error

 * @​s1
 /b*/logs @​s5

OK

 /b*/other @​o1
 /script/* @​o2
 ```

🔧 Bug Fixes

Changelog

v0.7.3

Compare Source

🎉 GitHub Codeowners Validator 0.7.3 is now available!

Highlights

✨ New functionality

  • not-owned-checker: Add git-ls-tree implementation with subdirectory support (#​141) (@​jeremycohen)
    Now you can specify against which subdirectories the not-owned check should be executed. To configure that, use the NOT_OWNED_CHECKER_SUBDIRECTORIES environment variable. In the default mode, it works as previously, where all files are checked.
  • Add GitHub token validation to get rid of misleading error checks (#​143)

🔧 Bug Fixes

  • Fix scope and internal error handling (#​145) (@​mszostok)
    The previous release informs the user about the internal error, but the exit code was not properly propagated. Now, besides the error message, the exit code is also set.

Changelog

v0.7.2

Compare Source

🎉 GitHub Codeowners Validator 0.7.2 is now available!

Highlights

🔧 Bug Fixes

✨ New checks

  • Add a flag to only allow teams as owners (#​127) (@​seveas)
    Now you can enable more strict rule and specify that only teams are allowed as owners of files.

🛡️ Security

Installation

See the Installation section for more installation options.

Docker images

ghcr.io:

  • docker pull ghcr.io/mszostok/codeowners-validator:stable
  • docker pull ghcr.io/mszostok/codeowners-validator:v0
  • docker pull ghcr.io/mszostok/codeowners-validator:v0.7
  • docker pull ghcr.io/mszostok/codeowners-validator:v0.7.2
Changelog 🚀

Update module github.com/stretchr/testify to v1.9.0 @renovate (#14)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/stretchr/testify v1.8.4 -> v1.9.0 age adoption passing confidence

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0


Update module github.com/gruntwork-io/terratest to v0.46.13 @renovate (#6)

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gruntwork-io/terratest v0.46.9 -> v0.46.13 age adoption passing confidence

Release Notes

gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.46.13

Compare Source

Modules affected

  • docker

Description

  • Updated github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible

Related links

v0.46.12

Compare Source

Description

  • Updated google.golang.org/protobuf from 1.31.0 to 1.33.0
  • Updated golang.org/x/crypto from 0.14.0 to 0.17.0
  • Updated nokogiri from 1.14.3 to 1.16.3

Related links

v0.46.11

Compare Source

Modules affected
  • aws
Description
  • Updated GetAmazonLinuxAmiE to search for Amazon Linux 2 AMIs
Related links

v0.46.10

Compare Source

Modules affected

  • test-structure
  • git

Description

  • Updated runValidateOnAllTerraformModules function, which is used under the hood by ValidateAllTerraformModules and OPAEvalAllTerraformModules, to:
  1. Find the Git root using git.GetRepoRootForDirE, instead of a hard-coded ../../ file path.
  2. Copy the Git root to a temp folder once, rather than once per sub-test.

Related links