Skip to content

Commit

Permalink
Merge branch 'main' into issue-226
Browse files Browse the repository at this point in the history
  • Loading branch information
ryehowell committed Mar 28, 2024
2 parents fc82098 + 8e1c112 commit 19c409c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env: &env
environment:
GRUNTWORK_INSTALLER_VERSION: v0.0.38
TERRATEST_LOG_PARSER_VERSION: v0.40.6
MODULE_CI_VERSION: v0.51.0
MODULE_CI_VERSION: v0.53.3
TERRAFORM_VERSION: 1.2.7
TERRAGRUNT_VERSION: NONE
PACKER_VERSION: NONE
Expand Down Expand Up @@ -91,6 +91,9 @@ jobs:
- run:
name: Compile and sign the binaries
command: |
export AC_PASSWORD=${MACOS_AC_PASSWORD}
export AC_PROVIDER=${MACOS_AC_PROVIDER}
sign-binary --install-macos-sign-dependencies --os mac .gon_amd64.hcl
sign-binary --os mac .gon_arm64.hcl
echo "Done signing the binary"
Expand Down
1 change: 0 additions & 1 deletion .gon_amd64.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"

apple_id {
username = "machine.apple@gruntwork.io"
password = "@env:MACOS_AC_PASSWORD"
}

sign {
Expand Down
1 change: 0 additions & 1 deletion .gon_arm64.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ bundle_id = "io.gruntwork.app.terragrunt"

apple_id {
username = "machine.apple@gruntwork.io"
password = "@env:MACOS_AC_PASSWORD"
}

sign {
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @pras111gw @ryehowell
* @mateimicu @ryehowell
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1519,8 +1519,8 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down

0 comments on commit 19c409c

Please sign in to comment.