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 all non-major dependencies #1213

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
armonik ==3.21.0 -> ==3.25.0 age adoption passing confidence minor
hashicorp/terraform >= 1.0 -> >= 1.11.1 age adoption passing confidence required_version minor
myst_parser ==4.0.0 -> ==4.0.1 age adoption passing confidence patch
sphinx (changelog) ==8.1.3 -> ==8.2.3 age adoption passing confidence minor

Release Notes

aneoconsulting/ArmoniK.Api (armonik)

v3.25.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.24.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.23.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.22.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
hashicorp/terraform (hashicorp/terraform)

v1.11.1

Compare Source

1.11.1 (March 5, 2025)

BUG FIXES:

  • Temporarily revert updated Windows symlink handling until we can account for known existing configurations using non-symlink junctions. (#​36575)

  • terraform test: Fix crash when a run block attempts to cleanup after a non-applyable plan. (#​36582)

  • Updated dependency golang.org/x/oauth2 from v0.23.0 => v0.27.0 to integrate latest changes (fix for CVE-2025-22868) (#​36584)

  • lang/funcs/transpose: Avoid crash due to map with null values (#​36611)

  • Combining ephemeral and sensitive marks could fail when serializing planned changes (#​36619)

v1.11.0

Compare Source

1.11.0 (February 27, 2025)

NEW FEATURES:

  • Add write-only attributes to resources. Providers can specify that certain attributes are write-only. They are not persisted in state. You can use ephemeral values in write-only attributes. (#​36031)

  • terraform test: The -junit-xml option for the terraform test command is now generally available. This option allows the command to create a test report in JUnit XML format. Feedback during the experimental phase helped map terraform test concepts to the JUnit XML format, and new additons may happen in future releases. (#​36324)

  • S3 native state locking is now generally available. The use_lockfile argument enables users to adopt the S3-native mechanism for state locking. As part of this change, we've deprecated the DynamoDB-related arguments in favor of this new locking mechanism. While you can still use DynamoDB alongside S3-native state locking for migration purposes, we encourage migrating to the new state locking mechanism. (#​36338)

ENHANCEMENTS:

  • init: Provider installation will utilise credentials configured in a .netrc file for the download and shasum URLs returned by provider registries. (#​35843)

  • terraform test: Test runs now support using mocked or overridden values during unit test runs (e.g., with command = "plan"). Set override_during = plan in the test configuration to use the overridden values during the plan phase. The default value is override_during = apply. (#​36227)

  • terraform test: Add new state_key attribute for run blocks, allowing test authors control over which internal state file should be used for the current test run. (#​36185)

  • Updates the azure backend authentication to match the terraform-provider-azurermprovider authentication, in several ways:

    • github.com/hashicorp/go-azure-helpers: v0.43.0 -> v0.71.0
    • github.com/hashicorp/go-azure-sdk/[resource-manager/sdk]: v0.20241212.1154051. This replaces the deprecated Azure SDK used before
    • github.com/jackofallops/giovanni: v0.15.1 -> v0.27.0. Meanwhile, updating the azure storage API version from 2018-11-09 to 2023-11-03
    • Following new properties are added for the azure backend configuration:
      • use_cli
      • use_aks_workload_identity
      • client_id_file_path
      • client_certificate
      • client_id_file_path
      • client_secret_file_path
        (#​36258)
  • Include ca-certificates package in our official Docker image to help with certificate handling by downstream (#​36486)

BUG FIXES:

  • ephemeral values: correct error message when ephemeral values are included in provisioner output (#​36427)

  • Attempting to override a variable during apply via TF_VAR_ environment variable will now yield warning instead of misleading error. (#​36435)

  • backends: Fix crash when interrupting during interactive prompt for values (#​36448)

  • Fixes hanging behavior seen when applying a saved plan with -auto-approve using the cloud backend (#​36453)

Previous Releases

For information on prior major and minor releases, refer to their changelogs:

v1.10.5

Compare Source

1.10.5 (January 22, 2025)

BUG FIXES:

  • element(...): no longer crashes when asked for a negative index into a tuple. (#​36376)

  • Updated dependency github.com/hashicorp/go-slug v0.16.0 => v0.16.3 to integrate latest changes (fix for CVE-2025-0377) (#​36273)

  • jsondecode(...): improved error message when objects contain duplicate keys (#​36376)

v1.10.4

Compare Source

1.10.4 (January 8, 2025)

BUG FIXES:

  • type conversion: Empty map conversions now return correct type information (#​36262)

  • terraform console: Fix crash when printing ephemeral values (#​36267)

v1.10.3

Compare Source

1.10.3 (December 18, 2024)

BUG FIXES:

  • Terraform could panic when encountering an error during plan encoding (#​36212)

v1.10.2

Compare Source

1.10.2 (December 11, 2024)

BUG FIXES:

  • cli: variables in an auto-loaded tfvars file which were overridden during plan incorrectly show as changed during apply [GH-36180]

v1.10.1

Compare Source

1.10.1 (December 4, 2024)

BUG FIXES:

  • cli: Complex variables values set via environment variables were parsed incorrectly during apply (#​36121)
  • config: templatefile would panic if given and entirely unknown map of variables (#​36118)
  • config: templatefile would panic if the variables map contains marked values (#​36127)
  • config: Remove constraint that an expanded resource block must only be used in conjunction with imports using for_each (#​36119)
  • backend/s3: Lock files could not be written to buckets with object locking enabled (#​36120)

v1.10.0

Compare Source

1.10.0 (November 27, 2024)

NEW FEATURES:

  • Ephemeral resources: Ephemeral resources are read anew during each phase of Terraform evaluation, and cannot be persisted to state storage. Ephemeral resources always produce ephemeral values.
  • Ephemeral values: Input variables and outputs can now be defined as ephemeral. Ephemeral values may only be used in certain contexts in Terraform configuration, and are not persisted to the plan or state files.
    • ephemeralasnull function: a function takes a value of any type and returns a similar value of the same type with any ephemeral values replaced with non-ephemeral null values and all non-ephemeral values preserved.

BUG FIXES:

  • The secret_suffix in the kubernetes backend now includes validation to prevent errors when the secret_suffix ends with a number (#​35666).
  • The error message for an invalid default value for an input variable now indicates when the problem is with a nested value in a complex data type. (#​35465)
  • Sensitive marks could be incorrectly transferred to nested resource values, causing erroneous changes during a plan (#​35501)
  • Allow unknown error_message values to pass the core validate step, so variable validation can be completed later during plan
    (#​35537)
  • Unencoded slashes within GitHub module source refs were being truncated and incorrectly used as subdirectories in the request path (#​35552)
  • Terraform refresh-only plans with output only changes are now applyable. (#​35812)
  • Postconditions referencing self with many instances could encounter an error during evaluation (#​35895)
  • The plantimestamp() function would return an invalid date during validation (#​35902)
  • Updates to resources which were forced to use create_before_destroy could lose that flag in the state temporarily and cause cycles if immediately removed from the configuration (#​35966)
  • backend/cloud: Prefer KV tags, even when tags are defined as set (#​35937)
  • Simplify config generation (plan -generate-config-out) for string attributes that contain primitive types (e.g. numbers or booleans) (#​35984)
  • config: issensitive could incorrectly assert that an unknown value was not sensitive during plan, but later became sensitive during apply, causing failures where changes did not match the planned result (#​36012)
  • config: The evaluation of conditional expressions and for expression in HCL could lose marks with certain combinations of unknown values (#​36017)

ENHANCEMENTS:

  • The element function now accepts negative indices (#​35501)
  • Import block validation has been improved to provide more useful errors and catch more invalid cases during terraform validate (#​35543)
  • Performance enhancements for resource evaluation, especially when large numbers of resource instances are involved (#​35558)
  • The plan, apply, and refresh commands now produce a deprecated warning when using the -state flag. Instead use the path attribute within the local backend to modify the state file. (#​35660)
  • backend/cos: Add new auth for Tencent Cloud backend (#​35888)

UPGRADE NOTES:

  • backend/s3: Removes deprecated attributes for assuming IAM role. Must use the assume_role block (#​35721)
  • backend/s3: The s3 backend now supports S3 native state locking. When used with DynamoDB-based locking, locks will be acquired from both sources. In a future minor release of Terraform the DynamoDB locking mechanism and associated arguments will be deprecated. (#​35661)
  • moved: Moved blocks now respect reserved keywords when parsing resource addresses. Configurations that reference resources with type names that match top level blocks and keywords from moved blocks will need to prepend the resource. identifier to these references. (#​35850)
  • config: In order to ensure consistency in results from HCL conditional expressions, marks must be combined from all values within the expression to avoid losing mark information. This typically improves accuracy when validating configuration, but users may see sensitive results where they were lost previously.

Previous Releases

For information on prior major and minor releases, refer to their changelogs:

v1.9.8

Compare Source

1.9.8 (October 16, 2024)

BUG FIXES:

  • init: Highlight missing subdirectories of registry modules in error message (#​35848)
  • init: Prevent crash when loading provider_meta blocks with invalid names (#​35842)
  • config generation: Escape all invalid syntax in generate map keys with quotes (#​35837)
  • plan: also validate provider requirements from state (#​35864)

v1.9.7

Compare Source

1.9.7 (October 2, 2024)

BUG FIXES:

  • config generation: escape map keys with whitespaces (#​35754)

v1.9.6

Compare Source

1.9.6 (September 18, 2024)

BUG FIXES:

  • plan renderer: Render complete changes within unknown nested blocks. (#​35644)
  • plan renderer: Fix crash when attempting to render unknown nested blocks that contain attributes forcing resource replacement. (#​35644)
  • plan renderer: Fix crash when rendering a plan that contains null attributes being update to unknown values. (#​35709)

v1.9.5

Compare Source

1.9.5 (August 20, 2024)

ENHANCEMENTS:

  • cloud: The cloud block can now interact with workspaces that have HCP resource IDs. (#​35495)

BUG FIXES:

  • core: removed blocks with provisioners were not executed when the resource was in a nested module. (#​35611)

v1.9.4

Compare Source

1.9.4 (August 7, 2024)

BUG FIXES:

  • core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. (#​35511)
  • init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. (#​35533)

v1.9.3

Compare Source

1.9.3 (July 24, 2024)

ENHANCEMENTS:

  • Terraform now returns a more specific error message in the awkward situation where an input variable validation rule is known to have failed (condition returned false) but the error message is derived from an unknown value. (#​35400)

BUG FIXES:

  • core: Terraform no longer performs an unnecessary refresh when removing an instance targeted by a removed block. (#​35458)
  • config generation: Fix validation error when using nested computed or deprecated attributes. (#​35484)
  • Updated to newer github.com/hashicorp/go-retryablehttp version, addressing CVE-2024-6104, and bringing in updates for several indirect dependencies. (#​35473)
  • Moved to building with Go 1.22.5, which addresses CVE-2024-24791 and several other non-security bugs. (#​35494)

v1.9.2

Compare Source

1.9.2 (July 10, 2024)

BUG FIXES:

  • core: Fix panic when self-referencing direct instances from count and for_each meta attributes. (#​35432)

v1.9.1

Compare Source

1.9.1 (July 3, 2024)

UPGRADE NOTES:

  • Library used by Terraform (hashicorp/go-getter) for installing/updating modules was upgraded from v1.7.4 to v1.7.5. This addresses CVE-2024-6257. This change may have a negative effect on performance of terraform init or terraform get in case of larger git repositories. Please do file an issue if you find the performance difference noticable. (#​35376)

BUG FIXES:

  • terraform test: Removed additional erroneous error message when referencing attributes that don't exist. (#​35408)
  • import blocks: Fix crash that occurs when incorrectly referencing the to resource from the id attribute. (#​35420)

v1.9.0

Compare Source

1.9.0 (June 26, 2024)

If you are upgrading from an earlier minor release, please refer to the Terraform v1.9 Upgrade Guide.

NEW FEATURES:

  • Input variable validation rules can refer to other objects: Previously input variable validation rules could refer only to the variable being validated. Now they are general expressions, similar to those elsewhere in a module, which can refer to other input variables and to other objects such as data resources.
  • templatestring function: a new built-in function which is similar to templatefile but designed to render templates obtained dynamically, such as from a data resource result.

ENHANCEMENTS:

  • terraform plan: Improved presentation of OPA and Sentinel policy evaluations in HCP Terraform remote runs, for logical separation.
  • terraform init now accepts a -json option. If specified, enables the machine readable JSON output. (#​34886)
  • terraform test: Test runs can now pass sensitive values to input variables while preserving their dynamic sensitivity. Previously sensitivity would be preserved only for variables statically declared as being sensitive, using sensitive = true. (#​35021)
  • config: Input variable validation rules can now refer to other objects in the same module. (#​34955)
  • config: templatestring function allows rendering a template provided as a string. (#​34968, #​35224, #​35285)
  • core: Performance improvement during graph building for configurations with an extremely large number of resource blocks. (#​35088)
  • built-in terraform provider: Allows moved block refactoring from the hashicorp/null provider null_resource resource type to the terraform_data resource type. (#​35163)
  • terraform output with cloud block: Terraform no longer suggests that data loss could occur when outputs are not available. (#​35143)
  • terraform console: Now has basic support for multi-line input in interactive mode. (#​34822)
    If an entered line contains opening parentheses/etc that are not closed, Terraform will await another line of input to complete the expression. This initial implementation is primarily intended to support pasting in multi-line expressions from elsewhere, rather than for manual multi-line editing, so the interactive editing support is currently limited.
  • cli: Reduced copying of state to improve performance with large numbers of resources. (#​35164)
  • removed blocks can now declare destroy-time provisioners which will be executed when the associated resource instances are destroyed. (#​35230)

BUG FIXES:

  • remote-exec provisioner: Each remote connection will now be closed immediately after use. (#​34137)
  • backend/s3: Fixed the digest value displayed for DynamoDB/S3 state checksum mismatches. (#​34387)
  • terraform test: Fix bug in which non-Hashicorp providers required by testing modules and initialised within the test files were assigned incorrect registry addresses. (#​35161)
  • config: The templatefile function no longer returns a "panic" error if the template file path is marked as sensitive. Instead, the template rendering result is also marked as sensitive. (#​35180)
  • config: import blocks which referenced resources in non-existent modules were silently ignored when they should have raised an error (#​35330)
  • terraform init: When selecting a version for a provider that has both positive and negative version constraints for the same prerelease -- e.g. 1.2.0-beta.1, !1.2.0-beta.1 -- the negative constraint will now overrule the positive, for consistency with how negative constraints are handled otherwise. Previously Terraform would incorrectly treat the positive as overriding the negative if the specified version was a prerelease. (#​35181)
  • import: import blocks could block a destroy operation if the target resource was already deleted (#​35272)
  • cli: plan output was missing blocks which were entirely unknown (#​35271)
  • cli: fix crash when running providers mirror with an incomplete lock file (#​35322)
  • core: Changing create_before_destroy when replacing an instance, then applying with -refresh=false would order the apply operations incorrectly (#​35261)
  • core: Resource addresses that start with the optional resource. prefix will now be correctly parsed when used as an address target. (#​35333)

UPGRADE NOTES:

  • terraform test: It is no longer valid to specify version constraints within provider blocks within .tftest.hcl files. Instead, version constraints must be supplied within the main configuration where the provider is in use.
  • import: Invalid import blocks pointing to nonexistent modules were mistakenly ignored in prior versions. These will need to be fixed or removed in v1.9.

Previous Releases

For information on prior major and minor releases, see their changelogs:

v1.8.5

Compare Source

1.8.5 (June 5, 2024)

BUG FIXES:

  • terraform test: Remove duplicate warning diagnostic when providing values for unknown variables in run blocks. (#​35172)

v1.8.4

Compare Source

1.8.4 (May 22, 2024)

BUG FIXES:

  • core: Fix exponential slowdown in some cases when modules are using depends_on. (#​35157)
  • import blocks: Fix bug where resources with nested, computed, and optional id attributes would fail to generate configuration. (#​35220)
  • Updated to new golang.org/x/net release, which addressed CVE-2023-45288 (#​35165)

v1.8.3

Compare Source

1.8.3 (May 8, 2024)

BUG FIXES:

  • terraform test: Providers configured within an overridden module could panic. (#​35110)
  • core: Fix crash when a provider incorrectly plans a nested object when the configuration is null (#​35090)

v1.8.2

Compare Source

1.8.2 (April 24, 2024)

BUG FIXES:

  • terraform apply: Prevent panic when a provider erroneously provides unknown values. (#​35048)
  • terraform plan: Replace panic with error message when self-referencing resources and data sources from the count and for_each meta attributes. (#​35047)
  • terraform test: Restore TF_ENV_* variables being made available to testing modules. (#​35014)
  • terraform test: Prevent crash when referencing local variables within overridden modules. (#​35030)

ENHANCEMENTS:

  • Improved performance by removing unneeded additional computation for a disabled experimental feature. (#​35066)

OTHER CHANGES:

  • Update all references to Terraform Cloud to refer to HCP Terraform, the service's new name. This only affects display text; the cloud block and environment variables like TF_CLOUD_ORGANIZATION remain unchanged. (#​35050)

NOTE:

Starting with this release, we are including a copy of our license file in all packaged versions of our releases, such as the release .zip files. If you are consuming these files directly and would prefer to extract the one terraform file instead of extracting everything, you need to add an extra argument specifying the file to extract, like this:

unzip terraform_1.8.2_linux_amd64.zip terraform

v1.8.1

Compare Source

1.8.1 (April 17, 2024)

BUG FIXES:

  • Fix crash in terraform plan when referencing a module output that does not exist within the try(...) function. (#​34985)
  • Fix crash in terraform apply when referencing a module with no planned changes. (#​34985)
  • moved block: Fix crash when move targets a module which no longer exists. (#​34986)
  • import block: Fix crash when generating configuration for resources with complex sensitive attributes. (#​34996)
  • Plan renderer: Correctly render strings that begin with JSON compatible text but don't end with it. (#​34959)

v1.8.0

Compare Source

1.8.0 (April 10, 2024)

If you are upgrading from Terraform v1.7 or earlier, please refer to
the Terraform v1.8 Upgrade Guide.

NEW FEATURES:

  • Providers can now offer functions which can be used from within the Terraform configuration language.

    The syntax for calling a provider-contributed function is provider::provider_name::function_name(). (#​34394)

  • Providers can now transfer the ownership of a remote object between resources of different types, for situations where there are two different resource types that represent the same remote object type.

    This extends the moved block behavior to support moving between two resources of different types only if the provider for the target resource type declares that it can convert from the source resource type. Refer to provider documentation for details on which pairs of resource types are supported.

  • New issensitive function returns true if the given value is marked as sensitive.

ENHANCEMENTS:

  • terraform test: File-level variables can now refer to global variables. (#​34699)

  • When generating configuration based on import blocks, Terraform will detect strings that contain valid JSON syntax and generate them as calls to the jsonencode function, rather than generating a single string. This is primarily motivated by readability, but might also be useful if you need to replace part of the literal value with an expression as you generalize your module beyond the one example used for importing.

  • terraform plan now uses a different presentation for describing changes to lists where the old and new lists have the same length. It now compares the elements with correlated indices and shows a separate diff for each one, rather than trying to show a diff for the list as a whole. The behavior is unchanged for lists of different lengths.

  • terraform providers lock accepts a new boolean option -enable-plugin-cache. If specified, and if a global plugin cache is configured, Terraform will use the cache in the provider lock process. (#​34632)

  • built-in "terraform" provider: new decode_tfvars, encode_tfvars, and encode_expr functions, for unusual situations where it's helpful to manually generate or read from Terraform's "tfvars" format. (#​34718)

  • terraform show's JSON rendering of a plan now includes two explicit flags "applyable" and "complete", which both summarize characteristics of a plan that were previously only inferrable by consumers replicating some of Terraform Core's own logic. (#​34642)

    "applyable" means that it makes sense for a wrapping automation to offer to apply this plan.

    "complete" means that applying this plan is expected to achieve convergence between desired and actual state. If this flag is present and set to false then wrapping automations should ideally encourage an operator to run another plan/apply round to continue making progress toward convergence.

BUG FIXES:

  • core: Sensitive values will now be tracked more accurately in state and plans, preventing unexpected updates with no apparent changes. (#​34567)
  • core: Fix incorrect error message when using in invalid iterator argument within a dynamic block. (#​34751)
  • core: Fixed edge-case bug that could cause loss of floating point precision when round-tripping due to incorrectly using a MessagePack integer to represent a large non-integral number. (#​24576)
  • config: Converting from an unknown map value to an object type now correctly handles the situation where the map element type disagrees with an optional attribute of the target type, since when a map value is unknown we don't yet know which keys it has and thus cannot predict what subset of the elements will get converted as attributes in the resulting object. (#​34756)
  • cloud: Fixed unparsed color codes in policy failure error messages. (#​34473)

Previous Releases

For information on prior major and minor releases, see their changelogs:

v1.7.5

Compare Source

1.7.5 (March 13, 2024)

BUG FIXES:

  • backend/s3: When using s3 backend and encountering a network issue, the retry code would fail with "failed to rewind transport stream for retry". Now the retry should be successful. (#​34796)

v1.7.4

Compare Source

1.7.4 (February 21, 2024)

BUG FIXES:

  • terraform test: Fix automatic loading of variable files within the test directory on windows platforms. (#​34666)
  • plan renderer: Very large numbers (> 2^63) will no longer be truncated in the human-readable plan. (#​34702)

v1.7.3

Compare Source

1.7.3 (February 7, 2024)

BUG FIXES:

  • terraform test: Fix crash when dynamic-typed attributes are not assigned values in mocks. (#​34610)
  • provisioners/file: Fix panic when source is null. (#​34621)
  • import: Throw helpful error message if an import block is configured with an empty ID (34625)

v1.7.2

Compare Source

1.7.2 (January 31, 2024)

BUG FIXES:

  • backend/s3: No longer returns error when IAM user or role does not have access to the default workspace prefix env:. (#​34511)
  • cloud: When triggering a run, the .terraform/modules directory was being excluded from the configuration upload causing Terraform Cloud to try (and sometimes fail) to re-download the modules. (#​34543)

ENHANCEMENTS:

  • terraform fmt: Terraform mock data files (.tfmock.hcl) will now be included when executing the format command. (#​34580)
  • Add additional diagnostics when a generated provider block that fails schema validation requires explicit configuration. (#​34595)

v1.7.1

Compare Source

1.7.1 (January 24, 2024)

BUG FIXES:

  • terraform test: Fix crash when referencing variables or functions within the file level variables block. (#​34531)
  • terraform test: Fix crash when override_module block was missing the outputs attribute. (#​34563)

v1.7.0

Compare Source

1.7.0 (January 17, 2024)

UPGRADE NOTES:

  • Input validations are being restored to the state file in this version of Terraform. Due to a state interoperability issue (#​33770) in earlier versions, users that require interaction between different minor series should ensure they have upgraded to the following patches:
    • Users of Terraform

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 force-pushed the renovate/all-minor-patch branch from 5e1a540 to a961587 Compare October 4, 2023 18:45
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.5.7 chore(deps): update terraform hashicorp/terraform to >= 1.6.0 Oct 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a961587 to e18f41a Compare October 10, 2023 18:30
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.6.0 chore(deps): update terraform hashicorp/terraform to >= 1.6.1 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e18f41a to 91f4434 Compare October 18, 2023 20:03
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.6.1 chore(deps): update terraform hashicorp/terraform to >= 1.6.2 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91f4434 to 0dafd34 Compare November 1, 2023 22:08
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.6.2 chore(deps): update terraform hashicorp/terraform to >= 1.6.3 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0dafd34 to 06e0c9f Compare November 15, 2023 18:22
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.6.3 chore(deps): update terraform hashicorp/terraform to >= 1.6.4 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06e0c9f to 76ea70c Compare November 29, 2023 15:06
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.6.4 chore(deps): update terraform hashicorp/terraform to >= 1.6.5 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 76ea70c to d685f9b Compare December 13, 2023 22:36
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.6.5 chore(deps): update terraform hashicorp/terraform to >= 1.6.6 Dec 13, 2023
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d685f9b to 4da1077 Compare January 17, 2024 21:35
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.6.6 chore(deps): update terraform hashicorp/terraform to >= 1.7.0 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4da1077 to beca3ca Compare January 24, 2024 14:14
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.7.0 chore(deps): update terraform hashicorp/terraform to >= 1.7.1 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from beca3ca to 4d21cdc Compare January 31, 2024 14:56
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.7.1 chore(deps): update terraform hashicorp/terraform to >= 1.7.2 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d21cdc to 05dc6fe Compare February 8, 2024 03:15
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.7.2 chore(deps): update terraform hashicorp/terraform to >= 1.7.3 Feb 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05dc6fe to d750970 Compare February 21, 2024 22:57
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.7.3 chore(deps): update terraform hashicorp/terraform to >= 1.7.4 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dea3faa to e99ddad Compare March 11, 2024 13:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e99ddad to cb98eee Compare March 14, 2024 02:18
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.7.4 chore(deps): update terraform hashicorp/terraform to >= 1.7.5 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb98eee to 376525d Compare April 10, 2024 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d52520 to b93223c Compare August 20, 2024 18:19
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.9.4 chore(deps): update terraform hashicorp/terraform to >= 1.9.5 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b93223c to 87687d8 Compare September 18, 2024 10:18
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.9.5 chore(deps): update terraform hashicorp/terraform to >= 1.9.6 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87687d8 to bcdbfb3 Compare October 2, 2024 19:51
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.9.6 chore(deps): update terraform hashicorp/terraform to >= 1.9.7 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcdbfb3 to c31f83d Compare October 16, 2024 14:40
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.9.7 chore(deps): update terraform hashicorp/terraform to >= 1.9.8 Oct 16, 2024
Copy link

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c31f83d to 6c1ec6d Compare November 27, 2024 13:25
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.9.8 chore(deps): update terraform hashicorp/terraform to >= 1.10.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6c1ec6d to e1e0424 Compare December 4, 2024 13:03
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.10.0 chore(deps): update terraform hashicorp/terraform to >= 1.10.1 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1e0424 to 8465056 Compare December 11, 2024 15:58
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.10.1 chore(deps): update terraform hashicorp/terraform to >= 1.10.2 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8465056 to 89adcac Compare December 18, 2024 14:13
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.10.2 chore(deps): update terraform hashicorp/terraform to >= 1.10.3 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89adcac to 4b5cc49 Compare January 8, 2025 13:01
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.10.3 chore(deps): update terraform hashicorp/terraform to >= 1.10.4 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b5cc49 to 864fa92 Compare January 22, 2025 22:14
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.10.4 chore(deps): update terraform hashicorp/terraform to >= 1.10.5 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 864fa92 to dc1e53e Compare January 23, 2025 16:39
@renovate renovate bot changed the title chore(deps): update terraform hashicorp/terraform to >= 1.10.5 chore(deps): update all non-major dependencies Jan 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc1e53e to c109ea2 Compare February 7, 2025 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1a779f9 to 4c56878 Compare March 5, 2025 13:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c56878 to f78885a Compare March 6, 2025 15:39
Copy link

sonarqubecloud bot commented Mar 6, 2025

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