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

Dependabot Updates combined into one testable PR. #2318

Merged
merged 5 commits into from
Feb 17, 2023

Conversation

rshade
Copy link
Contributor

@rshade rshade commented Feb 16, 2023

Proposed changes

Dependabot Updates combined into one testable PR.

Related issues (optional)

@squaremo squaremo added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Feb 16, 2023
@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@rshade
Copy link
Contributor Author

rshade commented Feb 16, 2023

I am not sure why this would cause the following dotnet issue?

Diagnostics:
  pulumi:pulumi:Stack (basic_dotnet_kubernetes-p-it-fv-az412-3-basic-621902f1):
    error: update failed

  kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinition (crd):
    warning: apiextensions.k8s.io/v1beta1/CustomResourceDefinition is deprecated by apiextensions.k8s.io/v1/CustomResourceDefinition and not supported by Kubernetes v1.22+ clusters.
    error: resource crontabs.stable.example.com was not successfully created by the Kubernetes API server : customresourcedefinitions.apiextensions.k8s.io "crontabs.stable.example.com" already exists
    ```

@rshade
Copy link
Contributor Author

rshade commented Feb 16, 2023

make test_all throws this:

Diagnostics:
  pulumi:pulumi:Stack (crd-tests-p-it-laptop-8f1-step1-e0b22528):
    error: update failed

  kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinition (foobar):
    warning: apiVersion "apiextensions.k8s.io/v1beta1/CustomResourceDefinition" was removed in Kubernetes 1.22. Use "apiextensions.k8s.io/v1/CustomResourceDefinition" instead.
    error: resource foobars.stable.example.com was not successfully created by the Kubernetes API server : apiVersion "apiextensions.k8s.io/v1beta1/CustomResourceDefinition" was removed in Kubernetes 1.22. Use "apiextensions.k8s.io/v1/CustomResourceDefinition" instead.

  kubernetes:stable.example.com/v1:FooBar (my-new-foobar-object):
    error: creation of resource test-namespace-f5656273/my-new-foobar-object failed because the Kubernetes API server reported that the apiVersion for this resource does not exist. Verify that any required CRDs have been created: no matches for kind "FooBar" in version "stable.example.com/v1"```

@rshade
Copy link
Contributor Author

rshade commented Feb 16, 2023

@lblackstone @squaremo Any ideas? Do I need to update those tests? I wouldn't think those libraries would cause these test failures.

@lblackstone
Copy link
Member

https://cloud.google.com/kubernetes-engine/docs/release-notes#February_10_2023

@squaremo It looks like GKE just removed support for v1.21 clusters, so these tests will need to be updated.

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

dependabot bot and others added 5 commits February 16, 2023 18:08
…der (#2314)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.15 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.6.15...v1.6.18)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@lblackstone lblackstone enabled auto-merge (squash) February 17, 2023 01:13
@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@lblackstone lblackstone merged commit 3157468 into master Feb 17, 2023
@lblackstone lblackstone deleted the rshade/dependabot-updates branch February 17, 2023 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

3 participants