Skip to content

Commit

Permalink
up: update k8s api to 1.28.3 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir authored Oct 30, 2023
1 parent 4f846d7 commit 62802d3
Show file tree
Hide file tree
Showing 13 changed files with 152 additions and 131 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
image: ubuntu-2204:2023.07.2
environment: &versions
# https://github.com/kubernetes/kubernetes/releases
KUBECTL_VERSION: v1.28.2
KUBECTL_VERSION: v1.28.3
# https://hub.docker.com/r/rancher/k3s/tags
K3S_VERSION: v1.28.1-k3s1
K3S_VERSION: v1.28.2-k3s1
# https://github.com/rancher/k3d/releases
K3D_VERSION: v5.6.0
# https://github.com/helm/helm/releases
Expand All @@ -28,7 +28,7 @@ jobs:
# https://github.com/mozilla/sops/releases
SOPS_VERSION: v3.8.1
# https://github.com/kubernetes-sigs/kustomize/releases
KUSTOMIZE_VERSION: v5.1.1
KUSTOMIZE_VERSION: v5.2.1
# https://github.com/helm-unittest/helm-unittest/releases
HELM_UNITTEST_VERSION: 0.3.5
# https://github.com/instrumenta/kubeval/releases
Expand Down
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ golang 1.21.3
# https://github.com/mozilla/sops/releases
sops 3.8.1
# https://github.com/kubernetes-sigs/kustomize/releases
kustomize 5.1.1
kustomize 5.2.1
# 5.0.3
# https://github.com/rancher/k3d/releases
k3d 5.6.0
# https://github.com/kubernetes/kubernetes/releases
kubectl 1.28.2
kubectl 1.28.3
# https://github.com/helm/helm/releases
helm 3.13.1
# https://github.com/norwoodj/helm-docs/releases
Expand All @@ -21,4 +21,4 @@ kubeval v0.16.1
# https://github.com/git-chglog/git-chglog/releases
git-chglog 0.15.4
# https://github.com/golangci/golangci-lint/releases
golangci-lint 1.54.2
golangci-lint 1.55.1
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# UPDATE_HERE
GO := GOPROXY=https://proxy.golang.org go
SOPS_SEC_OPERATOR_VERSION := 0.11.1
SOPS_SEC_OPERATOR_VERSION := 0.11.2

# https://github.com/kubernetes-sigs/controller-tools/releases
CONTROLLER_GEN_VERSION := "v0.13.0"
# https://github.com/kubernetes-sigs/controller-runtime/releases
CONTROLLER_RUNTIME_VERSION := "v0.16.2"
CONTROLLER_RUNTIME_VERSION := "v0.16.3"
# https://github.com/kubernetes-sigs/kustomize/releases
KUSTOMIZE_VERSION := "v5.1.1"
KUSTOMIZE_VERSION := "v5.2.1"
# use `setup-envtest list` to obtain the list of available versions
# until fixed, can't use newer version, see:
# https://github.com/kubernetes-sigs/controller-runtime/issues/1571
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ encrypted files stored in `git` repository.

| Kubernetes | Sops | Chart | Operator |
|---|---|---|---|
| v1.28.x | v3.8.1 | 0.17.1 | 0.11.1 |
| v1.28.x | v3.8.1 | 0.17.2 | 0.11.2 |
| v1.27.x | v3.7.3 | 0.15.5 | 0.9.5 |
| v1.26.x | v3.7.3 | 0.14.2 | 0.8.2 |
| v1.25.x | v3.7.3 | 0.12.5 | 0.6.4 |
Expand Down
4 changes: 2 additions & 2 deletions chart/helm3/sops-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
# UPDATE_HERE
version: 0.17.1
appVersion: 0.11.1
version: 0.17.2
appVersion: 0.11.2
type: application
description: Helm chart deploys sops-secrets-operator
name: sops-secrets-operator
Expand Down
2 changes: 1 addition & 1 deletion chart/helm3/sops-secrets-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHART_NAME?=$(shell cat Chart.yaml | awk 'BEGIN { FS=": " } $$0~/^name:/ { gsub(
VERSION_TAG?=$(shell cat Chart.yaml | awk 'BEGIN { FS=": " } $$0~/^version/ { gsub(/['\'',]/, ""); print $$2; }')

# UPDATE_HERE
K8S_VERSION := "1.28.2"
K8S_VERSION := "1.28.3"

SHELL=/bin/bash

Expand Down
2 changes: 1 addition & 1 deletion chart/helm3/sops-secrets-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The following table lists the configurable parameters of the Sops-secrets-operat
| healthProbes.readiness | object | `{"initialDelaySeconds":5,"periodSeconds":10}` | Readiness probe configuration |
| image.pullPolicy | string | `"Always"` | Operator image pull policy |
| image.repository | string | `"isindir/sops-secrets-operator"` | Operator image name |
| image.tag | string | `"0.11.1"` | Operator image tag |
| image.tag | string | `"0.11.2"` | Operator image tag |
| imagePullSecrets | list | `[]` | Secrets to pull image from private docker repository |
| initImage.pullPolicy | string | `"Always"` | Init container image pull policy |
| initImage.repository | string | `"ubuntu"` | Init container image name |
Expand Down
6 changes: 3 additions & 3 deletions chart/helm3/sops-secrets-operator/tests/operator_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ tests:
app.kubernetes.io/instance: sops
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: sops-secrets-operator
app.kubernetes.io/version: 0.11.1
helm.sh/chart: sops-secrets-operator-0.17.1
app.kubernetes.io/version: 0.11.2
helm.sh/chart: sops-secrets-operator-0.17.2

# custom name
- it: should correctly render custome name
Expand Down Expand Up @@ -170,7 +170,7 @@ tests:
# UPDATE_HERE
- equal:
path: spec.template.spec.containers[0].image
value: isindir/sops-secrets-operator:0.11.1
value: isindir/sops-secrets-operator:0.11.2
- equal:
path: spec.template.spec.containers[0].imagePullPolicy
value: Always
Expand Down
2 changes: 1 addition & 1 deletion chart/helm3/sops-secrets-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
# -- Operator image name
repository: isindir/sops-secrets-operator
# -- Operator image tag
tag: 0.11.1
tag: 0.11.2
# -- Operator image pull policy
pullPolicy: Always

Expand Down
Loading

0 comments on commit 62802d3

Please sign in to comment.