Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.5.0
->1.6.0
2.15.60
->2.16.4
0.11.5
->0.11.6
2.0.23
->2.0.24
1.22.3
->1.22.4
1.59.0
->1.59.1
3.2.116
->3.2.133
1.7.1
->1.7.2
1.7.1
->1.7.2
0.17.0
->0.18.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
anchore/syft (anchore/syft)
v1.6.0
Compare Source
Added Features
Bug Fixes
Additional Changes
(Full Changelog)
aws/aws-cli (awscli)
v2.16.4
Compare Source
v2.16.3
Compare Source
v2.16.2
Compare Source
v2.16.1
Compare Source
v2.16.0
Compare Source
v2.15.62
Compare Source
v2.15.61
Compare Source
dagger/dagger (dagger/dagger)
v0.11.6
Compare Source
Added
withName
method to File by @TomChv in https://github.com/dagger/dagger/pull/7491Fixed
--help
by @helderco in https://github.com/dagger/dagger/pull/7417What to do next?
defenseunicorns/build-harness (ghcr.io/defenseunicorns/build-harness/build-harness)
v2.0.24
Compare Source
Miscellaneous Chores
golang/go (golang)
v1.22.4
Compare Source
golangci/golangci-lint (golangci-lint)
v1.59.1
Compare Source
go-errorlint
: from 1.5.1 to 1.5.2gomnd
: deprecated configuration compatibilityintrange
: addstyle
presetmisspell
: from 0.5.1 to 0.6.0sloglint
: from 0.7.0 to 0.7.1testifylint
: from 1.3.0 to 1.3.1unparam
: bump to HEADusestdlibvars
: from 1.25.0 to 1.26.0revive
configurationbridgecrewio/checkov (https://github.com/bridgecrewio/checkov.git)
v3.2.133
Compare Source
v3.2.132
Compare Source
v3.2.131
Compare Source
v3.2.130
Compare Source
v3.2.129
Compare Source
v3.2.128
Compare Source
Feature
Bug Fix
v3.2.127
Compare Source
v3.2.126
Compare Source
v3.2.125
Compare Source
Feature
v3.2.124
Compare Source
Feature
v3.2.123
Compare Source
v3.2.122
Compare Source
Feature
v3.2.121
Compare Source
Feature
v3.2.120
Compare Source
v3.2.119
Compare Source
Feature
Bug Fix
v3.2.118
Compare Source
v3.2.117
Compare Source
opentofu/opentofu (opentofu)
v1.7.2
Compare Source
We're proud to announce that OpenTofu 1.7.2 is now officially out 🎉
This is a bugfix release and we encourage all OpenTofu 1.7.1 users to upgrade.
What’s New?
For all the features, see the detailed changelog.
You can find the full diff here.
terraform-docs/terraform-docs (terraform-docs)
v0.18.0
Compare Source
Notable Updates
The most notable changes in this release are:
Resources can get ignored using
terraform-docs-ignore
comment:All types of resources can be ignored from the generated output by prepending them
with a comment
terraform-docs-ignore
.##################################################################
All of the following will be ignored from the generated output
##################################################################
terraform-docs-ignore
resource "foo_resource" "foo" {}
This resource is going to get ignored from generated
output by using the following known comment.
terraform-docs-ignore
The ignore keyword also doesn't have to be the first,
last, or the only thing in a leading comment
resource "bar_resource" "bar" {}
terraform-docs-ignore
data "foo_data_resource" "foo" {}
terraform-docs-ignore
data "bar_data_resource" "bar" {}
// terraform-docs-ignore
module "foo" {
source = "foo"
version = "x.x.x"
}
terraform-docs-ignore
variable "foo" {
default = "foo"
}
// terraform-docs-ignore
output "foo" {
value = "foo"
}
Changelog
Features
943489c
Ignore inputs with terraform-docs-ignore comment8f74fd4
feat: ignore outputs, providers, resources with commentsd0862bd
Update Dockerfile FROM command to use non-ambiguous container sources59eb90f
Make main module doc optional when in recursive generationBug Fixes
656f6a6
Fix output values with nulld5a55ae
more fixes of binary name with missing s1b2dbab
more fixes of binary name with missing s29e186a
Fixed binary name in description outputChores
5e77bcc
Bump actions/checkout from 3 to 421313cf
Bump actions/setup-go from 3 to 589b52d5
Bump alpine from 3.18.5 to 3.19.001435d7
Bump alpine from 3.19.0 to 3.19.1b87d0e0
Bump alpine from 3.19.1 to 3.20.0 in /scripts/release50a8858
Bump codecov/codecov-action from 1 to 3e729518
Bump codecov/codecov-action from 3 to 470ed14e
Bump dawidd6/action-homebrew-bump-formula from 3.10.1 to 3.11.073ae81c
Bump dawidd6/action-homebrew-bump-formula from 3.8.0 to 3.10.1127dba6
Bump docker/login-action from 1 to 34dc7807
Bump github/codeql-action from 1 to 37a00604
Bump golang from 1.21.5-alpine to 1.22.1-alpinea321c28
Bump golang to 1.22.1d6331c1
Bump golang.org/x/net from 0.19.0 to 0.23.05a70c7a
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0ff0ce44
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0ca3eea1
Bump goreleaser/goreleaser-action from 2 to 538fc0e6
Bump softprops/action-gh-release from 1 to 2f92cf6f
Bump version to v0.18.0-alpha6041ae9
Change dependabot cadence to daily159bc83
Create dependabot filee5a9ee0
--- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ...75e05c0
--- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ...228c7a7
Release version v0.18.0656aa7c
Update go crypto lib to v0.17.02b71b4d
chore: add release-cut workflowd5e48a5
chore: add scripts/release/ folder to dependabotfde40b1
chore: bump alpine to 3.20.0b79a7c4
chore: bump golang to 1.22.3288faea
chore: update dependencies740e0a8
go get -u github.com/hashicorp/hcl/v2, update to v0.20.1 to support provider functionsDocker images
docker pull quay.io/terraform-docs/terraform-docs:latest
docker pull quay.io/terraform-docs/terraform-docs:0.18.0
Contributors
Very special thanks to the contributors.
Configuration
📅 Schedule: Branch creation - "after 9am and before 5pm every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.