kudobuilder / kudo

Kubernetes Universal Declarative Operator (KUDO)
https://kudo.dev
Apache License 2.0
1.17k stars 103 forks source link

Feature/go118 dependency update #1811

Open dbarentine opened 2 years ago

dbarentine commented 2 years ago

What this PR does / why we need it:

Updates: GO - 1.18 Kuttl - 0.12.1 K8s - 0.20.2 goreleaser - 1.9.2 golangci_lint - 1.45.2

The big thing it does though, is fixes the K8s deprecation issue that prevents installation on K8s 1.22+ clusters.

Supersedes the following PRs:

1806

1805

1799

It also fixes a few issues: Fixes #1804 Fixes #1807

dbarentine commented 2 years ago

@kensipe @alenkacz @zen-dog @jbarrick-mesosphere Any possibility of getting a review/merge of this?

kensipe commented 2 years ago

@dbarentine I will look today.