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 module github.com/gruntwork-io/terragrunt to v0.68.14 #184

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gruntwork-io/terragrunt v0.48.1 -> v0.68.14 age adoption passing confidence

Release Notes

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

v0.68.14

Compare Source

Updated CLI args, config attributes and blocks

  • terragrunt-queue-include-units-reading
  • terragrunt-auth-provider-cmd

terragrunt-queue-include-units-reading Updates

The terragrunt-queue-include-units-reading flag is now results in a super set of functionality provided by the terragrunt-modules-that-include flag.

Using either will include all units that include particular Terragrunt configurations, while the terragrunt-queue-include-units-reading will also add in files that are read by HCL functions.

For more information (including limitations of the flag), read the docs.

terragrunt-auth-provider-cmd Updates

The terragrunt-auth-provider-cmd flag is now capable of supporting AWS role assumptions in addition to supporting the setting of explicit AWS credentials, and generic environment variables.

This allows users to configure Terragrunt to dynamically assume different AWS roles at runtime, depending on the context of the unit.

This support includes support for role assumption using the AssumeRoleWithWebIdentity API, which allows for dynamic assumption of OIDC roles in CI platforms like GitHub Actions, GitLab CI/CD and CircleCI.

For more information, read the docs.

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.68.13...v0.68.14

v0.68.13

Compare Source

Updated CLI args, config attributes and blocks

  • terragrunt-queue-include-units-reading
  • mark_as_read

terragrunt-queue-include-units-reading Feature Description

Drive inclusion into the Terragrunt run queue using the name of a file read via an HCL function. This can used to do things like drive inclusion into the run queue when one terragrunt.hcl file reads another via functions like read_terragrunt_config.

⚠️ Limitation in new flag

As described at the bottom of terragrunt-queue-include-units-reading docs, due to the order in which HCL configurations are parsed in Terragrunt, functions reading files within HCL must do so within the locals block to result in changes to inclusion into the run queue.

This is a limitation that the maintainers will actively look to address, but will require substantial rework in HCL parsing to remove correctly.

Supported HCL Functions
  • read_terragrunt_config
  • sops_decrypt_file
  • read_tfvars_file
  • mark_as_read [new]
Relevant RFC

https://github.com/gruntwork-io/terragrunt/issues/3418

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.68.12...v0.68.13

v0.68.12

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.68.10...v0.68.12

v0.68.10

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

What's Changed

  • Enhanced error reporting to provide more detailed information on the root cause of HCL parsing issues.

Related links

v0.68.9

Compare Source

Updated CLI args, config attributes and blocks

  • --feature
  • feature
  • TERRAGRUNT_FEATURE

What's Changed

  • Introduced a new HCL block and additional CLI options to enable feature flag management
  • Updated otlptracegrpc dependency from 1.23.0 to 1.31.0

Related links

v0.68.8

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.68.7...v0.68.8

v0.68.7

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-provider-cache

What's Changed

  • Improved offline error detection in the provider cache to handle air-gapped environments.

Related links

v0.68.6

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-out-dir
  • --terragrunt-json-out-dir

What's Changed

  • Updated --terragrunt-out-dir / --terragrunt-json-out-dir to handle relative paths.

Related links

v0.68.5

Compare Source

Updated CLI args, config attributes and blocks

  • dependency

What's Changed

  • Added strict flag for improved performance in dependency processing
    You can now enhance performance by setting the environment variable:
    TERRAGRUNT_STRICT_CONTROL="skip-dependencies-inputs"
    This will skip input processing for dependencies, leading to faster execution times when running Terragrunt.
  • Improved CI/CD pipeline to build without Go proxy and detect checksum changes.
  • Enhanced error messages for invalid strict control flags.
  • Updated dependencies for better performance and stability.
  • Refined scaffold documentation.
  • Fixed panic issue in Sops decryption.
  • Corrected handling of pseudo-tty commands.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.68.4...v0.68.5

v0.68.4

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.68.3...v0.68.4

v0.68.3

Compare Source

New Features

This release introduces the availability of Strict Mode, a new pattern that is going to be used for deprecation of functionality going forward in Terragrunt.

Starting with this release, any deprecated functionality will be deprecated using what are called Strict Controls. These controls will allow you to opt-in to having any deprecated functionality break immediately. This mechanism is being introduced to provide a way for users to future proof their codebase, and know that they can safely upgrade to new versions of Terragrunt.

This will be especially important to address the changes listed in #​3445.

To learn more, click here.

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.68.2...v0.68.3

v0.68.2

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.68.1...v0.68.2

v0.68.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.68.0...v0.68.1

v0.68.0

Compare Source

New Behavior

This release includes multiple behavioral changes including the following:

  • The skip attribute is now merged in from included files.
  • A secondary init is no longer marked as required after an explicit init in a clean directory.
  • The usage of go-getter in the scaffold command was upgraded to leverage v2.

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.67.16...v0.68.0

v0.67.16

Compare Source

Updated CLI args, config attributes and blocks

  • console

What's Changed

  • Fixed issue with console redirection input handling.

Related links

v0.67.15

Compare Source

What's Changed

  • Added support for Terragrunt log-level propagation to the Terragrunt Engine.

Related links

v0.67.14

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.67.13...v0.67.14

v0.67.13

Compare Source

What's Changed

  • Updated Go version used during builds to 1.23

Related links

v0.67.12

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.67.11...v0.67.12

v0.67.11

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.67.10...v0.67.11

v0.67.10

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

What's Changed

  • Improved process error handling to provide detailed output for caught errors.

Related links

v0.67.9

Compare Source

Updated CLI args, config attributes and blocks

  • catalog

What's Changed

  • feat: Adding codespell to Automatically Check Spelling.
  • feat: Adding issue templates.
  • bug: Fixing repository update for catalog command.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.67.8...v0.67.9

v0.67.8

Compare Source

What's Changed

  • Adding user-friendly errors for invalid envs/flags.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.67.7...v0.67.8

v0.67.7

Compare Source

Updated CLI args, config attributes and blocks

  • engine

What's Changed

  • Added support for downloading the latest engine release from GitHub sources.

Related links

v0.67.6

Compare Source

What's Changed

  • Allow pre-release versions to pass version constraints.
  • Fixing output STDOUT logs to stdout. Without the --terragrunt-forward-tf-stdout flag, STDOUT level log entries were sent to stdout. They mixed with the JSON output and could cause parsing issues in the user's workflow.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.67.5...v0.67.6

v0.67.5

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-log-show-abs-paths
  • --terragrunt-log-disable

What's Changed

  • Fixing various logging issues.
  • Removing panic, fatal log levels.
  • Adding stderr, stdout log levels to control Terraform/OpenTofu output in the Terragrunt log.
  • Adding --terragrunt-log-show-abs-paths flag to show absolute paths in logs.
  • Adding --terragrunt-log-disable flag to disable logging.
  • Adding preserved label exemption to stale check.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.67.4...v0.67.5

v0.67.4

Compare Source

Updated CLI args, config attributes and blocks

  • terraform

Description

  • feat: Added TERRAGRUNT_TEMP_QUOTE_NULL environment variable to change the handling of null values.

TERRAGRUNT_TEMP_QUOTE_NULL

Setting the value of this undocumented feature flag to 1 allows users to temporarily revert the breaking change in release v0.50.0, preventing the sending of string "null" as the value of an input to OpenTofu/Terraform instead of not set an input at all.

The flag is being introduced into the codebase for a temporary duration to support Enterprise customers that have asked for this as a stop gap while they update their codebase to no longer need it.

Terragrunt will not support this flag in the future. Do not rely on it.

We will be coordinating closely with Enterprise customers to determine when they no longer need it supported. At that time, removal of the feature flag will be scheduled, then removed.

Related links

v0.67.3

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.67.2...v0.67.3

v0.67.2

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.67.1...v0.67.2

v0.67.1

Compare Source

Description

  • Updated go-getter to v1.7.6
  • Updated aws-sdk-go to v1.55.5

Related links

v0.67.0

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-forward-tf-stdout (docs)
  • --terragrunt-disable-log-formatting (docs)

Breaking Changes

  • --terragrunt-include-module-prefix flag is deprecated, use --terragrunt-forward-tf-stdout instead

  • Default logging behavior: prior to this release, Terragrunt would directly forward output from OpenTofu/Terraform to stdout without any additional context. This could result in confusing output to users when running run-all or using features like hooks, as all of the stout was output in the same stream.

    To improve the experience of using Terragrunt, stdout from OpenTofu/Terraform is now forwarded with additional context like the binary that is being executed and the relative directory where logs are being emitted from.

    This was previously partially available via the --terragrunt-include-module-prefix flag, but that behavior did not format logs nicely and users are better served with this behavior being the default.

    To opt-out of this behavior, use the --terragrunt-forward-tf-stdout flag to preserve legacy behavior.

What's Changed

Old Terragrunt log:
old-logs

New Terragrunt log:
new-logs

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.66.9...v0.67.0

v0.66.9

Compare Source

Updated CLI args, config attributes and blocks

  • --terragrunt-fetch-dependency-output-from-state

Description

  • Fixed the --terragrunt-fetch-dependency-output-from-state feature flag to work correctly with non-applied dependencies.

Special thanks

Special thanks to @​rodrigorfk for their contribution!

Related links

v0.66.8

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.7...v0.66.8

v0.66.7

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.6...v0.66.7

v0.66.6

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Improved handling of engine execution output.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.66.5...v0.66.6

v0.66.5

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.4...v0.66.5

v0.66.4

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.66.3...v0.66.4

v0.66.3

Compare Source

Updated CLI args, config attributes and blocks

  • dependency
  • get_repo_root

Description

  • Improved efficiency in evaluating dependencies and locating the git repository root.

Cache Adjustments

output

Included changes:

  • added caching of HCL parsing struct
  • added caching of git --show-toplevel
  • updated fetching of TerragruntConfig to do full clone of struct
  • replaced global variables cache with data from context
  • added metrics for cache miss/hits

Related links

Full Changelog: gruntwork-io/terragrunt@v0.66.2...v0.66.3

v0.66.2

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.66.1...v0.66.2

v0.66.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.66.0...v0.66.1

v0.66.0

Compare Source

Description

OpenTofu 1.8 support: We are now continuously testing Terragrunt against OpenTofu 1.8 and it is confirmed to be working.

NOTE: Although this release is marked as backward incompatible, it is functionally compatible as nothing has been changed in Terragrunt internals. The minor version release is useful to mark the change in the OpenTofu version that is being tested.

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.65.0...v0.66.0

v0.65.0

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Adjusted path resolution in sops_decrypt_file to resolve files relative to the terragrunt.hcl file.

What's Changed

New Contributors

Full Changelog: gruntwork-io/terragrunt@v0.64.5...v0.65.0

v0.64.5

Compare Source

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Sorting output and fixing minor bugs in hclvalidate command.

Breaking Changes

  • --terragrunt-hclvalidate-invalid flag have been renamed to --terragrunt-hclvalidate-show-config-path
  • TERRAGRUNT_HCLVALIDATE_INVALID env var have been renamed to TERRAGRUNT_HCLVALIDATE_SHOW_CONFIG_PATH

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.4...v0.64.5

v0.64.4

Compare Source

Updated CLI args, config attributes and blocks

  • hclvalidate

Description

  • Fixing "dependency cycle between modules" when using hclvalidate command with undefined config_path attribute.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.3...v0.64.4

v0.64.3

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for verifying engine files before loading to ensure integrity and security.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.2...v0.64.3

v0.64.2

Compare Source

Description

  • Adding supply credentials for a third-party registry when using Terragrunt Provider Cache

They can be supplied in two ways:

  1. Environment Variables
  2. CLI config section credentials

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.1...v0.64.2

v0.64.1

Compare Source

Description

  • Adding registry url discovery for Terragrunt Provider Cache

Related links

Full Changelog: gruntwork-io/terragrunt@v0.64.0...v0.64.1

v0.64.0

Compare Source

Updated CLI args, config attributes and blocks

  • sops_decrypt_file

Description

  • Upgraded Sops to v3.9.0, including necessary transient dependencies.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.8...v0.64.0

v0.63.8

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.63.7...v0.63.8

v0.63.7

Compare Source

Description

  • OpenTelemetry upgraded to version v1.28.0.
  • Corrected a typo in the telemetry environment variable names
  • Introduced a warning message that alerts users when they attempt to use deprecated OpenTelemetry environment variables

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.6...v0.63.7

v0.63.6

Compare Source

Description

  • Fix generation of cliconfig provider_installation block used for provider caching

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.5...v0.63.6

v0.63.5

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for downloading engines from remote locations.

Related links

v0.63.4

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.63.3...v0.63.4

v0.63.3

Compare Source

Description

  • Updated links to provider caching
  • Fix generation of cliconfig provider_installation block used for provider caching

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.2...v0.63.3

v0.63.2

Compare Source

Updated CLI args, config attributes and blocks

  • --auth-provider-cmd

Description

  • Fixing getting dynamic credentials before parsing local block.

Related links

Full Changelog: gruntwork-io/terragrunt@v0.63.1...v0.63.2

v0.63.1

Compare Source

What's Changed

Full Changelog: gruntwork-io/terragrunt@v0.63.0...v0.63.1

v0.63.0

Compare Source

What's Changed

🛠️ Breaking Change

Note that this release introduces a breaking change to the flag used for web identity tokens by correcting a typo in the name of the environment variable. If you are currently using the environment variable TERRRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN, make sure to add the corrected spelling of TERRAGRUNT_IAM_ASSUME_ROLE_WEB_IDENTITY_TOKEN before upgrading to this version of Terragrunt.

Change

Full Changelog: gruntwork-io/terragrunt@v0.62.3...v0.63.0

v0.62.3

Compare Source

Updated CLI args, config attributes and blocks

  • scaffold

Description

  • Updated scaffold command to support multi-line variables description.

Related links

v0.62.2

Compare Source

Description

  • Hiding diagnostic error when first parsing remote_state block

Related links

Full Changelog: gruntwork-io/terragrunt@v0.62.1...v0.62.2

v0.62.1

Compare Source

Description

  • Updated dependencies:
    • google.golang.org/grpc v1.65.0
    • golang.org/x/sys v0.22.0
    • golang.org/x/crypto v0.25.0
    • github.com/gruntwork-io/terragrunt-engine-go v0.0.2

Related links

v0.62.0

Compare Source

Updated CLI args, config attributes and blocks

  • engine

Description

  • Added support for experimental engine block (docs).

Related links

v0.61.1

Compare Source

Updated CLI args, config attributes and blocks

  • before_hook
  • after_hook


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

Copy link
Contributor Author

renovate bot commented Dec 9, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/gruntwork-io/go-commons v0.17.1
go: downloading github.com/gruntwork-io/terragrunt v0.58.3
go: downloading github.com/hashicorp/go-getter v1.7.4
go: downloading github.com/hashicorp/hcl/v2 v2.19.1
go: downloading github.com/hashicorp/hcl v1.0.1-vault
go: downloading github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/zclconf/go-cty v1.14.1
go: downloading golang.org/x/sync v0.5.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/google/uuid v1.5.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading golang.org/x/crypto v0.21.0
go: downloading github.com/go-errors/errors v1.4.2
go: downloading github.com/urfave/cli/v2 v2.26.0
go: downloading github.com/aws/aws-sdk-go v1.50.0
go: downloading github.com/urfave/cli v1.22.14
go: downloading github.com/getsops/sops/v3 v3.8.1
go: downloading github.com/hashicorp/terraform v0.15.3
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/hashicorp/go-getter/v2 v2.2.1
go: downloading github.com/mattn/go-zglob v0.0.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading golang.org/x/term v0.18.0
go: downloading golang.org/x/exp v0.0.0-20231006140011-7918f672742d
go: downloading golang.org/x/text v0.14.0
go: downloading cloud.google.com/go/storage v1.33.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.17.7
go: downloading cloud.google.com/go v0.111.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading golang.org/x/oauth2 v0.15.0
go: downloading google.golang.org/api v0.149.0
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/sys v0.18.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.3
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading github.com/creack/pty v1.1.17
go: downloading github.com/gruntwork-io/gruntwork-cli v0.7.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/otel v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.23.1
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.22.0
go: downloading go.opentelemetry.io/otel/metric v1.23.1
go: downloading go.opentelemetry.io/otel/sdk/metric v1.23.1
go: downloading go.opentelemetry.io/otel/sdk v1.23.1
go: downloading go.opentelemetry.io/otel/trace v1.23.1
go: downloading github.com/gruntwork-io/boilerplate v0.5.11
go: downloading github.com/gruntwork-io/terratest v0.41.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/labstack/echo/v4 v4.11.4
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading github.com/zclconf/go-cty-yaml v1.0.3
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.23.3
go: downloading cloud.google.com/go/iam v1.1.5
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading google.golang.org/genproto v0.0.0-20231212172506-995d672761c0
go: downloading google.golang.org/grpc v1.61.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading go.opentelemetry.io/proto/otlp v1.1.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/gitsight/go-vcsurl v1.0.1
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/charmbracelet/bubbles v0.16.1
go: downloading github.com/charmbracelet/bubbletea v0.24.2
go: downloading github.com/charmbracelet/glamour v0.6.0
go: downloading github.com/charmbracelet/lipgloss v0.9.1
go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
go: downloading github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
go: downloading github.com/terraform-linters/tflint v0.47.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/labstack/gommon v0.4.2
go: downloading golang.org/x/net v0.23.0
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/valyala/fasttemplate v1.2.2
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/hashicorp/terraform-svchost v0.0.1
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/bmatcuk/doublestar v1.3.4
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
go: downloading go.opencensus.io v0.24.0
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/cenkalti/backoff/v4 v4.2.1
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0
go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/goware/prefixer v0.0.0-20160118172347-395022866408
go: downloading github.com/aws/aws-sdk-go-v2 v1.21.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.18.44
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.13.42
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.24.6
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.23.1
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/muesli/reflow v0.3.0
go: downloading github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
go: downloading github.com/sahilm/fuzzy v0.1.0
go: downloading github.com/mattn/go-localereader v0.0.1
go: downloading github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/muesli/termenv v0.15.2
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/yuin/goldmark v1.5.2
go: downloading github.com/yuin/goldmark-emoji v1.0.1
go: downloading github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
go: downloading github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
go: downloading github.com/AlecAivazis/survey/v2 v2.3.4
go: downloading github.com/pterm/pterm v0.12.41
go: downloading github.com/google/go-jsonnet v0.18.0
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/jessevdk/go-flags v1.5.0
go: downloading github.com/sourcegraph/jsonrpc2 v0.2.0
go: downloading github.com/spf13/afero v1.9.5
go: downloading github.com/terraform-linters/tflint-plugin-sdk v0.17.0
go: downloading github.com/terraform-linters/tflint-ruleset-terraform v0.4.0
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/apparentlymart/go-versions v1.0.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.1
go: downloading golang.org/x/mod v0.13.0
go: downloading github.com/cloudflare/circl v1.3.7
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/lib/pq v1.10.9
go: downloading filippo.io/age v1.1.1
go: downloading github.com/Azure/azure-sdk-for-go v63.3.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1
go: downloading cloud.google.com/go/kms v1.15.5
go: downloading github.com/hashicorp/vault/api v1.10.0
go: downloading github.com/getsops/gopgagent v0.0.0-20170926210634-4d7ea76ff71a
go: downloading github.com/aws/smithy-go v1.15.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.12
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.44
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.15.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.17.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/alecthomas/chroma v0.10.0
go: downloading github.com/microcosm-cc/bluemonday v1.0.21
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
go: downloading github.com/atomicgo/cursor v0.0.1
go: downloading github.com/gookit/color v1.5.0
go: downloading github.com/hashicorp/terraform-registry-address v0.2.0
go: downloading github.com/jstemmer/go-junit-report v1.0.0
go: downloading github.com/owenrumney/go-sarif v1.1.1
go: downloading github.com/sourcegraph/go-lsp v0.0.0-20200429204803-219e11d77f5d
go: downloading github.com/google/go-github/v35 v35.3.0
go: downloading github.com/hashicorp/go-plugin v1.4.10
go: downloading github.com/hashicorp/go-hclog v1.5.0
go: downloading github.com/mitchellh/panicwrap v1.0.0
go: downloading sigs.k8s.io/yaml v1.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36
go: downloading github.com/dlclark/regexp2 v1.4.0
go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
go: downloading github.com/aymerick/douceur v0.2.0
go: downloading github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
go: downloading github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/gorilla/css v1.0.0
go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
go: downloading github.com/vmihailenco/msgpack/v5 v5.3.5
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: github.com/kitos9112/terragrunt-gitlab-cicd-config/cmd imports
	github.com/gruntwork-io/terragrunt/errors: cannot find module providing package github.com/gruntwork-io/terragrunt/errors
go: warning: github.com/microcosm-cc/bluemonday@v1.0.21: retracted by module author: Retract older versions as only latest is to be depended upon
go: to switch to the latest unretracted version, run:
	go get github.com/microcosm-cc/bluemonday@latest

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 3edc0d5 to 738edd9 Compare December 11, 2023 19:03
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.0 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.1 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 738edd9 to 7e52a46 Compare December 13, 2023 19:46
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.1 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.2 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 7e52a46 to d34d0ef Compare December 13, 2023 23:03
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.2 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.3 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from d34d0ef to 6e470b3 Compare December 14, 2023 21:22
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.3 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.4 Dec 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 6e470b3 to a34d797 Compare December 15, 2023 22:18
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.4 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.5 Dec 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from a34d797 to 1937bce Compare December 18, 2023 18:57
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.5 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.6 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 1937bce to d463695 Compare December 18, 2023 21:29
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.6 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.7 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from d463695 to c98b64d Compare December 19, 2023 21:26
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.8 Dec 19, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from c98b64d to ba11bf3 Compare December 20, 2023 22:08
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.8 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.9 Dec 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from ba11bf3 to b5a678b Compare December 21, 2023 21:35
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.9 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.10 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from b5a678b to 09a898b Compare December 25, 2023 18:44
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.10 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.11 Dec 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 09a898b to 9711c45 Compare December 26, 2023 21:32
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.11 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.12 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 9711c45 to 3aac90b Compare January 11, 2024 22:26
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.12 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.15 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 3aac90b to ef7f346 Compare January 12, 2024 00:07
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.15 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.54.16 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from ef7f346 to bd02598 Compare January 12, 2024 19:23
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.67.15 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.67.16 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 6cd8870 to 8dd9102 Compare October 9, 2024 22:31
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.67.16 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 8dd9102 to aff0465 Compare October 10, 2024 15:14
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.0 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.1 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from aff0465 to 1fd781a Compare October 15, 2024 22:12
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.1 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.2 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 1fd781a to 8618eae Compare October 16, 2024 19:14
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.2 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.3 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 8618eae to f088500 Compare October 17, 2024 14:01
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.3 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.4 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from f088500 to 6438614 Compare October 28, 2024 13:22
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.4 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.5 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 6438614 to be5d42f Compare October 29, 2024 17:21
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.5 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.6 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from be5d42f to 0cd34b3 Compare November 2, 2024 11:59
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.6 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.7 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 0cd34b3 to 3b3c434 Compare November 7, 2024 19:42
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.7 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.8 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 3b3c434 to 9a9d17d Compare November 8, 2024 16:29
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.8 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.9 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 9a9d17d to 3be8e5b Compare November 11, 2024 17:42
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.9 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.10 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 3be8e5b to 34a0ccc Compare November 12, 2024 16:50
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.10 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.12 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from 34a0ccc to febb34c Compare November 13, 2024 19:45
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.12 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.13 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terragrunt-0.x branch from febb34c to 337cb62 Compare November 15, 2024 16:35
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.13 fix(deps): update module github.com/gruntwork-io/terragrunt to v0.68.14 Nov 15, 2024
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