Skip to content

Commit

Permalink
Prep v0.40.0 (#707)
Browse files Browse the repository at this point in the history
* Prep v0.40.0

* Skip one test
  • Loading branch information
viveklak authored May 14, 2022
1 parent 520718c commit 9c54837
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Unreleased
(None)

## 0.40.0 (Released May 13, 2022)
- Add enableIpv6 option to clusters
[#695](https://github.com/pulumi/pulumi-eks/pull/695)
This change upgrades amazon-vpc-cni-k8s to v1.11.
Expand Down
1 change: 1 addition & 0 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ func TestAccScopedKubeconfig(t *testing.T) {
}

func TestAccAwsProfile(t *testing.T) {
t.Skip("Temporarily skipping, see https://github.com/pulumi/pulumi-eks/issues/697")
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "aws-profile"),
Expand Down

0 comments on commit 9c54837

Please sign in to comment.