Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all dependencies #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update all dependencies #30

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v4.1.7 -> v4.2.2 age adoption passing confidence
actions/setup-go action minor v5.0.2 -> v5.2.0 age adoption passing confidence
github.com/gruntwork-io/terratest require minor v0.47.0 -> v0.48.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
go (source) toolchain minor 1.22.6 -> 1.23.4 age adoption passing confidence
golangci/golangci-lint-action action patch v6.1.0 -> v6.1.1 age adoption passing confidence
opentofu/opentofu minor 1.8.1 -> 1.9.0 age adoption passing confidence
opentofu/setup-opentofu action patch v1.0.3 -> v1.0.5 age adoption passing confidence
terraform-aws-modules/kms/aws (source) module patch 3.1.0 -> 3.1.1 age adoption passing confidence
terraform-docs/gh-actions action minor v1.2.0 -> v1.3.0 age adoption passing confidence
terraform-linters/setup-tflint action minor v4.0.0 -> v4.1.0 age adoption passing confidence
terraform-linters/tflint minor v0.52.0 -> v0.55.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

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

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

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

v0.48.1

Compare Source

Modules affected

  • helm
  • azure
  • aws
  • k8s

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1

v0.48.0

Compare Source

Modules affected
  • terraform
  • aws
  • helm
  • logger
  • http-helper
  • opa
  • docker
What's Changed
New Contributors

Full Changelog: gruntwork-io/terratest@v0.47.2...v0.47.3

v0.47.2

Compare Source

Modules affected

  • ssh
  • terraform

Description

  • Updated logging line in ssh module
  • Refined terraform output by removing unnecessary info lines
  • Update rexml dependency

Related links

Full Changelog: gruntwork-io/terratest@v0.47.1...v0.47.2

v0.47.1

Compare Source

Modules affected

  • aws
  • retry

Description

Special thanks

Special thanks to the following users for their contribution!

Related links

Full Changelog: gruntwork-io/terratest@v0.47.0...v0.47.1

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

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

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

golang/go (go)

v1.23.4

v1.23.3

v1.23.2

v1.23.1

v1.23.0

v1.22.10

v1.22.9

v1.22.8

v1.22.7

golangci/golangci-lint-action (golangci/golangci-lint-action)

v6.1.1

Compare Source

What's Changed
Changes
Documentation
Dependencies
New Contributors

Full Changelog: golangci/golangci-lint-action@v6.1.0...v6.1.1

opentofu/opentofu (opentofu/opentofu)

v1.9.0

Compare Source

We're proud to announce that OpenTofu 1.9.0 is now officially out! 🎉

This release includes a lot of major and minor new features, as well as a ton of community contributions!

The highlights are:

  • for_each in provider configuration blocks: An alternate (aka "aliased") provider configuration can now have multiple dynamically-chosen instances using the for_each argument:

    provider "aws" {
      alias    = "by_region"
      for_each = var.aws_regions
    
      region = each.key
    }

    Each instance of a resource can also potentially select a different instance of the associated provider configuration, making it easier to declare infrastructure that ought to be duplicated for each region.

  • -exclude planning option: similar to -target, this allows operators to tell OpenTofu to work on only a subset of the objects declared in the configuration or tracked in the state.

    tofu plan -exclude=kubernetes_manifest.crds

    While -target specifies the objects to include and skips everything not needed for the selected objects, -exclude instead specifies objects to skip. OpenTofu will exclude the selected objects and everything that depends on them.

Please take the above for a spin and let us know your feedback!

For all the features, see the related blog post or the detailed changelog.

You can find the full diff here.

v1.8.8

Compare Source

SECURITY:

BUG FIXES:

  • tofu test now removes outputs of destroyed modules between different test runs. (#​2274)

v1.8.7

Compare Source

BUG FIXES:

  • Error messages related to validation of sensitive input variables will no longer disclose the sensitive value in the UI. (#​2219)
  • Changes to encryption configuration now auto-apply the migration (#​2232)
  • Updated github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 to make security scanners happy (no vulnerability, see #​2179)
  • tofu test is now setting nulls for dynamic type when generating mock values. (#​2245)
  • Variables declared in test files are now taking into account type default values. (#​2244)

v1.8.6

Compare Source

ENHANCEMENTS:

  • OpenTofu builds now use Go version 1.22 (#​2050)

BUG FIXES:

  • Extended trace logging for HTTP backend, including request and response bodies. (#​2120)
  • The tofu test command doesn't try to validate mock provider definition by its underlying provider schema now. (#​2140)
  • Type validation for mocks and overrides are now less strict in tofu test. (#​2144)

v1.8.5

Compare Source

BUG FIXES:
  • Provider functions will now handle partially unknown arguments per the tfplugin spec (#​2127)
  • tofu init will no longer return a spurious "Backend configuration changed" error when re-initializing a working directory with existing initialization of a backend whose configuration schema has required arguments. This was a regression caused by the similar fix in the v1.8.4 release. (#​2135)

Full Changelog: opentofu/opentofu@v1.8.4...v1.8.5

v1.8.4

Compare Source

BUG FIXES:
  • tofu init will no longer return a supurious "Backend configuration changed" error when re-initializing a working directory with identical settings, backend configuration contains references to variables or local values, and when the -backend-config command line option is used. That combination previously caused OpenTofu to incorrectly treat the backend configuration as invalid. (#​2055)
  • configuration generation should no longer fail when generating sensitive properties
  • Provider defined functions are now supported better in child modules
  • Fixed an issue where X-Terraform-Get was not being read correctly if a custom module registry returns a 200 statuscode instead of 201

Full Changelog: opentofu/opentofu@v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed

SECURITY:

  • Added option to enable the sensitive flag for variables used in module sources/versions and backend configurations.
    • This emits a warning by default to prevent breaking compatability with previous 1.8.x versions.
    • It is highly recommended to set TOFU_ENABLE_STATIC_SENSITIVE=1 in any environments using this release.
    • This will be enabled by default as a breaking change in v1.9.0

BUG FIXES:

  • Fixed autoloaded test tfvar files being used in non-test scenarios (#​2039)
  • Fixed crash when using sensitive values in module sources/versions and backend configurations (#​2046)

Full Changelog: opentofu/opentofu@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

SECURITY:

BUG FIXES:

  • Better handling of key_provider references (#​1965)

Full Changelog: opentofu/opentofu@v1.8.1...v1.8.2

opentofu/setup-opentofu (opentofu/setup-opentofu)

v1.0.5

Compare Source

What's Changed

Full Changelog: opentofu/setup-opentofu@v1...v1.0.5

v1.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: opentofu/setup-opentofu@v1...v1.0.4

terraform-aws-modules/terraform-aws-kms (terraform-aws-modules/kms/aws)

v3.1.1

Compare Source

Bug Fixes
terraform-docs/gh-actions (terraform-docs/gh-actions)

v1.3.0

Compare Source

What’s Changed

v1.2.2

Compare Source

What’s Changed

v1.2.1

Compare Source

What’s Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update opentofu/setup-opentofu action to v1.0.4 chore(deps): update all dependencies Aug 13, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Aug 30, 2024
Copy link
Contributor Author

renovate bot commented Aug 30, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 28 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.110.0 -> v0.116.0
cloud.google.com/go/compute v1.19.1 -> v1.28.3
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.2
cloud.google.com/go/iam v0.13.0 -> v1.2.2
cloud.google.com/go/storage v1.28.1 -> v1.47.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 -> v2.0.5
github.com/go-sql-driver/mysql v1.4.1 -> v1.8.1
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.3 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.7.1 -> v2.14.0
github.com/hashicorp/go-multierror v1.1.0 -> v1.1.1
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.9.1 -> v2.22.0
github.com/hashicorp/terraform-json v0.13.0 -> v0.23.0
github.com/klauspost/compress v1.15.11 -> v1.16.5
github.com/pquerna/otp v1.2.0 -> v1.4.0
github.com/tmccombs/hcl2json v0.3.3 -> v0.6.4
github.com/urfave/cli v1.22.2 -> v1.22.16
github.com/zclconf/go-cty v1.9.1 -> v1.15.0
golang.org/x/crypto v0.21.0 -> v0.29.0
golang.org/x/net v0.23.0 -> v0.31.0
golang.org/x/oauth2 v0.8.0 -> v0.24.0
google.golang.org/api v0.114.0 -> v0.206.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/grpc v1.56.3 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8e22973 to 5dbf757 Compare September 9, 2024 23:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2e89dd1 to 6a5a742 Compare September 25, 2024 20:28
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Sep 25, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 5bd967f to e62c763 Compare October 7, 2024 18:26
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 892ea8f to be1553a Compare October 24, 2024 16:06
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 021eb37 to ab2ae2d Compare November 9, 2024 19:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 51f9455 to 809ee45 Compare November 23, 2024 13:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 53f7214 to 07bf907 Compare December 5, 2024 13:38
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 833cb02 to c1e3bcd Compare December 11, 2024 05:08
| datasource       | package                           | from    | to      |
| ---------------- | --------------------------------- | ------- | ------- |
| github-tags      | actions/checkout                  | v4.1.7  | v4.2.2  |
| github-tags      | actions/setup-go                  | v5.0.2  | v5.2.0  |
| go               | github.com/gruntwork-io/terratest | v0.47.0 | v0.48.1 |
| go               | github.com/stretchr/testify       | v1.9.0  | v1.10.0 |
| golang-version   | go                                | 1.22.6  | 1.23.4  |
| github-tags      | golangci/golangci-lint-action     | v6.1.0  | v6.1.1  |
| github-tags      | opentofu/opentofu                 | v1.8.1  | v1.9.0  |
| github-tags      | opentofu/setup-opentofu           | v1.0.3  | v1.0.5  |
| terraform-module | terraform-aws-modules/kms/aws     | 3.1.0   | 3.1.1   |
| github-tags      | terraform-docs/gh-actions         | v1.2.0  | v1.3.0  |
| github-tags      | terraform-linters/setup-tflint    | v4.0.0  | v4.1.0  |
| github-tags      | terraform-linters/tflint          | v0.52.0 | v0.55.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants