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 all dependencies #155

Merged
merged 1 commit into from
Oct 9, 2023
Merged

fix(deps): update all dependencies #155

merged 1 commit into from
Oct 9, 2023

Conversation

platform-engineering-bot
Copy link
Collaborator

@platform-engineering-bot platform-engineering-bot commented Oct 9, 2023

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi-aws/sdk/v6 require minor v6.3.0 -> v6.4.0
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 require minor v2.9.0 -> v2.10.0
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 require minor v2.9.0 -> v2.10.0
github.com/pulumi/pulumi-azure-native-sdk/v2 indirect minor v2.9.0 -> v2.10.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.86.0 -> v3.87.0
github.com/spf13/viper require minor v1.16.0 -> v1.17.0
pulumi/pulumi minor v3.86.0 -> v3.87.0
pulumi/pulumi-aws minor v6.3.0 -> v6.4.0
pulumi/pulumi-azure-native minor v2.9.0 -> v2.10.0

Release Notes

pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v6)

v6.4.0

Compare Source

Changelog
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 to Config.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.

[!WARNING]
WithLogger accepts an *slog.Logger from now on.

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.

[!WARNING]
The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking 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
  • "azure-native:migrate:SolutionProperties": properties:
    • 🟡 "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.


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

This PR has been generated by Renovate Bot.

@lmilbaum lmilbaum merged commit 618b18c into main Oct 9, 2023
3 checks passed
@lmilbaum lmilbaum deleted the renovate/all branch October 9, 2023 03:24
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.

2 participants