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

Support Kubernetes v1.23 #92

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Support Kubernetes v1.23 #92

merged 1 commit into from
Feb 7, 2022

Conversation

peng225
Copy link
Contributor

@peng225 peng225 commented Jan 26, 2022

issue: #87

Kubernetes: 1.22, 1.21, 1.20 → 1.23, 1.22, 1.21
controller-runtime: v0.10.3→v0.11.0 (https://github.com/kubernetes-sigs/kubebuilder/blob/v3.3.0/go.mod)
sigs.k8s.io/yaml: v1.2.0 → v1.3.0 (https://github.com/kubernetes-sigs/yaml)
helm: v3.7.2 → v3.8.0 (https://github.com/helm/helm)
helm-doc: v1.6.0 → v1.7.0 (https://github.com/norwoodj/helm-docs)
ginkgo: v1.16.4→ v2.1.1 (https://github.com/onsi/ginkgo)
gomega: v1.17.0 → v1.18.0 (https://github.com/onsi/gomega)
prometheus/common: v0.26.0 → v0.28.0 (https://github.com/kubernetes/kubernetes/blob/v1.23.3/go.mod#L71-L73)
go-logr/logr: v0.4.0 → v1.2.0 (https://github.com/kubernetes-sigs/kubebuilder/blob/v3.3.0/go.mod#L30)
spf13/cobra: v1.2.1 → v1.3.0 (https://github.com/spf13/cobra/releases)
prometheus-operator/kube-prometheus: v0.9.0 → v0.10.0 (https://github.com/prometheus-operator/kube-prometheus/releases)
golang: 1.16 → 1.17 (https://github.com/golang)
python: 3.7→3.10 (https://www.python.org/downloads/)

Signed-off-by: Shinya Hayashi shinya-hayashi@cybozu.co.jp

@peng225 peng225 self-assigned this Jan 26, 2022
@project-bot project-bot bot added this to To do in Development Jan 26, 2022
@toshipp toshipp moved this from To do to In progress in Development Jan 27, 2022
@peng225 peng225 force-pushed the support_kubernetes_1.23 branch 3 times, most recently from dfaeb7b to 16d25be Compare January 27, 2022 07:53
@peng225 peng225 marked this pull request as ready for review February 4, 2022 02:25
@peng225 peng225 force-pushed the support_kubernetes_1.23 branch 3 times, most recently from 544329b to 305416f Compare February 7, 2022 04:45
Development automation moved this from In progress to Review in progress Feb 7, 2022
@@ -38,7 +38,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
python-version: 3.10
python-version: "3.10"

Copy link
Contributor Author

@peng225 peng225 Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added double quotations.

e2e/Makefile Show resolved Hide resolved
Signed-off-by: Shinya Hayashi <shinya-hayashi@cybozu.co.jp>
@peng225 peng225 merged commit 537a0ff into main Feb 7, 2022
Development automation moved this from Review in progress to Done Feb 7, 2022
@peng225 peng225 deleted the support_kubernetes_1.23 branch February 7, 2022 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants