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

chore(deps): update dependency opentofu/opentofu to v1.8.8 #188

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

Conversation

public-glueops-renovatebot[bot]
Copy link
Contributor

@public-glueops-renovatebot public-glueops-renovatebot bot commented Oct 23, 2024

This PR contains the following updates:

Package Update Change
opentofu/opentofu minor 1.7.7 -> 1.8.8

Release Notes

opentofu/opentofu (opentofu/opentofu)

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

v1.8.1

Compare Source

What's Changed

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

v1.8.0

Compare Source

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

What's New?

  • Early variable/locals evaluation
  • Provider mocking in tofu test
  • Resource overrides in tofu test
  • Override files for OpenTofu: keeping compatibility
  • Deprecation: use_legacy_workflow has been removed from the S3 backend-backend

See the launch post on our blog: https://opentofu.org/blog/opentofu-1-8-0/

For all the features, see the detailed changelog.

You can find the full diff here.


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 has been generated by Renovate Bot.

@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch from 4b9db6b to f5f1f1b Compare October 23, 2024 23:32
@public-glueops-renovatebot public-glueops-renovatebot bot changed the title chore(deps): update dependency opentofu/opentofu to v1.8.4 chore(deps): update dependency opentofu/opentofu to v1.8.5 Nov 4, 2024
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch from f5f1f1b to 8dd6597 Compare November 4, 2024 20:21
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch from 8dd6597 to 5484237 Compare November 14, 2024 01:50
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch from 5484237 to 4864594 Compare November 21, 2024 02:27
@public-glueops-renovatebot public-glueops-renovatebot bot changed the title chore(deps): update dependency opentofu/opentofu to v1.8.5 chore(deps): update dependency opentofu/opentofu to v1.8.6 Nov 22, 2024
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch from 4864594 to e48bf2a Compare November 22, 2024 16:03
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch from e48bf2a to 1a9e17c Compare December 2, 2024 15:03
@public-glueops-renovatebot public-glueops-renovatebot bot changed the title chore(deps): update dependency opentofu/opentofu to v1.8.6 chore(deps): update dependency opentofu/opentofu to v1.8.7 Dec 5, 2024
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch 3 times, most recently from a5df1d1 to 988c495 Compare December 11, 2024 13:00
@public-glueops-renovatebot public-glueops-renovatebot bot force-pushed the renovate/opentofu-opentofu-1.8.x branch from 988c495 to 70a160d Compare December 26, 2024 14:33
@public-glueops-renovatebot public-glueops-renovatebot bot changed the title chore(deps): update dependency opentofu/opentofu to v1.8.7 chore(deps): update dependency opentofu/opentofu to v1.8.8 Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants