fix(deps): update first-party pulumi dependencies (master) #661
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:
v3.30.2
->v4.18.1
v4.17.1
->v4.18.1
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
ServiceAccounts
. (https://github.com/pulumi/pulumi-kubernetes/issues/3166)clusterIdentifier
provider configuration. (https://github.com/pulumi/pulumi-kubernetes/issues/3168)v4.17.0
Compare Source
Changed
Fixed
Services
with selectors targeting 0Pods
will no longer hang indefinitely. (https://github.com/pulumi/pulumi-kubernetes/issues/605)Services
without selectors will no longer hang indefinitely. (https://github.com/pulumi/pulumi-kubernetes/issues/799)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 withterminationMessagePath
.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
CustomResource
overlays. (https://github.com/pulumi/pulumi-kubernetes/pull/3120)PersistentVolumeClaims
with a bind mode ofWaitForFirstConsumer
will no longer hang indefinitely. (https://github.com/pulumi/pulumi-kubernetes/pull/3130)v4.15.0
Compare Source
Changed
CustomResource
should have plainapiVersion
andkind
properties (https://github.com/pulumi/pulumi-kubernetes/pull/3079)Fixed
v4.14.0
Compare Source
Added
TypedDict
input types for the Python SDK (https://github.com/pulumi/pulumi-kubernetes/pull/3070)Changed
Release
resource no longer ignores empty lists when merging values. (https://github.com/pulumi/pulumi-kubernetes/pull/2995)Fixed
Chart
v4 now handles an array of assets. (https://github.com/pulumi/pulumi-kubernetes/pull/3061)v4.13.1
Compare Source
Added
Changed
Fixed
replaceUnready
annotations and an unreachable cluster connection. (https://github.com/pulumi/pulumi-kubernetes/pull/3024)v4.12.0
Compare Source
Added
Changed
valueYamlFiles
now more closely matches Helm's behavior. (https://github.com/pulumi/pulumi-kubernetes/pull/2963)Fixed
null
. (https://github.com/pulumi/pulumi-kubernetes/issues/1970)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.
This PR has been generated by Renovate Bot.