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 first-party pulumi dependencies (master) #661

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

pulumi-bot
Copy link
Contributor

@pulumi-bot pulumi-bot commented Sep 12, 2024

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi-kubernetes/sdk/v3 require major v3.30.2 -> v4.18.1
github.com/pulumi/pulumi-kubernetes/sdk/v4 require minor v4.17.1 -> v4.18.1
github.com/pulumi/pulumi/sdk/v3 require minor v3.131.0 -> v3.132.0

Release Notes

pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v3)

v4.18.1

Compare Source

v4.18.0

Compare Source

v4.17.1

Compare Source

Fixed

v4.17.0

Compare Source

Changed
Fixed

v4.16.0

Compare Source

Added
  • clusterIdentifier configuration can now be used to manually control the replacement behavior of a provider resource. (https://github.com/pulumi/pulumi-kubernetes/pull/3068)

  • Pod errors now include the pod's last termination state, as well as the pod's termination message if available. (https://github.com/pulumi/pulumi-kubernetes/pull/3091)

    The pod's termination message can be helpful in CrashLoopBackOff situations but will only be reported if it was correctly configured.

    By default, the pod's termination message is read from /dev/termination-log. This location can be configured with terminationMessagePath.

    Use terminationMessagePolicy: FallbackToLogsOnError to use the pod's logs as its termination message.

  • Documentation is now generated for all languages supported by overlay types. (https://github.com/pulumi/pulumi-kubernetes/pull/3107)

Fixed

v4.15.0

Compare Source

Changed
Fixed

v4.14.0

Compare Source

Added
Changed
Fixed

v4.13.1

Compare Source

Added
Changed
Fixed

v4.12.0

Compare Source

Added
Changed
Fixed

v4.11.0

Compare Source

v4.10.0

Compare Source

v4.9.1

Compare Source

v4.9.0

Compare Source

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.1

Compare Source

v4.7.0

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

v4.5.6

Compare Source

v4.5.5

Compare Source

v4.5.4

Compare Source

v4.5.3

Compare Source

v4.5.2

Compare Source

v4.4.0

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.132.0

Compare Source

3.132.0 (2024-09-11)
Features
  • [cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails
    #​17205

  • [cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move
    #​17208

  • [engine] Send resource names and types in provider requests from the engine, in addition to the combined URN
    #​17177

  • [pkg] Add support for ESC Projects
    #​17226

  • [sdk/dotnet] Update dotnet to 3.67.0
    #​17223

  • [sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets
    #​17132

Bug Fixes
  • [cli] Recover from zero-byte credentials.json files
    #​17186

  • [cli] Using PULUMI_BACKEND_URL no longer updates credentials.json
    #​17199

  • [engine] Fix parameterized providers not downloading correctly when found from state
    #​17218

  • [cli/about] Fix language plugins always having unknown version in about
    #​17216

  • [cli/display] Fix deletes not being show in refresh when using json output
    #​16851

  • [cli/display] Hide unnecessary rows in non-interactive mode
    #​17188

  • [sdkgen/python] Correctly case Python package names in package add link instructions
    #​17178


Configuration

📅 Schedule: Branch creation - "before 6pm" (UTC), Automerge - "before 4am on Monday" (UTC).

🚦 Automerge: Enabled.

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.

@pulumi-bot pulumi-bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Sep 12, 2024
@pulumi-bot
Copy link
Contributor Author

ℹ Artifact update notice

File name: deploy/deploy-operator-go/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.24.0 -> v0.25.0
golang.org/x/net v0.26.0 -> v0.27.0
golang.org/x/sys v0.21.0 -> v0.22.0
golang.org/x/term v0.21.0 -> v0.22.0

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@f7254f1). Learn more about missing BASE report.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##             master    #661   +/-   ##
========================================
  Coverage          ?   8.76%           
========================================
  Files             ?       4           
  Lines             ?    1164           
  Branches          ?       0           
========================================
  Hits              ?     102           
  Misses            ?    1055           
  Partials          ?       7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pulumi-bot pulumi-bot enabled auto-merge (rebase) September 16, 2024 00:02
@pulumi-bot pulumi-bot merged commit 26e556b into master Sep 16, 2024
4 checks passed
@pulumi-bot pulumi-bot deleted the renovate/master-pulumi branch September 16, 2024 00:02
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants