Skip to content

Commit 9ced4f5

Browse files
authored
Merge pull request #133 from codefresh-io/sync-2.14.9
Sync-2.14.9
2 parents f4c693b + a598c69 commit 9ced4f5

File tree

88 files changed

+5372
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+5372
-196
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Helm
30-
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
30+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
3131
with:
3232
version: v3.10.1 # Also update in publish.yaml
3333

3434
- name: Set up python
35-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
35+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3636
with:
3737
python-version: 3.9
3838

3939
- name: Setup Chart Linting
4040
id: lint
41-
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
41+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
4242
with:
4343
# Note: Also update in scripts/lint.sh
4444
version: v3.11.0

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Install Helm
26-
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
26+
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
2727
with:
2828
version: v3.10.1 # Also update in lint-and-test.yaml
2929

@@ -59,15 +59,15 @@ jobs:
5959
PGP_PASSPHRASE: "${{ secrets.PGP_PASSPHRASE }}"
6060

6161
- name: Run chart-releaser
62-
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 - currently there is a bug on 1.6.0 version, can upgrade back when it'll be solved - https://github.com/helm/chart-releaser-action/issues/171
62+
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
6363
with:
6464
config: "./.github/configs/cr.yaml"
6565
skip_packaging: true
6666
env:
6767
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6868

6969
- name: Login to GHCR
70-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
70+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
7171
with:
7272
registry: ghcr.io
7373
username: ${{ github.actor }}

.github/workflows/renovate.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Get token
19-
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
19+
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2020
id: get_token
2121
with:
2222
app-id: ${{ vars.RENOVATE_APP_ID }}
@@ -26,12 +26,13 @@ jobs:
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727

2828
- name: Self-hosted Renovate
29-
uses: renovatebot/github-action@f24426972367551f3391720e34317783a92fd32b # v41.0.8
29+
uses: renovatebot/github-action@c21017a4a2fc9f42953bcc907e375a5a544557ec # v41.0.18
3030
with:
3131
configurationFile: .github/configs/renovate-config.js
3232
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
33-
renovate-version: 39.86.4
33+
renovate-version: 39.229.0
3434
token: '${{ steps.get_token.outputs.token }}'
35+
mount-docker-socket: true
3536
env:
3637
LOG_LEVEL: 'debug'
3738
RENOVATE_REPOSITORIES: '${{ github.repository }}'

.github/workflows/scorecard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: "Run analysis"
41-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
41+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
4242
with:
4343
results_file: results.sarif
4444
results_format: sarif
4545
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
4646
# - you want to enable the Branch-Protection check on a *public* repository, or
4747
# - you are installing Scorecard on a *private* repository
4848
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
49-
repo_token: ${{ secrets.SCORECARD_TOKEN }}
49+
# repo_token: ${{ secrets.SCORECARD_TOKEN }}
5050

5151
# Public repositories:
5252
# - Publish results to OpenSSF REST API for easy access by consumers
@@ -60,14 +60,14 @@ jobs:
6060
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161
# format to the repository Actions tab.
6262
- name: "Upload artifact"
63-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
63+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
6464
with:
6565
name: SARIF file
6666
path: results.sarif
6767
retention-days: 5
6868

6969
# Upload the results to GitHub's code scanning dashboard.
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
71+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
7272
with:
7373
sarif_file: results.sarif

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for actions/stale to close stale PRs
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
17+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1818
with:
1919
repo-token: ${{ secrets.GITHUB_TOKEN }}
2020
# Number of days of inactivity before an issue becomes stale

charts/argo-cd/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: redis-ha
33
repository: https://dandydeveloper.github.io/charts/
4-
version: 4.29.4
5-
digest: sha256:1257baf1c5e0db036af659d44095223e28ac0c9ec1ed8300a02d5def2281c9c7
6-
generated: "2024-11-13T09:07:36.494128+09:00"
4+
version: 4.33.2
5+
digest: sha256:1ce334c23fe53427c771277cc7cecd4143226aba04c8a6c52513042a96e7ff5d
6+
generated: "2025-03-27T09:46:27.113833-07:00"

charts/argo-cd/Chart.yaml

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: v2.13.3-2025.3.5-50344f005
2+
appVersion: v2.14.9-2025-04-20-584fc7f3
33
kubeVersion: ">=1.25.0-0"
44
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
55
name: argo-cd
6-
version: 7.7.14-5-cap-2.13.3-2025.3.5-50344f005
6+
version: 7.8.23-1-cap-v2.14.9-2025-04-20-584fc7f3
77
home: https://github.com/argoproj/argo-helm
88
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
99
sources:
@@ -18,7 +18,7 @@ maintainers:
1818
url: https://argoproj.github.io/
1919
dependencies:
2020
- name: redis-ha
21-
version: 4.29.4
21+
version: 4.33.2
2222
repository: https://dandydeveloper.github.io/charts/
2323
condition: redis-ha.enabled
2424
annotations:
@@ -27,4 +27,52 @@ annotations:
2727
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2828
artifacthub.io/changes: |
2929
- kind: changed
30-
description: bumped argo-cd to v2.13.3-2025.3.5-50344f005 + bumped git-lfs to 3.6.1
30+
description: bumped argo-cd to v2.14.9-2025-04-20-584fc7f3
31+
- kind: fixed
32+
description: Secret for embedded Redis deployments now always uses the same name and key
33+
- kind: fixed
34+
description: Make code clearer when Redis Secret is optional
35+
- kind: fixed
36+
description: Correct oliver006/redis_exporter image tag
37+
- kind: fixed
38+
description: Moved to oliver006/redis_exporter to support multi-arch images (also for non-HA redis)
39+
- kind: fixed
40+
description: Remove quotation marks around loglevel and logformat CLI args
41+
- kind: fixed
42+
description: Fixed the log level and log format override for components "dexserver" and "notificationscontroller"
43+
- kind: deprecated
44+
description: Value `notifications.logLevel` is depreacted in favor of `configs.params."notificationscontroller.log.level"`
45+
- kind: deprecated
46+
description: Value `notifications.logFormat` is depreacted in favor of `configs.params."notificationscontroller.log.format"`
47+
- kind: deprecated
48+
description: Value `dex.logLevel` is depreacted in favor of `configs.params."dexserver.log.level"`
49+
- kind: deprecated
50+
description: Value `dex.logFormat` is depreacted in favor of `configs.params."dexserver.log.format"`
51+
- kind: changed
52+
description: Upgrade redis-ha
53+
- kind: changed
54+
description: Bump redis-exporter to 1.69.0
55+
- kind: fixed
56+
description: Fixed broken topologySpreadConstraints template in commitServer component
57+
- kind: added
58+
description: Added a comment how to pass values into argocd-cm ConfigMap
59+
- kind: added
60+
description: Support controller.sync.timeout.seconds
61+
- kind: changed
62+
description: Bump dex version to v2.42.0
63+
- kind: fixed
64+
description: Create ServiceMonitor for dex only if dex is enabled
65+
- kind: fixed
66+
description: Fixed typo in README
67+
- kind: fixed
68+
description: remove required function in $cluster_key from clusterCredentials
69+
- kind: changed
70+
description: Bump redis to 7.4.2
71+
- kind: added
72+
description: Add feature toggle to ArgoCD configmap allowing sync impersonation
73+
- kind: fixed
74+
description: Address ingress regression of PR #3081, use toString before tpl function
75+
- kind: added
76+
description: Added conditional around argocd-tls-certs-cm.yaml helm creation
77+
- kind: fixed
78+
description: Correct ingress listen-ports example

0 commit comments

Comments
 (0)