Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions clis/kubectl-argo-rollouts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
####################################################################################################
# Argo Rollouts UI stage
####################################################################################################
FROM registry.access.redhat.com/ubi8/nodejs-20 AS argo-rollouts-ui
FROM registry.access.redhat.com/ubi9/nodejs-20 AS argo-rollouts-ui

USER root

Expand Down Expand Up @@ -46,7 +46,7 @@ RUN NODE_ONLINE_ENV='offline' NODE_ENV='production' $YARN build
# Builder stage which performs the build of argo-rollouts-cli binaries
####################################################################################################

FROM registry.redhat.io/rhel8/go-toolset:1.25 AS builder
FROM registry.redhat.io/rhel9/go-toolset:1.25 AS builder

# Switch to root user
USER root
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN cd dist && \
# Package the binaries into the image using UBI (Universal Base Image)
####################################################################################################

FROM registry.access.redhat.com/ubi8/ubi
FROM registry.access.redhat.com/ubi9/ubi

# This directory is checked by the ecosystem-cert-preflight-checks task in Konflux
COPY LICENSE /licenses/
Expand Down
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sources:
commit: bfb60dd1d86771f486242a760d1026b0a800d42a
- path: sources/argo-cd
url: https://github.com/argoproj/argo-cd.git
ref: v3.3.2
commit: 8a3940d8db27928931f0a85ba7c636e54786bddc
ref: v3.3.4
commit: 34ccdfc3d5235b0184eb910b8ba4edcd81ef8f03
- path: sources/argo-rollouts
url: https://github.com/argoproj/argo-rollouts.git
ref: v1.8.3
Expand All @@ -44,9 +44,9 @@ sources:
ref: v3.19.4
commit: 7cfb6e486dac026202556836bb910c37d847793e
- path: sources/dex
ref: v2.43.0
ref: v2.43.1
url: https://github.com/dexidp/dex.git
commit: 8e96058e71257eb0a32e1b0a42303094dea9d8fb
commit: 6e602d3315ea09d0cdeef6b51e61f2fd4ae52502
- path: sources/git-lfs
url: https://github.com/git-lfs/git-lfs.git
ref: v3.7.1
Expand Down
2 changes: 1 addition & 1 deletion sources/argo-cd
Submodule argo-cd updated 49 files
+1 −1 VERSION
+1 −1 cmd/argocd/commands/admin/cluster_test.go
+7 −2 controller/hook.go
+55 −0 controller/hook_test.go
+3 −3 docs/operator-manual/applicationset/Generators-Cluster.md
+29 −2 docs/operator-manual/upgrading/3.2-3.3.md
+24 −2 gitops-engine/pkg/cache/cluster.go
+204 −0 gitops-engine/pkg/cache/cluster_test.go
+10 −1 gitops-engine/pkg/utils/kube/ctl.go
+96 −0 gitops-engine/pkg/utils/kube/ctl_test.go
+5 −5 go.mod
+12 −12 go.sum
+1 −0 hack/installers/checksums/git-lfs-linux-ppc64le-v3.7.1.tar.gz.sha256
+1 −0 hack/installers/checksums/git-lfs-linux-s390x-v3.7.1.tar.gz.sha256
+4 −0 hack/update-manifests.sh
+1 −1 manifests/base/commit-server/kustomization.yaml
+1 −1 manifests/base/kustomization.yaml
+6 −6 manifests/core-install-with-hydrator.yaml
+5 −5 manifests/core-install.yaml
+1 −1 manifests/core-install/kustomization.yaml
+1 −1 manifests/ha/base/kustomization.yaml
+9 −9 manifests/ha/install-with-hydrator.yaml
+8 −8 manifests/ha/install.yaml
+9 −9 manifests/ha/namespace-install-with-hydrator.yaml
+8 −8 manifests/ha/namespace-install.yaml
+9 −9 manifests/install-with-hydrator.yaml
+8 −8 manifests/install.yaml
+9 −9 manifests/namespace-install-with-hydrator.yaml
+8 −8 manifests/namespace-install.yaml
+9 −2 resource_customizations/postgresql.cnpg.io/Cluster/actions/discovery.lua
+1 −1 resource_customizations/postgresql.cnpg.io/Cluster/actions/resume/action.lua
+1 −1 resource_customizations/postgresql.cnpg.io/Cluster/actions/suspend/action.lua
+1 −1 resource_customizations/postgresql.cnpg.io/Cluster/health.lua
+1 −1 resource_customizations/postgresql.cnpg.io/Cluster/testdata/cluster_reconcile_suspended.yaml
+18 −6 resource_customizations/promoter.argoproj.io/PromotionStrategy/health.lua
+4 −0 resource_customizations/promoter.argoproj.io/PromotionStrategy/health_test.yaml
+30 −0 resource_customizations/promoter.argoproj.io/PromotionStrategy/testdata/proposed-note-dry-sha-preferred.yaml
+3 −2 server/server.go
+4 −4 test/e2e/cluster_test.go
+3 −2 test/e2e/custom_tool_test.go
+6 −10 test/e2e/fixture/versions.go
+1 −1 test/e2e/helm_test.go
+1 −2 test/e2e/kustomize_test.go
+137 −0 ui/src/app/applications/components/resource-icon.test.tsx
+7 −6 ui/src/app/applications/components/resource-icon.tsx
+8 −2 util/db/cluster.go
+17 −1 util/lua/custom_actions_test.go
+1 −1 util/oidc/oidc.go
+6 −5 util/settings/settings.go
2 changes: 1 addition & 1 deletion sources/dex
Submodule dex updated 1 files
+1 −1 Dockerfile