fix(deps): update all dependencies #155
Merged
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:
v6.3.0
->v6.4.0
v2.9.0
->v2.10.0
v2.9.0
->v2.10.0
v2.9.0
->v2.10.0
v3.86.0
->v3.87.0
v1.16.0
->v1.17.0
v3.86.0
->v3.87.0
v6.3.0
->v6.4.0
v2.9.0
->v2.10.0
Release Notes
pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v6)
v6.4.0
Compare Source
Changelog
cfce94f
Testing node 20.x buildfe2ae0f
Testing node 20.x build (#2843)408aabe
Update GitHub Actions workflows. (#2846)634136c
Upgrade terraform provider aws to v5.19.0 (#2847)pulumi/pulumi-azure-native-sdk (github.com/pulumi/pulumi-azure-native-sdk/resources/v2)
v2.10.0
Compare Source
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)
v3.87.0
Compare Source
3.87.0 (2023-10-06)
Features
[cli] Users can now set
PULUMI_DISABLE_AUTOMATIC_PLUGIN_ACQUISITION
to disable the engine trying to auto install missing plugins.#14083
[pkg] Upgrade pulumi-java to v0.9.8
[cli/import] Import converters will write out their intermediate import file for manual fixups if needed.
#14067
[sdkgen/go] Generate output-versioned invokes for functions without inputs
#13694
[sdk/python] Add
default
arg toConfig.get_secret
#12279
Bug Fixes
[cli] policy publish: default to default-org if possible
#14090
[cli] Fix a panic in
whoami
with tokens missing expected information.[engine] Calling RegisterResourceOutputs twice no longer panics and returns an error instead.
#14062
[engine] ComponentResources now emit resourceOutputEvent on Deletion. This fixes the time elapsed timer not ending when the resource is deleted.
#14061
[engine] Lifecycle tests shouldn't reuse a closed plugin host.
#14063
[engine] ctrl-c should cause Pulumi to send cancellation signal to providers
#14057
[engine] Fix a race condition in the engine access step event data.
#14049
[engine] Restore elided asset contents into returned inputs and state from Read operations
[engine]
DISABLE_AUTOMATIC_PLUGIN_ACQUISITION
is respected for deployment operations now.#14104
[programgen]
pulumi import
supports resources with duplicate names, it will fail if referenced as a provider/parent due to the ambiguity.#13989
[programgen/dotnet] Fixes compiling an empty list of expressions from object properties
#14027
spf13/viper (github.com/spf13/viper)
v1.17.0
Compare Source
Major changes
Highlighting some of the changes for better visibility.
Please share your feedback in the Discussion forum. Thanks! ❤️
Minimum Go version: 1.19
Viper now requires Go 1.19
This change ensures we can stay up to date with modern practices and dependencies.
log/slog
support [BREAKING]Viper v1.11.0 added an experimental
Logger
interface to allow custom implementations (besides jwalterweatherman).In addition, it also exposed an experimental
WithLogger
function allowing to set a custom logger.This release deprecates that interface in favor of log/slog released in Go 1.21.
To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.
The experimental flag is removed.
New finder implementation [BREAKING]
As of this release, Viper uses a new library to look for files, called locafero.
The new library is better covered by tests and has been built from scratch as a general purpose file finder library.
The implementation is experimental and is hidden behind a
finder
build tag.What's Changed
Exciting New Features 🎉
Enhancements 🚀
strings.Cut
by @scop in https://github.com/spf13/viper/pull/1650Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes
New Contributors
Full Changelog: spf13/viper@v1.16.0...v1.17.0
pulumi/pulumi-azure-native (pulumi/pulumi-azure-native)
v2.10.0
Compare Source
Does the PR have any schema changes?
Found 5 breaking changes:
Types
🟡
"cleanupState" type changed from "string" to ""🟡
"goal" type changed from "string" to ""🟡
"purpose" type changed from "string" to ""🟡
"status" type changed from "string" to ""🟡
"tool" type changed from "string" to ""New resources:
dashboard.ManagedPrivateEndpoint
datadog.MonitoredSubscription
migrate.PrivateEndpointConnectionProxyController
migrate.SolutionsControllerSolution
networkanalytics.DataProduct
networkanalytics.DataType
New functions:
dashboard.getManagedPrivateEndpoint
datadog.getMonitoredSubscription
migrate.getPrivateEndpointConnectionProxyController
migrate.getSolutionsControllerConfig
migrate.getSolutionsControllerSolution
networkanalytics.getDataProduct
networkanalytics.getDataType
networkanalytics.listDataProductRolesAssignments
What's Changed
Full Changelog: pulumi/pulumi-azure-native@v2.9.0...v2.10.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR has been generated by Renovate Bot.