Releases: argoproj-labs/argocd-operator
Releases · argoproj-labs/argocd-operator
v0.13.0
What's Changed
- Fix appset policy for argocd controller by @robertcoltheart in #1515
- chore: upgrade argocd to 1.12.3 by @saumeya in #1524
- docs: update documentation for init and sidecar containers support by @iam-veeramalla in #1526
- fix: add missing seccompProfile to comply with restricted policy by @hamidos in #1493
- fix: allow argocd spec.image to override default image for appset controller by @anandrkskd in #1523
- fix: Add update logic to handle addition of PSS to deployments by @svghadi in #1533
- chore: post release of 0.12.0 by @saumeya in #1536
- chore(lint): update golangci-lint config and fix errors reported by golangci-lint by @chengfang in #1537
- chore: improve pull request template to include kind lines in comments instead of quote by @chengfang in #1538
- fix: after upgrade from <0.7 to newer version, ownerReferences in configmaps not updated by @jparsai in #1542
- fix: Add Server Service check to apply the changes in case the service exists by @nmirasch in #1546
- fix: don't create SA for Admin and View aggregated ClusterRoles by @jparsai in #1551
- feat: Support use of secrets for Route tls data by @svghadi in #1547
- fix: catalog source image by @saumeya in #1552
- fix: delete/don't create deployment resources if using .remote field by @anandrkskd in #1545
- Fix: Add Server Ingress checks to apply the changes in case it exists by @nmirasch in #1553
- feat: Added custom label and annotations to the pods of the server, repo, application set controller, and application controller by @enriqueav99 in #1532
- feat: add option to enable argo-rollout ui extension by @saumeya in #1554
- feat: applicationset volumes and volumemounts spec by @appiepollo14 in #1563
- fix the setting of environment variable ARGOCD_CONTROLLER_REPLICAS for dynamicScaling by @ishitasequeira in #1574
- Update dynamic scaling docs for argocd-controller by @ishitasequeira in #1581
- Add warning and send events if key and certificate used for route TLS configuration by @anandrkskd in #1580
- add support for image override for argocd-extension by @anandrkskd in #1590
- docs: update development.md on how to run operator locally against a k8s cluster by @aali309 in #1586
- chore: Update golang to 1.22 by @svghadi in #1594
- docs: How to use secrets to configure tls data for Argo CD routes by @svghadi in #1579
- docs: Add applicationset controller policy configuration documentation by @nmirasch in #1596
- skip CI for docs PR by @anandrkskd in #1603
- docs: Fix code block in custom label doc by @svghadi in #1600
- chore: Update Argo CD to v2.13.1 by @svghadi in #1607
- [release-0.13] fix: update logic to preserve k8s specific labels & annotations (#1616) by @svghadi in #1617
- chore: Release v0.13.0 by @svghadi in #1628
New Contributors
- @robertcoltheart made their first contribution in #1515
- @hamidos made their first contribution in #1493
- @nmirasch made their first contribution in #1546
- @enriqueav99 made their first contribution in #1532
- @appiepollo14 made their first contribution in #1563
- @aali309 made their first contribution in #1586
Full Changelog: v0.12.0...v0.13.0
v0.12.2
What's Changed
- fix the setting of environment variable ARGOCD_CONTROLLER_REPLICAS fo… by @ishitasequeira in #1575
- Update dynamic scaling docs for argocd-controller (#1581) by @ishitasequeira in #1584
- chore: Upgrade argocd version to 2.12.7 by @ishitasequeira in #1591
Full Changelog: v0.12.1...v0.12.2
v0.11.2
What's Changed
- fix the setting of environment variable ARGOCD_CONTROLLER_REPLICAS fo… by @ishitasequeira in #1576
- Update dynamic scaling docs for argocd-controller (#1581) by @ishitasequeira in #1583
- chore: Upgrade argocd 2.11.12 release 0.11 by @ishitasequeira in #1592
Full Changelog: v0.11.1...v0.11.2
v0.12.1
What's Changed
- fix: correct incorrect sha in 0.12 branch by @saumeya in #1549
- fix: correct the registry image by @saumeya in #1550
- update argocd version from 2.12.3 ro 2.12.4 by @anandrkskd in #1559
- update argocd version to 2.12.6 by @anandrkskd in #1568
Full Changelog: v0.12.0...v0.12.1
v0.11.1
What's Changed
- Update argocd version to v2.11.3 by @anandf in #1412
- Release 0.11.0 by @reginapizza in #1467
- Check API registration if API is not available (cherry-pick) by @anandf in #1510
- Updated argocd image in Dockerfile to use 2.11.7 by @anandf in #1543
- update argocd version form 2.11.7 to 2.11.9 by @anandrkskd in #1557
- update argocd version to 2.11.11 by @anandrkskd in #1569
Full Changelog: v0.11.0...v0.11.1
v0.10.2
What's Changed
- Check API registration if API is not available (cherry-pick) by @anandf in #1511
- Fix ci for release-0.10 branch by @anandrkskd in #1558
- Update argo cd version to 2.10.17 for argocd-operator 0.10 by @anandrkskd in #1556
- update argocd version to 2.10.18 by @anandrkskd in #1571
Full Changelog: v0.10.1...v0.10.2
v0.12.0
What's Changed
- fix: don't change the default policy to reencrypt if the TLS secret is already present by @chetan-rns in #1401
- Add SeccompProfile for PodSecurityStandards "restricted" to avoid Pod Security Violations on restricted namespaces by @ibihim in #1288
- Adds podman compatibility in makefile by @Elyytscha in #1299
- Update ingressClassName of ingress based on ArgoCD ingressClassName by @Rizwana777 in #1395
- Automatically download correct operator-sdk version to bin dir, if not found by @jgwest in #1396
- fix: Use image configured in spec as fallback before default image for repository server workload by @tomjo in #1262
- chore(docs): fix broken link in CONTRIBUTING.md to development guide by @chengfang in #1048
- chore: upgrade operator-sdk to 1.35.0 and migrate kubebuilder go/v3 to go/v4 by @saumeya in #1449
- fix: doc table for Environment Variables by @anandrkskd in #1456
- style: use correct capitalization for github by @MindTooth in #1324
- fix: Allow override of default /tmp volume mount in repo server by @jgwest in #1459
- docs: Document how to use persistent storage for repo server by @svghadi in #1465
- feat: Add support for Aggregated ClusterRole for cluster scoped instances by @jparsai in #1419
- Extra command args for argocd controller by @varshab1210 in #1474
- Add Support for sidecar and init containers in Argo CD CRD for App Controller and API server by @iam-veeramalla in #1477
- Check API registration if API is not available by @anandf in #1482
- docs: Update resource_management.md by @petrkohut in #1502
- docs: update release process docs by @reginapizza in #1498
- fix: tls cert name for applicationSet gitlab scm by @saumeya in #1463
- fix: race condition when the TLS secret is created before setting the default policy by @chetan-rns in #1469
New Contributors
- @ibihim made their first contribution in #1288
- @Elyytscha made their first contribution in #1299
- @tomjo made their first contribution in #1262
- @petrkohut made their first contribution in #1502
Full Changelog: v0.11.0...v0.12.0-rc3
v0.11.0
Generated manifests for 0.11.0 version (#1402) Signed-off-by: Anand Francis Joseph <[email protected]>
v0.10.1
What's Changed
- feat: secure redis authentication [CVE-2024-31989] (#1364) by @iam-veeramalla in #1369
- fix: Add net policy rbac and remove auth from sentinel script (cherry-pick #1383) by @gcp-cherry-pick-bot in #1385
- 0.10.1 release by @reginapizza in #1407
Full Changelog: v0.10.0...v0.10.1
v0.10.1-rc4
What's Changed
- feat: secure redis authentication [CVE-2024-31989] (#1364) by @iam-veeramalla in #1369
Full Changelog: v0.10.0...v0.10.1-rc4