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

Bump github.com/pulumi/pulumi-eks/sdk/v2 from 2.2.1 to 2.3.0 #789

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Bumps github.com/pulumi/pulumi-eks/sdk/v2 from 2.2.1 to 2.3.0.

Release notes

Sourced from github.com/pulumi/pulumi-eks/sdk/v2's releases.

v2.3.0

Caution

This release introduces a few changes to this provider.

  • The underlying Kubernetes provider used to interact with the aws-auth configmap is now marked to treat configmaps as mutable. This avoids the potential issue of having users being denied access to a cluster.
  • The VpcCni resource now stores the applied manifest in state. This will enable the provider to upgrade the cluster's CNI object if the provider has any CNI updates to make.
  • The cluster.kubeconfig method now returns a Kubeconfig object without any AWS Profile information. If profile information is required to be injected, please use the cluster.getKubeconfig method instead.

The changes made in this release will result in a one time update to the underlying VpcCni and configmap resources when upgrading this to version. There should not be any downtime related to this updates, and they should happen in-place.

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-eks@v2.2.1...v2.3.0

Commits
  • 1fd83da ci: always generate a changelog for GH releases (#1109)
  • e55b0c2 Expose Ip-Family for IPV6 (#1089) (#1098)
  • 449635c Allow setting custom nodeagent container images (#1094)
  • ae49c01 Fix spurious diff of marketOptions field in NodeGroup resources (#1095)
  • fc1d6f1 Defaulted aws-auth ConfigMap creation to upsert, added optional ConfigMap upd...
  • 9343929 Ensure CNI manifest is applied to cluster when the base manifest and provider...
  • 8e16403 ci: use PULUMI_BOT_TOKEN for command dispatch jobs (#1097)
  • fc90daf Do not set AWS_PROFILE env in generated kubeconfig (#1082)
  • 990aa23 Bump the go_modules group group in /examples/extra-sg-go with 2 updates (#1074)
  • cb1ba91 bless for testing
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner April 19, 2024 16:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 19, 2024
Bumps [github.com/pulumi/pulumi-eks/sdk/v2](https://github.com/pulumi/pulumi-eks) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/pulumi/pulumi-eks/releases)
- [Changelog](https://github.com/pulumi/pulumi-eks/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-eks@v2.2.1...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi-eks/sdk/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/pulumi/pulumi-eks/sdk/v2-2.3.0 branch from 813e8d9 to 6fb9c00 Compare May 13, 2024 13:12
Copy link
Contributor Author

dependabot bot commented on behalf of github May 16, 2024

Superseded by #832.

@dependabot dependabot bot closed this May 16, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pulumi/pulumi-eks/sdk/v2-2.3.0 branch May 16, 2024 16:24
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants