Open
Conversation
Contributor
Author
|
66fce87 to
4b3ad6e
Compare
4b3ad6e to
97b5600
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.1.0→v2.2.1v1.296.2→v1.297.0v1.76.0→v1.78.0v1.98.0→v1.99.0a791e22→266cf5ad62b90e→e7be49av0.5.0→v0.6.0v1.60.0→v1.61.0v7.24.0→v7.25.0v3.229.0→v3.230.0v1.55.0→v1.56.0v1.55.0→v1.56.0v0.49.0→v0.50.07ab1446→746e56f7ab1446→746e56fv0.34.0→v0.35.0v0.34.0→v0.35.0v0.52.0→v0.53.0v0.42.0→v0.43.0v0.41.0→v0.42.0v0.35.0→v0.36.0v0.43.0→v0.44.09d38bb4→6f92a3b9d38bb4→6f92a3b3.229.0→3.230.0v7.24.0→v7.25.0v1.60.0→v1.61.0469da74→7a0aad99e6e193→039095fRelease Notes
ashanbrown/makezero (github.com/ashanbrown/makezero/v2)
v2.2.1: Require a minimum of one packageCompare Source
Suggestion from @m-ocean-it (#24)
v2.2.0: Add support for slice type alisesCompare Source
Added
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ec2)
v1.297.0General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.47.0github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.19.0github.com/aws/aws-sdk-go-v2/service/braket: v1.40.0github.com/aws/aws-sdk-go-v2/service/connect: v1.168.0github.com/aws/aws-sdk-go-v2/service/datazone: v1.56.0github.com/aws/aws-sdk-go-v2/service/ec2: v1.297.0github.com/aws/aws-sdk-go-v2/service/ecs: v1.77.0github.com/aws/aws-sdk-go-v2/service/eks: v1.82.0github.com/aws/aws-sdk-go-v2/service/lambda: v1.89.0github.com/aws/aws-sdk-go-v2/service/outposts: v1.58.0github.com/aws/aws-sdk-go-v2/service/rtbfabric: v1.3.0github.com/aws/aws-sdk-go-v2/service/s3: v1.99.0github.com/aws/aws-sdk-go-v2/service/s3files: v1.0.0manuelarte/funcorder (github.com/manuelarte/funcorder)
v0.6.0Compare Source
What's Changed
New Contributors
Full Changelog: manuelarte/funcorder@v0.5.0...v0.6.0
pulumi/pulumi-aws-native (github.com/pulumi/pulumi-aws-native/sdk)
v1.61.0Compare Source
Changelog
ae57fbeAutomated SDK generation @ aws-cloudformation-user-guide19dc52c(#2912)pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v7)
v7.25.0Compare Source
What's Changed
New Contributors
Full Changelog: pulumi/pulumi-aws@v7.24.0...v7.25.0
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)
v3.230.0Compare Source
3.230.0 (2026-04-08)
Features
[cli] Detect AI agents and send in update metadata
#22497
[auto/nodejs] Add "org" commands (get-default, set-default, search, search ai) to the auto-generated interface
#22395
[auto/nodejs] Add "new" command to the auto-generated interface
#22421
[sdk/{nodejs,python}] Add Cancel handler to Python & Node.js providers
#22516
[cli/policy] Add ESC environment resolution for policy packs
#22425
Bug Fixes
[auto/go] Insert --non-interactive flag before "--" positional separator to avoid misinterpretation as a positional argument
#22462
[ci] Add code coverage collection for Node.js automation tools tests
#22412
[pcl] Allow key indexing into a map of resources created by range
#22498
[programgen/go] Fix an issue with formatted index modules not importing correctly
[cli/state] Check for Pulumi.yaml projects and
backendoption instate upgrade#22483
[sdk/go] Fix Go program generation for ternary expressions inside apply callbacks, add Go predeclared identifiers to reserved words, handle optional list types in union type codegen, and fix unmarshalOutput for known outputs with null elements.
#22460
[sdk/nodejs] Fix inherited input properties missing from component schema when args interface extends another interface
#22446
[sdk/python] Fix inherited input properties missing from component schema when args class inherits from a base class
#22484
Miscellaneous
[java] Upgrade java to v1.23.0
[sdk/dotnet] Upgrade dotnet to v3.102.1
[yaml] Upgrade to v1.31.0
#22501
[programgen/{dotnet,go,java,nodejs,pcl,python,yaml}] Remove
mimeType&readDirfrom PCL#22449
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/featuregate)
v1.56.0💡 Enhancements 💡
all: Update semconv package from 1.38.0 to 1.40.0 (#15095)cmd/mdatagen: Only allow theToVersionfeature flag attribute to be set for theStableandDeprecatedstages. (#15040)To better match the feature flag README
(https://github.com/open-telemetry/opentelemetry-collector/blob/main/featuregate/README.md#feature-lifecycle).
🧰 Bug fixes 🧰
exporter/debug: Guard from out of bounds profiles dictionary indices (#14803)pdata/pprofile: create a copy when the input is marked as read-only (#15080)pkg/otelcol: Fix missing default values in unredacted print-config command by introducing confmap.WithUnredacted MarshalOption. (#14750)Resolves an issue where the unredacted mode output omitted all default-valued options. By introducing a new MarshalOption to disable redaction directly at the confmap encoding level, the unredacted mode now preserves all component defaults natively without requiring post-processing.
pkg/service: Headers on the internal telemetry OTLP exporter are now redacted when the configuration is marshaled (#14756)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.