From 4fbf7aa708512d67c0d30f326a20dbbfff5e6f65 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Fri, 6 Dec 2024 20:10:53 +0530 Subject: [PATCH 01/10] feat: git-operator release-0.13.4 --- .env | 2 +- licenses.d2iq.yaml | 4 ++-- services/git-operator/0.1.2/git-operator-manifests/all.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 73227e788..e46dc4bdd 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -GIT_OPERATOR_VERSION="v0.13.3" +GIT_OPERATOR_VERSION="v0.13.4" diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 6ab16ba19..f6aef96a8 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -146,11 +146,11 @@ resources: sources: - ref: ${image_tag} url: https://github.com/mesosphere/dkp-insights - - container_image: docker.io/mesosphere/git-operator:v0.13.3 + - container_image: docker.io/mesosphere/git-operator:v0.13.4 sources: - ref: ${image_tag} url: https://github.com/mesosphere/git-operator - - container_image: docker.io/mesosphere/gitwebserver:v0.13.3 + - container_image: docker.io/mesosphere/gitwebserver:v0.13.4 sources: - ref: ${image_tag} url: https://github.com/mesosphere/git-operator diff --git a/services/git-operator/0.1.2/git-operator-manifests/all.yaml b/services/git-operator/0.1.2/git-operator-manifests/all.yaml index 872b65304..67b17b30e 100644 --- a/services/git-operator/0.1.2/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.2/git-operator-manifests/all.yaml @@ -875,7 +875,7 @@ spec: - --metrics-bind-address=127.0.0.1:8080 - --leader-elect - --namespace=${NAMESPACE:=git-operator-system} - image: docker.io/mesosphere/git-operator:v0.13.3 + image: docker.io/mesosphere/git-operator:v0.13.4 livenessProbe: httpGet: path: /healthz @@ -979,7 +979,7 @@ spec: - env: - name: GIT_VOLUME_PATH value: /volumes/git - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent livenessProbe: initialDelaySeconds: 3 From ee4e21ba6dfe946525c291990885e286e7cc9532 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Fri, 6 Dec 2024 20:19:55 +0530 Subject: [PATCH 02/10] feat: git-operator release-0.13.4 --- .../git-operator/{0.1.2 => 0.1.3}/defaults/kustomization.yaml | 0 .../{0.1.2 => 0.1.3}/git-operator-manifests/all.yaml | 2 +- .../{0.1.2 => 0.1.3}/git-operator-manifests/kustomization.yaml | 0 services/git-operator/{0.1.2 => 0.1.3}/ingress.yaml | 0 services/git-operator/{0.1.2 => 0.1.3}/kustomization.yaml | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename services/git-operator/{0.1.2 => 0.1.3}/defaults/kustomization.yaml (100%) rename services/git-operator/{0.1.2 => 0.1.3}/git-operator-manifests/all.yaml (99%) rename services/git-operator/{0.1.2 => 0.1.3}/git-operator-manifests/kustomization.yaml (100%) rename services/git-operator/{0.1.2 => 0.1.3}/ingress.yaml (100%) rename services/git-operator/{0.1.2 => 0.1.3}/kustomization.yaml (100%) diff --git a/services/git-operator/0.1.2/defaults/kustomization.yaml b/services/git-operator/0.1.3/defaults/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/defaults/kustomization.yaml rename to services/git-operator/0.1.3/defaults/kustomization.yaml diff --git a/services/git-operator/0.1.2/git-operator-manifests/all.yaml b/services/git-operator/0.1.3/git-operator-manifests/all.yaml similarity index 99% rename from services/git-operator/0.1.2/git-operator-manifests/all.yaml rename to services/git-operator/0.1.3/git-operator-manifests/all.yaml index 67b17b30e..6b67f4acd 100644 --- a/services/git-operator/0.1.2/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.3/git-operator-manifests/all.yaml @@ -1061,7 +1061,7 @@ spec: env: - name: ADMIN_REPO_PATH value: /volumes/admin/admin.git - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent name: init-admin-repo securityContext: diff --git a/services/git-operator/0.1.2/git-operator-manifests/kustomization.yaml b/services/git-operator/0.1.3/git-operator-manifests/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/git-operator-manifests/kustomization.yaml rename to services/git-operator/0.1.3/git-operator-manifests/kustomization.yaml diff --git a/services/git-operator/0.1.2/ingress.yaml b/services/git-operator/0.1.3/ingress.yaml similarity index 100% rename from services/git-operator/0.1.2/ingress.yaml rename to services/git-operator/0.1.3/ingress.yaml diff --git a/services/git-operator/0.1.2/kustomization.yaml b/services/git-operator/0.1.3/kustomization.yaml similarity index 100% rename from services/git-operator/0.1.2/kustomization.yaml rename to services/git-operator/0.1.3/kustomization.yaml From 286d81184981c9135ed9023df0890aeccb4caa25 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 20:26:15 +0530 Subject: [PATCH 03/10] feat: git-operator release-0.13.4 --- services/git-operator/0.1.3/git-operator-manifests/all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/git-operator/0.1.3/git-operator-manifests/all.yaml b/services/git-operator/0.1.3/git-operator-manifests/all.yaml index 6b67f4acd..7bc25b9d5 100644 --- a/services/git-operator/0.1.3/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.3/git-operator-manifests/all.yaml @@ -852,7 +852,7 @@ spec: - --upstream=http://127.0.0.1:8080/ - --logtostderr=true - --v=0 - image: quay.io/brancz/kube-rbac-proxy:v0.18.1 + image: quay.io/brancz/kube-rbac-proxy:v0.18.2 name: kube-rbac-proxy ports: - containerPort: 8443 @@ -1019,7 +1019,7 @@ spec: - /volumes/admin-tmp/snapshots - --snapshot-symlink - /volumes/admin-tmp/active-snapshot - image: docker.io/mesosphere/gitwebserver:v0.13.3 + image: docker.io/mesosphere/gitwebserver:v0.13.4 imagePullPolicy: IfNotPresent livenessProbe: httpGet: From fc4630ddd252fd13889970bf992261f57ce923c0 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 20:36:45 +0530 Subject: [PATCH 04/10] feat: git-operator release-0.13.4 --- licenses.d2iq.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index f6aef96a8..f866102ae 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -298,7 +298,7 @@ resources: - license_path: LICENSE ref: knative-${image_tag} url: https://github.com/knative-extensions/net-istio - - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1 + - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.2 sources: - license_path: LICENSE ref: ${image_tag} From 229ca85d3ceb620b9089ed3f15831ed7c4b94c10 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 20:47:18 +0530 Subject: [PATCH 05/10] feat: git-operator release-0.13.4 --- services/dex/2.14.0/defaults/cm.yaml | 2 +- .../65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/dex/2.14.0/defaults/cm.yaml b/services/dex/2.14.0/defaults/cm.yaml index ff050af56..b9531ef79 100644 --- a/services/dex/2.14.0/defaults/cm.yaml +++ b/services/dex/2.14.0/defaults/cm.yaml @@ -108,7 +108,7 @@ data: proxy: image: repository: quay.io/brancz/kube-rbac-proxy - tag: v0.18.1 + tag: v0.18.2 pullPolicy: IfNotPresent resources: {} manager: diff --git a/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml b/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml index 3bade7df8..07bfd12a6 100644 --- a/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml +++ b/services/kube-prometheus-stack/65.5.0/etcd-metrics-proxy/kube-rbac-proxy.yaml @@ -91,7 +91,7 @@ spec: mountPath: /etc/kube-rbac-proxy/etcd containers: - name: kube-rbac-proxy - image: quay.io/brancz/kube-rbac-proxy:v0.18.1 + image: quay.io/brancz/kube-rbac-proxy:v0.18.2 args: - "--secure-listen-address=0.0.0.0:8443" - "--tls-cert-file=/etc/kube-rbac-proxy/tls/tls.crt" From e44c2d7cfa3ba1a29cdf79ba2e5b41e976fe98d1 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 20:53:33 +0530 Subject: [PATCH 06/10] feat: git-operator release-0.13.4 --- services/kube-prometheus-stack/65.5.0/defaults/cm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml b/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml index ec26f1123..52d61db6a 100644 --- a/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml +++ b/services/kube-prometheus-stack/65.5.0/defaults/cm.yaml @@ -465,7 +465,7 @@ data: kubeRBACProxy: enabled: true image: - tag: v0.18.1 + tag: v0.18.2 prometheus: monitor: scheme: https From 90a77c88ec451f187b892afe1d86d2fcaf06826c Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 22:27:09 +0530 Subject: [PATCH 07/10] feat: git-operator release-0.13.4 --- licenses.d2iq.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index f866102ae..c4976de19 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -298,7 +298,12 @@ resources: - license_path: LICENSE ref: knative-${image_tag} url: https://github.com/knative-extensions/net-istio - - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.2 + - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.1 + sources: + - license_path: LICENSE + ref: ${image_tag} + url: https://github.com/brancz/kube-rbac-proxy + - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.2 sources: - license_path: LICENSE ref: ${image_tag} From 333d9d743f8fe28b67b671234ba05bee1de6dd12 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 23:38:02 +0530 Subject: [PATCH 08/10] feat: git-operator release-0.13.4 --- licenses.d2iq.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index c4976de19..eb7a7267e 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -303,7 +303,7 @@ resources: - license_path: LICENSE ref: ${image_tag} url: https://github.com/brancz/kube-rbac-proxy - - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.2 + - container_image: quay.io/brancz/kube-rbac-proxy:v0.18.2 sources: - license_path: LICENSE ref: ${image_tag} From 259ab73696f2ef51a4a675fca25b3dcde39656c6 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 23:54:26 +0530 Subject: [PATCH 09/10] feat: git-operator release-0.13.4 --- .../0.1.3/git-operator-manifests/all.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/services/git-operator/0.1.3/git-operator-manifests/all.yaml b/services/git-operator/0.1.3/git-operator-manifests/all.yaml index 7bc25b9d5..99be5f8a9 100644 --- a/services/git-operator/0.1.3/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.3/git-operator-manifests/all.yaml @@ -847,6 +847,29 @@ spec: control-plane: git-operator-controller-manager spec: containers: + - args: + - --secure-listen-address=0.0.0.0:8443 + - --upstream=http://127.0.0.1:8080/ + - --logtostderr=true + - --v=0 + image: quay.io/brancz/kube-rbac-proxy:v0.18.1 + name: kube-rbac-proxy + ports: + - containerPort: 8443 + name: https + protocol: TCP + resources: + limits: + cpu: 500m + memory: 128Mi + requests: + cpu: 5m + memory: 64Mi + securityContext: + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL - args: - --secure-listen-address=0.0.0.0:8443 - --upstream=http://127.0.0.1:8080/ From 84629e00c36b77d6861d367462c34a39184fdcb7 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 23:58:57 +0530 Subject: [PATCH 10/10] feat: git-operator release-0.13.4 --- .../0.1.3/git-operator-manifests/all.yaml | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/services/git-operator/0.1.3/git-operator-manifests/all.yaml b/services/git-operator/0.1.3/git-operator-manifests/all.yaml index 99be5f8a9..7bc25b9d5 100644 --- a/services/git-operator/0.1.3/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.3/git-operator-manifests/all.yaml @@ -847,29 +847,6 @@ spec: control-plane: git-operator-controller-manager spec: containers: - - args: - - --secure-listen-address=0.0.0.0:8443 - - --upstream=http://127.0.0.1:8080/ - - --logtostderr=true - - --v=0 - image: quay.io/brancz/kube-rbac-proxy:v0.18.1 - name: kube-rbac-proxy - ports: - - containerPort: 8443 - name: https - protocol: TCP - resources: - limits: - cpu: 500m - memory: 128Mi - requests: - cpu: 5m - memory: 64Mi - securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL - args: - --secure-listen-address=0.0.0.0:8443 - --upstream=http://127.0.0.1:8080/