Commit Graph

1552 Commits (2b25efdb3299f1e47a0a6168974c6cae0e195d3c)

Author SHA1 Message Date
argoproj-renovate[bot] 2b25efdb32
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v38.59.2 (#2906) 2024-08-31 21:39:56 -05:00
dependabot[bot] cd8245716a
chore(deps): bump the dependencies group with 4 updates (#2905)
Bumps the dependencies group with 4 updates: [actions/setup-python](https://github.com/actions/setup-python), [pascalgn/size-label-action](https://github.com/pascalgn/size-label-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](39cd14951b...f677139bbe)

Updates `pascalgn/size-label-action` from 0.5.2 to 0.5.4
- [Release notes](https://github.com/pascalgn/size-label-action/releases)
- [Commits](bbbaa0d5cc...be08a2d5f8)

Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](834a144ee9...50769540e7)

Updates `github/codeql-action` from 3.26.5 to 3.26.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2c779ab0d0...4dd16135b6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pascalgn/size-label-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
2024-08-31 20:06:33 +09:00
Gazal 2df52cba0e
feat(argo-rollouts): add loadBalancerClass field for Service resource (#2772)
Most users of ArgoCD may use `Ingress` (and soon `HTTPRoute`), but for those who may want to use `Service` of type `LoadBalancer`, this would be useful.
The `loadBalancerClass` field would allow for a `CloudProvider` agnostic way of offloading the reconciliation for Kubernetes Service resources of type `LoadBalancer` to an external controller.

Signed-off-by: Gazal Gafoor <gazal.gafoor@rea-group.com>
Signed-off-by: Gazal <gazal.gafoor@rea-group.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-08-31 11:12:52 +01:00
Andreas Kappler 777f5410c5
chore(argo-cd): bump redis-ha (#2900)
Signed-off-by: a-hat <github@andreaskappler.de>
2024-08-28 16:27:07 +01:00
argoproj-renovate[bot] 466dd69355
chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.3 (#2897)
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2024-08-27 14:30:18 +01:00
Yuki Kitakata 66615c347a
chore(argo-cd): Support string type of "true" for `statusbadge.enabled` (#2895)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-08-27 09:48:42 +01:00
argoproj-renovate[bot] 991579f324
chore(deps): update renovatebot/github-action action to v40.2.7 (#2896) 2024-08-25 23:29:05 -05:00
dependabot[bot] 0c27d8d946
chore(deps): bump github/codeql-action from 3.26.2 to 3.26.5 in the dependencies group (#2894) 2024-08-24 17:15:27 -05:00
argoproj-renovate[bot] e49123cdf4
chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.2 (#2893)
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2024-08-23 09:51:01 +01:00
Brian Dunnigan 8c0b686895
feat(argo-workflows): Added support for setting annotations on argo workflows controller configmap (#2889) 2024-08-20 20:07:05 +01:00
dependabot[bot] d1f5d50dcd
chore(deps): bump github/codeql-action from 3.26.0 to 3.26.2 in the dependencies group (#2886)
chore(deps): bump github/codeql-action in the dependencies group

Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).


Updates `github/codeql-action` from 3.26.0 to 3.26.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](eb055d739a...429e197704)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-17 13:14:54 +02:00
Petr Drastil 243dc286a7
chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.1 (#2885)
* chore(argo-cd): Update dependency argoproj/argo-cd to v2.12.1

* Add missing permissions

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

---------

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2024-08-16 22:36:35 +01:00
argoproj-renovate[bot] 51e1e5b735
chore(argo-rollouts): Update dependency argoproj/argo-rollouts to v1.7.2 (#2880) 2024-08-14 17:31:12 +09:00
argoproj-renovate[bot] f4101a7947
chore(deps): update renovatebot/github-action action to v40.2.6 (#2876) 2024-08-12 11:03:09 -05:00
1102 96320b6486
feat(argo-cd): Update Notification Liveness/Readiness Probes (#2872) 2024-08-12 17:28:21 +02:00
Aikawa 4f4fb956d3
fix(argo-rollouts): Align permissions for controller's ClusterRole / Role (#2830)
* fix(argo-rollouts): Align permissions for controller's ClusterRole / Role

Signed-off-by: yu-croco <yu.croco@gmail.com>

* fix(argo-rollouts): correct typo

Signed-off-by: yu-croco <yu.croco@gmail.com>

---------

Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-08-12 10:58:01 +02:00
dependabot[bot] a7e5915b21
chore(deps): bump the dependencies group with 2 updates (#2871) 2024-08-10 12:43:15 +02:00
Aikawa 817182bdb0
fix(argo-cd): Fix Redis race condition due to optional REDIS_PASSWORD (#2839)
Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-08-08 16:02:08 +01:00
Johannes Kleinlercher 2251079c26
fix(argo-cd): Set TTL on redis-secret-init Job (#2861)
* feat: set ttlsecondsafterfinished to prevent stuck during sync when managed by argocd

Signed-off-by: Johannes Kleinlercher <johannes@kleinlercher.at>

* fix: increased version and added changelig

Signed-off-by: Johannes Kleinlercher <johannes.kleinlercher@suxess-it.com>

* chore: Apply suggestions from code review

Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>

---------

Signed-off-by: Johannes Kleinlercher <johannes@kleinlercher.at>
Signed-off-by: Johannes Kleinlercher <johannes.kleinlercher@suxess-it.com>
Signed-off-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
Co-authored-by: Marco Maurer (-Kilchhofer) <mkilchhofer@users.noreply.github.com>
2024-08-06 11:14:17 +01:00
Petr Drastil 97a3db19cf
feat(argo-cd): Upgrade to Argo CD 2.12.0 (#2820) 2024-08-05 17:21:48 +02:00
argoproj-renovate[bot] c2ba09055c
chore(deps): update renovatebot/github-action action to v40.2.5 (#2862)
Co-authored-by: argoproj-renovate[bot] <161757507+argoproj-renovate[bot]@users.noreply.github.com>
2024-08-05 05:43:54 -05:00
dependabot[bot] feff5aeea0
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the dependencies group (#2860) 2024-08-03 14:29:55 +02:00
Aljoscha Pörtner b5fcbe23c8
fix(argo-workflows): avoid empty namespace in role binding when singleNamespace is true (#2858)
Signed-off-by: Aljoscha Poertner <aljoscha.poertner@hellmann.com>
2024-08-02 11:42:36 +01:00
argoproj-renovate[bot] d89333a6b8
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v38 (#2855) 2024-08-01 13:42:22 +02:00
argoproj-renovate[bot] 67c720d23f
chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.5.10 (#2856)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-08-01 16:18:41 +09:00
argoproj-renovate[bot] 3fb3397d96
chore(argo-workflows): Update dependency argoproj/argo-workflows to v3.5.9 (#2852)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-30 16:39:06 +09:00
argoproj-renovate[bot] 3ecc30aa15
chore(deps): update renovatebot/github-action action to v40.2.4 (#2851)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-30 13:18:01 +09:00
Roland Kool 87e6dd9b63
chore(argo-rollouts): add option to disable creation of notifications configmap (#2849)
* chore(argo-rollouts): add option to disable creation of notifications configmap

This allows for using the upstream notifications configmap from
https://github.com/argoproj/argo-rollouts/blob/master/manifests/notifications-install.yaml

Signed-off-by: Roland Kool <rkool@bol.com>

* chore: update changelog

Signed-off-by: Roland Kool <rkool@bol.com>

* chore: fix chart version bump

Signed-off-by: Roland Kool <rkool@bol.com>

---------

Signed-off-by: Roland Kool <rkool@bol.com>
Co-authored-by: Aikawa <yu.croco@gmail.com>
2024-07-29 09:25:24 +02:00
dependabot[bot] 89bc396b55
chore(deps): bump the dependencies group with 3 updates (#2850) 2024-07-27 08:16:48 -05:00
argoproj-renovate[bot] 511d0d0adc
chore(argo-cd): Update dependency argoproj/argo-cd to v2.11.7 (#2845)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-24 12:44:35 +01:00
argoproj-renovate[bot] d32e6b537c
chore(argo-cd): Update dependency argoproj/argo-cd to v2.11.6 (#2843)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-22 18:14:22 +01:00
argoproj-renovate[bot] b4151e94ba
chore(deps): update renovatebot/github-action action to v40.2.3 (#2842)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-22 13:33:43 +02:00
dependabot[bot] 211bd44603
chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the dependencies group (#2838) 2024-07-21 22:03:46 +02:00
Aikawa be36117924
docs(argo-cd): Add Changelog for v7.0.0 (#2835)
chore(argo-cd): Add Changelog for v7.0.0

Signed-off-by: yu-croco <yu.croco@gmail.com>
2024-07-19 11:22:48 +01:00
Filipe 809351a3fb
fix(argo-cd): Missing Redis sentinel variables in app controller deployment (#2806) 2024-07-18 08:52:38 +09:00
argoproj-renovate[bot] 2285578bba
chore(argo-cd): Update dependency argoproj/argo-cd to v2.11.5 (#2832)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-16 10:16:44 +09:00
dependabot[bot] 94b270ad18
chore(deps): bump the dependencies group with 2 updates (#2829) 2024-07-13 15:01:55 +02:00
Marco Maurer (-Kilchhofer) 2653aef414
fix(argo-cd): Address inconsistent redis-secret-init SA handling (#2823)
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2024-07-12 08:04:45 +09:00
Marco Maurer (-Kilchhofer) 79e32424d6
fix(argo-cd): Address oversights of feature `namespaceOverride` (#2821)
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
2024-07-10 22:01:05 +01:00
argoproj-renovate[bot] ea28da27d1
chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.14.0 (#2809)
* chore(argocd-image-updater): Update dependency argoproj-labs/argocd-image-updater to v0.14.0

* feat(argocd-image-updater): upgrade as following upstream

Signed-off-by: yu-croco <yu.croco@gmail.com>

* feat(argocd-image-updater): configure gitCommitSigningKey and gitCommitSignOff

Signed-off-by: yu-croco <yu.croco@gmail.com>

* fix(argocd-image-updater): add missing attribute

Signed-off-by: yu-croco <yu.croco@gmail.com>

---------

Signed-off-by: yu-croco <yu.croco@gmail.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: yu-croco <yu.croco@gmail.com>
2024-07-09 22:31:36 +01:00
argoproj-renovate[bot] 6dab549268
chore(deps): update renovatebot/github-action action to v40.2.2 (#2815) 2024-07-08 19:31:47 -05:00
argoproj-renovate[bot] f9b619dc6a
chore(deps): update renovatebot/github-action action to v40.2.1 (#2811)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-08 19:55:39 +02:00
dependabot[bot] 5098495468
chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the dependencies group (#2808) 2024-07-07 07:43:25 -05:00
argoproj-renovate[bot] de281eca6e
chore(argo-cd): Update dependency argoproj/argo-cd to v2.11.4 (#2805)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2024-07-02 21:43:28 +01:00
argoproj-renovate[bot] 5e862ea63b
chore(deps): update renovatebot/github-action action to v40.2.0 (#2804) 2024-07-02 11:23:41 -05:00
argoproj-renovate[bot] 080e79078c
chore(deps): update actions/create-github-app-token action to v1.10.3 (#2803) 2024-07-01 23:21:48 +02:00
Kaswob 475d7e724d
fix(argo-rollouts): Add traefik.io api group (#2703)
Add traefik.io (which is the only supported apiGroup for traefik >3.0)
to clusterrole and role of argo-rollouts chart

Signed-off-by: Kamil Swoboda <kswoboda@getresponse.com>
Signed-off-by: Kaswob <44066982+Kaswob@users.noreply.github.com>
2024-07-01 11:02:14 +01:00
argoproj-renovate[bot] 24275df2aa
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v37.421.4 (#2802) 2024-07-01 02:18:40 -05:00
dependabot[bot] 80e6e6bebd
chore(deps): bump the dependencies group with 2 updates (#2801) 2024-06-29 07:43:46 -05:00
shlomi tubul 9cefbb3daf
fix(argo-cd): Make REDIS_PASSWORD environment variables optional always (#2800) 2024-06-29 06:52:17 +09:00