-
Notifications
You must be signed in to change notification settings - Fork 17
releng: release 0.6.19 #271
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
Merged
ajkerrigan
merged 5 commits into
cloud-custodian:main
from
ajkerrigan:ajk/release/0.6.19
Jan 13, 2026
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d010343
releng: update dependencies for 0.6.19
ajkerrigan 2eee2db
bump ci go version 1.21.5 --> 1.25.4
ajkerrigan 66a074c
bump version 0.6.18 --> 0.6.19
ajkerrigan ab7bfdc
Update dependencies
ajkerrigan 1712d02
Merge branch 'main' into ajk/release/0.6.19
ajkerrigan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,102 +1,115 @@ | ||
| module github.com/cloud-custodian/tfparse/gotfparse | ||
|
|
||
| go 1.24.4 | ||
|
|
||
| toolchain go1.24.6 | ||
| go 1.25 | ||
|
|
||
| require ( | ||
| github.com/Jeffail/gabs/v2 v2.7.0 | ||
| github.com/aquasecurity/trivy v0.65.0 | ||
| github.com/aquasecurity/trivy v0.68.2 | ||
| github.com/hashicorp/hcl/v2 v2.24.0 | ||
| github.com/zclconf/go-cty v1.16.3 | ||
| github.com/zclconf/go-cty v1.17.0 | ||
| ) | ||
|
|
||
| require ( | ||
| cel.dev/expr v0.24.0 // indirect | ||
| cloud.google.com/go v0.121.4 // indirect | ||
| cloud.google.com/go/auth v0.16.4 // indirect | ||
| cel.dev/expr v0.25.1 // indirect | ||
| cloud.google.com/go v0.123.0 // indirect | ||
| cloud.google.com/go/auth v0.18.0 // indirect | ||
| cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect | ||
| cloud.google.com/go/compute/metadata v0.8.0 // indirect | ||
| cloud.google.com/go/iam v1.5.2 // indirect | ||
| cloud.google.com/go/monitoring v1.24.2 // indirect | ||
| cloud.google.com/go/storage v1.56.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect | ||
| cloud.google.com/go/compute/metadata v0.9.0 // indirect | ||
| cloud.google.com/go/iam v1.5.3 // indirect | ||
| cloud.google.com/go/monitoring v1.24.3 // indirect | ||
| cloud.google.com/go/storage v1.58.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect | ||
| github.com/agext/levenshtein v1.2.3 // indirect | ||
| github.com/alecthomas/chroma v0.10.0 // indirect | ||
| github.com/apparentlymart/go-cidr v1.1.0 // indirect | ||
| github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect | ||
| github.com/aquasecurity/go-version v0.0.1 // indirect | ||
| github.com/aquasecurity/iamgo v0.0.10 // indirect | ||
| github.com/aquasecurity/jfather v0.0.8 // indirect | ||
| github.com/aquasecurity/trivy-checks v1.11.3-0.20250604022615-9a7efa7c9169 // indirect | ||
| github.com/aws/aws-sdk-go v1.55.8 // indirect | ||
| github.com/aquasecurity/trivy-checks v1.12.1 // indirect | ||
| github.com/aws/aws-sdk-go-v2 v1.41.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/config v1.32.6 // indirect | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.19.6 // indirect | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.7 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/s3 v1.95.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/signin v1.0.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.30.8 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.12 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.41.5 // indirect | ||
| github.com/aws/smithy-go v1.24.0 // indirect | ||
| github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
| github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect | ||
| github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect | ||
| github.com/dlclark/regexp2 v1.11.5 // indirect | ||
| github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect | ||
| github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect | ||
| github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect | ||
| github.com/envoyproxy/protoc-gen-validate v1.3.0 // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.2 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.3 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/google/go-containerregistry v0.20.6 // indirect | ||
| github.com/google/go-containerregistry v0.20.7 // indirect | ||
| github.com/google/s2a-go v0.1.9 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.15.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.9 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.16.0 // indirect | ||
| github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.70 // indirect | ||
| github.com/hashicorp/errwrap v1.1.0 // indirect | ||
| github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
| github.com/hashicorp/go-getter v1.7.8 // indirect | ||
| github.com/hashicorp/go-getter v1.8.4 // indirect | ||
| github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
| github.com/hashicorp/go-safetemp v1.0.0 // indirect | ||
| github.com/hashicorp/go-uuid v1.0.3 // indirect | ||
| github.com/hashicorp/go-version v1.7.0 // indirect | ||
| github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect | ||
| github.com/klauspost/compress v1.18.0 // indirect | ||
| github.com/hashicorp/go-version v1.8.0 // indirect | ||
| github.com/klauspost/compress v1.18.2 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
| github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
| github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
| github.com/package-url/packageurl-go v0.1.3 // indirect | ||
| github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect | ||
| github.com/samber/lo v1.51.0 // indirect | ||
| github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect | ||
| github.com/ulikunitz/xz v0.5.12 // indirect | ||
| github.com/zclconf/go-cty-yaml v1.1.0 // indirect | ||
| github.com/zeebo/errs v1.4.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.1.0 // indirect | ||
| go.opentelemetry.io/contrib/detectors/gcp v1.37.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect | ||
| go.opentelemetry.io/otel v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.37.0 // indirect | ||
| golang.org/x/crypto v0.41.0 // indirect | ||
| golang.org/x/mod v0.27.0 // indirect | ||
| golang.org/x/net v0.43.0 // indirect | ||
| golang.org/x/oauth2 v0.30.0 // indirect | ||
| golang.org/x/sync v0.16.0 // indirect | ||
| golang.org/x/sys v0.35.0 // indirect | ||
| golang.org/x/text v0.28.0 // indirect | ||
| golang.org/x/time v0.12.0 // indirect | ||
| golang.org/x/tools v0.36.0 // indirect | ||
| github.com/samber/lo v1.52.0 // indirect | ||
| github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect | ||
| github.com/ulikunitz/xz v0.5.15 // indirect | ||
| github.com/zclconf/go-cty-yaml v1.2.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect | ||
| go.opentelemetry.io/otel v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.39.0 // indirect | ||
| golang.org/x/crypto v0.46.0 // indirect | ||
| golang.org/x/mod v0.31.0 // indirect | ||
| golang.org/x/net v0.48.0 // indirect | ||
| golang.org/x/oauth2 v0.34.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | ||
| golang.org/x/sys v0.39.0 // indirect | ||
| golang.org/x/text v0.32.0 // indirect | ||
| golang.org/x/time v0.14.0 // indirect | ||
| golang.org/x/tools v0.40.0 // indirect | ||
| golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
| google.golang.org/api v0.246.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20250811230008-5f3141c8851a // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect | ||
| google.golang.org/grpc v1.74.2 // indirect | ||
| google.golang.org/protobuf v1.36.7 // indirect | ||
| google.golang.org/api v0.259.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20251222181119-0a764e51fe1b // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect | ||
| google.golang.org/grpc v1.78.0 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect | ||
| k8s.io/utils v0.0.0-20260106112306-0fe9cd71b2f8 // indirect | ||
| ) | ||
|
|
||
| replace github.com/aquasecurity/trivy => github.com/cloud-custodian/trivy v0.0.0-20250812153108-c048d02cb4bc | ||
| replace github.com/aquasecurity/trivy => github.com/cloud-custodian/trivy v0.0.0-20260108024400-591b6c202133 |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: december 1.25.5 was released with some security and bug fixes. given this program doesnt do any crypto that I can see not a big deal. just wanted to record this for the next release.