Update first-party Pulumi dependencies #1504
Open
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:
6.59.1
->6.60.0
6.47.0
->6.60.0
3.138.0
->3.140.0
v0.0.15
->v0.1.3
v6.29.0
->v6.60.0
v6.41.0
->v6.60.0
v3.0.0-alpha.6
->v3.2.0
v4.9.1
->v4.18.3
v3.138.0
->v3.140.0
v3.112.0
->v3.140.0
v3.138.0
->v3.140.0
b374ceb
v5
->v6
7c54f13
1c0359b
Release Notes
pulumi/pulumi-aws (@pulumi/aws)
v6.60.0
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
New resources:
vpc/securityGroupVpcAssociation.SecurityGroupVpcAssociation
What's Changed
TestIMDSAuth
test by increasing root volume size by @flostadler in https://github.com/pulumi/pulumi-aws/pull/4781Full Changelog: pulumi/pulumi-aws@v6.59.2...v6.60.0
pulumi/pulumi (@pulumi/pulumi)
v3.140.0
Compare Source
Features
[pkg] Reject schemas with duplicate paths across resources and functions
#17797
[auto/go] Add --config-file functionality to Go Automation API preview, update, refresh, and destroy
#17774
Bug Fixes
[cli/plugin] Workaround for escape codes in output from .NET 9
#17783
[sdk/python] Fix merging InvokeOptions.version
#17750
v3.139.0
Compare Source
Features
[pkg] Allow generating docs in parallel
#17711
[programgen] Allow specifying mutually dependant components in PCL
[programgen/{dotnet,go,nodejs,python}] Support generating invokes options from PCL for invokes
#17696
[sdk/nodejs] Allow accessing configuration in Node.js dynamic providers
#17697
[sdk/nodejs] Implement RunPlugin for the NodeJS language runtime
#17724
[sdk/nodejs] Support parameterization for TypeScript providers
#17738
[sdk/python] Add Uv as a Python toolchain
#17609
[sdk/python] Allow accessing configuration in Python dynamic providers
#17673
Bug Fixes
[engine] Make plugin downloads/installation cancellable
#17621
[engine] Fix frequent retries on 403 errors when the update token expires
#17714
[engine] Don't copy deleted dependencies of untargeted resources
#17743
[engine] Support renaming providers in targeted operations
#17746
[engine] Pass correct working directory to RunPlugin
#17763
[programgen] Allow PCL function element to take a dynamic expression as input in non-strict mode
#17587
[sdk/nodejs] Fix pnpm pack for pnpm@9.13
#17766
[sdk/python] Log a message about deleting requirements.txt when converting to using Poetry
#17716
[sdk/python] Fix an exception in automation api when reading
whoami
results.#17770
Miscellaneous
#17768
pulumi/providertest (github.com/pulumi/providertest)
v0.1.3
Compare Source
What's Changed
Full Changelog: pulumi/providertest@v0.1.2...v0.1.3
v0.1.2
Compare Source
What's Changed
Full Changelog: pulumi/providertest@v0.1.1...v0.1.2
v0.1.1
Compare Source
What's Changed
provider.ReplayInvokes
by @danielrbradley in https://github.com/pulumi/providertest/pull/105Full Changelog: pulumi/providertest@v0.1.0...v0.1.1
v0.1.0
Compare Source
What's Changed
T
explicitly to all methods by @danielrbradley in https://github.com/pulumi/providertest/pull/102You must now pass T as the first parameter for any method which does asserts internally, as is the pattern in Go.
You can fix pretty much all usages using the following batch of
gofmt
commands:New Contributors
Full Changelog: pulumi/providertest@v0.0.15...v0.1.0
pulumi/pulumi-eks (github.com/pulumi/pulumi-eks/sdk/v3)
v3.2.0
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
./tests
by @blampe in https://github.com/pulumi/pulumi-eks/pull/1490Full Changelog: v3.0.2...v3.1.0
v3.0.2
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Compare Source
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Compare Source
This is the 3.0.0 major release (see #1425).
This release delivers significant improvements in flexibility, security and introduces new features to enhance your Kubernetes experience on AWS.
AWS recently announced the deprecation of two features used by default in Pulumi EKS: the aws-auth ConfigMap and the AL2 operating system. Pulumi EKS v3 addresses these deprecations, enhances the maintainability of the provider, and aligns it with EKS best practices.
Key Highlights of EKS V3
Support for Amazon Linux 2023 (AL2023) and Bottlerocket Operating Systems: Enhanced operating system options for node groups, allowing you to choose the OS that best fits your workloads and compliance needs. This addresses the upcoming deprecation of Amazon Linux 2 (AL2).
Access Entries for IAM Integration: Enables replacement of the deprecated aws-auth ConfigMap with Access Entries for managing Kubernetes authentication.
EKS Managed Addons: Simplified management of
vpc-cni
,coredns
, andkube-proxy
as EKS managed addons.EKS Security Groups for Pods and Network Policies: Enhanced network security and control within EKS clusters.
New Features and Improvements
Support for Amazon Linux 2023 and Bottlerocket
We have expanded the operating system options for node groups in EKS v3 to address the upcoming deprecation of Amazon Linux 2 (AL2). You can now choose between Amazon Linux 2 (deprecated), Amazon Linux 2023 and Bottlerocket for your EKS nodes. This flexibility allows you to select the OS that best fits your workloads, security requirements, and compliance needs, while ensuring you are using a supported and actively maintained operating system. We've introduced a new
operatingSystem
property for node groups to facilitate this choice.Access Entries for IAM Integration
AWS has introduced Access Entries as a new method for granting IAM principals access to Kubernetes resources. This approach relies solely on AWS resources for managing Kubernetes auth, replacing the deprecated
aws-auth
ConfigMap. You can now leverage Access Entries by setting theauthenticationMode
toAPI
in your cluster configuration.EKS Managed Addons
The EKS cluster components
vpc-cni
,coredns
, andkube-proxy
are now configured as EKS managed addons. This change simplifies management, especially for clusters with private API endpoints, and ensures that these critical components stay up to date automatically. Additionally it removes the dependency onkubectl
, allowing pulumi-native management of clusters.Cluster Autoscaler Integration
Pulumi EKS v3 introduces better support for the Kubernetes Cluster Autoscaler. A new
ignoreScalingChanges
parameter for node groups allows Pulumi to ignore external scaling changes, facilitating seamless integration with dynamic scaling solutions.EKS Security Groups for Pods and Network Policies
We've added support for EKS security groups for pods (example) and EKS Network Policies (example), providing more granular control over pod-to-pod and pod-to-external network communication within your EKS clusters.
Migration Guide
To help you transition smoothly, we've prepared a migration guide with these key steps:
NodeGroup
component withNodeGroupV2
.Please refer to our EKS v3 Migration Documentation for a detailed guide.
Full Changelog: v2.8.1...v3.0.0
v3.0.0-beta.2
Compare Source
What's Changed
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2
v3.0.0-beta.1
Compare Source
What's Changed
skipDefaultNodeGroup
is enabled by @flostadler in https://github.com/pulumi/pulumi-eks/pull/1411Full Changelog: v3.0.0-alpha.8...v3.0.0-beta.1
v3.0.0-alpha.8
Compare Source
What's Changed
Full Changelog: v3.0.0-alpha.7...v3.0.0-alpha.8
v3.0.0-alpha.7
Compare Source
pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v4)
v4.18.3
Compare Source
Fixed
Objects created on clusters older than 1.18 will no longer see a
before-first-apply
conflict when Pulumi performs a server-side apply for the first time. (https://github.com/pulumi/pulumi-kubernetes/pull/3275)The provider's user agent is now set correctly when communicating with the Kubernetes API server. (https://github.com/pulumi/pulumi-kubernetes/issues/3267)
v4.18.2
Compare Source
Fixed
address potential "pulumi.runtime.invokeOutput is not a function"
ehttps://github.com/pulumi/pulumi/issues/17518es/17518)
v4.18.1
Compare Source
Added
Changed
v4.18.0
Compare Source
Added
The new
enableSecretMutable
provider configuration option treats changes toSecrets
as updates instead of replacements (similar to theenableConfigMapMutable
option).The default replacement behavior can be preserved for a particular
Secret
by setting itsimmutable
field totrue
. (https://github.com/pulumi/pulumi-kubernetes/issues/2291)A warning is now emitted if an object has finalizers which might be blocking deletion. (https://github.com/pulumi/pulumi-kubernetes/issues/1418)
EXPERIMENTAL: Generic await logic is now available as an opt-in feature. Running a program with
PULUMI_K8S_AWAIT_ALL=true
will now cause Pulumi to await readiness for all resources, including custom resources.Generic readiness is determined according to some well-known conventions (like the "Ready" condition) as determined by cli-utils.
Pulumi's current behavior, without this feature enabled, is to assume some resources are immediately available, which can cause downstream resources to fail.
Existing readiness logic is unaffected by this setting. (https://github.com/pulumi/pulumi-kubernetes/issues/2996)
EXPERIMENTAL: The
pulumi.com/waitFor
annotation was introduced to allow for custom readiness checks. This override Pulumi's own await logic for the resource (however thepulumi.com/skipAwait
annotation still takes precedence).The value of this annotation can take 3 forms:
A string prefixed with
jsonpath=
followed by a JSONPath expression and an optional value.The JSONPath expression accepts the same syntax as
kubectl get -o jsonpath={...}
.If a value is provided, the resource is considered ready when the JSONPath expression evaluates to the same value. For example this resource expects its "phase" field to have a value of "Running":
If a value is not provided, the resource will be considered ready when any value exists at the given path, similar to
kubectl wait --for jsonpath=...
. This resource will wait until it has a webhook configured with a CA bundle:A string prefixed with
condition=
followed by the type of the condition and an optional status. This matches the behavior ofkubectl wait --for=condition=...
and will wait until the resource has a matching condition. The expected status defaults to "True" if not specified.A string containing a JSON array of multiple
jsonpath=
andcondition=
expressions.Pulumi will now emit logs for any Kubernetes "Warning" Events associated with resources being created, updated or deleted. (https://github.com/pulumi/pulumi-kubernetes/pull/3135/files)
Fixed
The
immutable
field is now respected forConfigMaps
when the provider is configured withenableConfigMapMutable
.https://github.com/pulumi/pulumi-kubernetes/issues/31813181)
Fixed a panic that could occur during deletion. (https://github.com/pulumi/pulumi-kubernetes/issues/3157)
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
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)
v3.140.0
Compare Source
3.140.0 (2024-11-19)
Features
[pkg] Reject schemas with duplicate paths across resources and functions
#17797
[auto/go] Add --config-file functionality to Go Automation API preview, update, refresh, and destroy
#17774
Bug Fixes
[cli/plugin] Workaround for escape codes in output from .NET 9
#17783
[sdk/python] Fix merging InvokeOptions.version
#17750
v3.139.0
Compare Source
3.139.0 (2024-11-14)
Features
[pkg] Allow generating docs in parallel
#17711
[programgen] Allow specifying mutually dependant components in PCL
[programgen/{dotnet,go,nodejs,python}] Support generating invokes options from PCL for invokes
#17696
[sdk/nodejs] Allow accessing configuration in Node.js dynamic providers
#17697
[sdk/nodejs] Implement RunPlugin for the NodeJS language runtime
#17724
[sdk/nodejs] Support parameterization for TypeScript providers
#17738
[sdk/python] Add Uv as a Python toolchain
#17609
[sdk/python] Allow accessing configuration in Python dynamic providers
#17673
Bug Fixes
[engine] Make plugin downloads/installation cancellable
#17621
[engine] Fix frequent retries on 403 errors when the update token expires
#17714
[engine] Don't copy deleted dependencies of untargeted resources
#17743
[engine] Support renaming providers in targeted operations
#17746
[engine] Pass correct working directory to RunPlugin
#17763
[programgen] Allow PCL function element to take a dynamic expression as input in non-strict mode
#17587
[sdk/nodejs] Fix pnpm pack for pnpm@9.13
#17766
[sdk/python] Log a message about deleting requirements.txt when converting to using Poetry
#17716
[sdk/python] Fix an exception in automation api when reading
whoami
results.#17770
Miscellaneous
#17768
pulumi/actions (pulumi/actions)
v6
Compare Source
Configuration
📅 Schedule: Branch creation - "before 6pm" (UTC), Automerge - "before 4am on Monday" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.