Releases: argoproj-labs/gitops-promoter
Release list
v0.27.0
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
Changelog
Features
- 15d6711: feat(ci): enforce best practices in PR checks (#1309) (@crenshaw-dev)
- 31cccdd: feat(logs): SCM call logs (#1318) (@crenshaw-dev)
- 5b016fa: feat(wrcs)!: wrcs success when output and template cleanup (#1311) (@zachaller)
- af6833b: feat: add npm audit fix workflow dispatch and CI contributing guide (#1332) (@Copilot)
- 1187c12: feat: always run success.when (#1302) (@zachaller)
- f2cb07e: feat: webrequest commit status metrics (#1333) (@zachaller)
Bug fixes
- 0fabb30: fix(ci): Update Helm chart artifact version in workflow (#1322) (@crenshaw-dev)
- dc94518: fix(ctp): clear CTP finalizer from PRs before CTP is deleted (#1320) (@crenshaw-dev)
- 93a4e3c: fix(pr): prevent reconcile runaway on zombie PR (#1321) (@crenshaw-dev)
- 3e50c4d: fix: no-op dry SHA bypasses health checks on previous environments (#1319) (@zachaller)
Documentation
- 0e2a42d: docs: add Circle to USERS.md (#1334) (@seanl-circle)
- fed1ce4: docs: bump manifest versions to v0.27.0 (#1335) (@github-actions[bot])
- 2d0d37b: docs: fix broken code block (#1306) (@crenshaw-dev)
Dependency updates
- 299ab32: chore(deps): bump actions/cache from 5.0.4 to 5.0.5 (#1330) (@dependabot[bot])
- a50a750: chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#1325) (@dependabot[bot])
- 716057b: chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1326) (@dependabot[bot])
- de26de6: chore(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 (#1328) (@dependabot[bot])
- 01358a3: chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#1324) (@dependabot[bot])
- 17da85f: chore(deps): bump renovatebot/github-action from 46.1.8 to 46.1.9 (#1323) (@dependabot[bot])
- f20064f: chore(deps): bump zizmorcore/zizmor-action from 0.5.2 to 0.5.3 (#1329) (@dependabot[bot])
- 2a34f7d: chore(deps): upgrade axios to 1.15.0 (#1315) (@zachaller)
Other work
- 56985bf: chore: rename exprEnv to exprData (#1310) (@zachaller)
- dd1bf95: chore: small fixes (#1304) (@crenshaw-dev)
Verifying this release (Sigstore / cosign)
Container image (for tag v0.27.0):
cosign verify \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release.yaml@refs/tags/v0.27.0' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
quay.io/argoprojlabs/gitops-promoter:v0.27.0latest images on Quay are signed from release-latest.yaml on main:
cosign verify \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release-latest.yaml@refs/heads/main' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
quay.io/argoprojlabs/gitops-promoter:latestChecksums file: The checksums file is signed with Sigstore. Download gitops-promoter_0.27.0_checksums.txt and its .sigstore.json bundle, then verify:
cosign verify-blob \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release.yaml@refs/tags/v0.27.0' \
--bundle gitops-promoter_0.27.0_checksums.txt.sigstore.json \
gitops-promoter_0.27.0_checksums.txtThen verify any downloaded artifact against the checksums file:
sha256sum -c gitops-promoter_0.27.0_checksums.txt --ignore-missingFull Changelog: v0.26.3...v0.27.0
v0.26.3
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
Changelog
Bug fixes
- e1da0a5: fix(ci): sign from tag, not from main (#1305) (@crenshaw-dev)
Documentation
Other work
- 1c796c4: chore(ci): minimize permissions (#1307) (@crenshaw-dev)
Verifying this release (Sigstore / cosign)
Container image (for tag v0.26.3):
cosign verify \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release.yaml@refs/tags/v0.26.3' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
quay.io/argoprojlabs/gitops-promoter:v0.26.3latest images on Quay are signed from release-latest.yaml on main:
cosign verify \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release-latest.yaml@refs/heads/main' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
quay.io/argoprojlabs/gitops-promoter:latestChecksums file: The checksums file is signed with Sigstore. Download gitops-promoter_0.26.3_checksums.txt and its .sigstore.json bundle, then verify:
cosign verify-blob \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release.yaml@refs/tags/v0.26.3' \
--bundle gitops-promoter_0.26.3_checksums.txt.sigstore.json \
gitops-promoter_0.26.3_checksums.txtThen verify any downloaded artifact against the checksums file:
sha256sum -c gitops-promoter_0.26.3_checksums.txt --ignore-missingFull Changelog: v0.26.2...v0.26.3
v0.26.2
This release comes with major improvements to the WebRequestCommitStatus as well as new metrics to track the number of Promoter resources being managed. It also fixes a major bug with GitLab CommitStatus support.
Note
0.26.0 and 0.26.1 were skipped as we worked through CI issues. 0.26.2 is the first release in the 0.26 series.
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
Changelog (since v0.25.1)
Features
- feat: support promotionstrategy context for WRCS (#1259)
- feat(security): signed releases (#1272)
- feat(metrics): resource count gauge (#1260)
Bug fixes
- fix(gitlab,api): optimize commit status updates and improve error handling (#1187)
- fix(ci): only sign checksums (#1300)
- fix(utils): UTF-8-safe TruncateStringFromBeginning; add fuzz CI and docs (#1293)
- fix: replace panic with proper error returns in Forgejo and Gitea provider constructors (#1295)
Documentation
- docs: bump manifest versions to v0.26.2 (#1301)
- docs: bump manifest versions to v0.26.1 (#1299)
- docs: bump manifest versions to v0.26.0 (#1297)
- docs: example of linking to the ui (#1287)
- docs: Add Contributor Covenant Code of Conduct (#1288)
- docs: security info in docs, testing expectations (#1273)
- docs: set dimensions on readme logo (#1267)
- docs: Add OpenSSF Best Practices badge to README (#1266)
- docs: fix grammar in tutorial-argocd-apps.md (#1265)
- docs: contributing.md (#1261)
- docs: add MAINTAINERS.md (#1263)
- docs: add roadmap (#1262)
Dependency updates
- chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /ui/dashboard (#1294)
- chore(deps): bump vite from 8.0.3 to 8.0.5 in /ui/extension (#1291)
- chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.94 to 0.9.95 (#1289)
- chore(deps): bump renovatebot/github-action from 46.1.7 to 46.1.8 (#1290)
- chore(deps): update dependency regex to v2026.4.4 (#1281)
- chore(deps): update dependency python to 3.14 (#1280)
- chore(deps): update dependency pymdown-extensions to v10.21.2 (#1278)
- chore(deps): update dependency mkdocs-get-deps to v0.2.2 (#1276)
- chore(deps): update dependency eslint to v9.39.4 (#1275)
- chore(deps): update dependency charset-normalizer to v3.4.7 (#1274)
- chore(deps): update dependency ts-loader to v9.5.7 (#1271)
- chore(deps): bump go to 1.26.1 (#1270)
- chore(deps): bump docker/login-action from 4.0.0 to 4.1.0 (#1264)
- chore(deps): bump sigs.k8s.io/multicluster-runtime from 0.23.1 to 0.23.3 (#1256)
- chore(deps): bump code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1 (#1234)
- chore(deps): bump docker/setup-docker-action from cb6cea3aa805e0f60b506fa07d08dbce8a08a60b to 994c3d50f9b4a990bfb91dced73607ccbc906a1c (#1257)
- chore(deps): bump crate-ci/typos from 1.44.0 to 1.45.0 (#1258)
- chore(deps): bump docker/setup-docker-action from 9d5b7667da0bfb2b97a34cc5758fa9bf41bbd6bb to cb6cea3aa805e0f60b506fa07d08dbce8a08a60b (#1255)
Other work
- chore(ci): revert require release description (#1298)
- chore(ci): require release description (#1292)
- chore: update mkdocs-material to 9.7.6 and mkdocs-redirects to 1.2.3 (#1283)
- test(ui): upload coverage to codecov (#1269)
- test(refactor): different names for different resources (#1253)
Verifying this release (Sigstore / cosign)
Container image (for tag v0.26.2):
cosign verify \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release.yaml@refs/tags/v0.26.2' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
quay.io/argoprojlabs/gitops-promoter:v0.26.2latest images on Quay are signed from release-latest.yaml on main:
cosign verify \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release-latest.yaml@refs/heads/main' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
quay.io/argoprojlabs/gitops-promoter:latestChecksums file: The checksums file is signed with Sigstore. Download gitops-promoter_0.26.2_checksums.txt and its .sigstore.json bundle, then verify:
cosign verify-blob \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--certificate-identity 'https://github.com/argoproj-labs/gitops-promoter/.github/workflows/release.yaml@refs/tags/v0.26.2' \
--bundle gitops-promoter_0.26.2_checksums.txt.sigstore.json \
gitops-promoter_0.26.2_checksums.txtThen verify any downloaded artifact against the checksums file:
sha256sum -c gitops-promoter_0.26.2_checksums.txt --ignore-missingFull Changelog: v0.25.1...v0.26.2
v0.25.1
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
Changelog
Bug fixes
- bc5d06e: fix(ci): frontend deps (#1240) (@emirot)
- a5f73d0: fix(ui): search resource tree for promotion strategies instead of managed resources (#1228) (@jwinters01)
- 322bd47: fix(wrcs): add list and watch for ns informer (#1251) (#1252) (@crenshaw-dev)
- eb7c6ee: fix(wrcs): resolve GitRepository name correctly in SCM host validation (#1249) (@CHL-work)
Documentation
Dependency updates
- e37186c: chore(deps): bump azure/setup-helm from 4.3.1 to 5.0.0 (#1233) (@dependabot[bot])
- bde469f: chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 (#1242) (@dependabot[bot])
- 6c5e7a4: chore(deps): bump docker/setup-docker-action from d25408f91355f4404d6200cc35143e527fdd5401 to 9d5b7667da0bfb2b97a34cc5758fa9bf41bbd6bb (#1235) (@dependabot[bot])
- be3dfe1: chore(deps): bump github.com/fatih/color from 1.18.0 to 1.19.0 (#1229) (@dependabot[bot])
- 8e8a042: chore(deps): bump github.com/gin-contrib/gzip from 1.2.5 to 1.2.6 (#1245) (@dependabot[bot])
- af89940: chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 (#1231) (@dependabot[bot])
- d38a266: chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 (#1246) (@dependabot[bot])
- 45257ae: chore(deps): bump pygments from 2.18.0 to 2.20.0 in /docs (#1248) (@dependabot[bot])
- 7a16ea9: chore(deps): bump renovatebot/github-action from 46.1.5 to 46.1.6 (#1230) (@dependabot[bot])
- a0dc88f: chore(deps): bump renovatebot/github-action from 46.1.6 to 46.1.7 (#1247) (@dependabot[bot])
- 92a8649: chore(deps): bump requests from 2.32.5 to 2.33.0 in /docs (#1241) (@dependabot[bot])
- 1686ce3: chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 in /ui/dashboard (#1220) (@dependabot[bot])
- 68dd179: chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 in /ui/extension (#1219) (@dependabot[bot])
Full Changelog: v0.25.0...v0.25.1
v0.25.0
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
Changelog
Features
- f41234c: feat(ui): History view improvements (#1215) (@jwinters01)
- ba8fc95: feat(ui): support multiple promotionstrategies in ui extension (#1213) (@seanl-circle)
- b38b5c3: feat(ui): update dashboard logo (#1206) (@crenshaw-dev)
- ebf5a83: feat(ui): use logo for extension icon (#1211) (@crenshaw-dev)
- 2bb81d1: feat: add ps to pr templates (#1208) (@zachaller)
Bug fixes
- bf2caa2: fix: resource name validation (#1200) (@crenshaw-dev)
- ece9081: fix: set default log level to info (#1214) (@zachaller)
Documentation
- 087fd27: docs: add logo (#1201) (@crenshaw-dev)
- 4e5821c: docs: bump manifest versions to v0.25.0 (#1226) (@github-actions[bot])
- 5be02dc: docs: fix list formatting (#1218) (@crenshaw-dev)
- b0d6876: docs: theme colors, large favicon (#1204) (@crenshaw-dev)
Dependency updates
- 8f02bbb: chore(deps): bump actions/cache from 5.0.3 to 5.0.4 (#1217) (@dependabot[bot])
- ce54414: chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#1199) (@dependabot[bot])
- 4ef0d8f: chore(deps): bump actions/upload-artifact from 4 to 7 (#1197) (@dependabot[bot])
- f696674: chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 (#1216) (@dependabot[bot])
- 958505c: chore(deps): bump docker/setup-docker-action from d9a54c7876e8942f9e63816d1e23168466c7adfa to d25408f91355f4404d6200cc35143e527fdd5401 (#1203) (@dependabot[bot])
- 2d8c04c: chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#1202) (@dependabot[bot])
- d7646c1: chore(deps): bump k8s.io/apiextensions-apiserver from 0.35.2 to 0.35.3 (#1224) (@dependabot[bot])
- 932431a: chore(deps): bump renovatebot/github-action from 46.1.4 to 46.1.5 (#1198) (@dependabot[bot])
- e862a9c: chore(deps): bump the k8s-deps group with 3 updates (#1223) (@dependabot[bot])
- 3a1c116: chore(deps): update dependency zustand to v5.0.11 (#1196) (@gitops-promoter-renovate-bot[bot])
- af4fed2: chore(deps-dev): bump undici from 7.18.2 to 7.24.1 in /ui/extension (#1194) (@dependabot[bot])
Other work
- 05a09c1: chore(kubebuilder): bump version (#1193) (@emirot)
- a776d08: chore(tcs): improve waiting message (#1205) (@crenshaw-dev)
- cbff45e: chore: Update Artifact Hub badge link in README (#1210) (@crenshaw-dev)
- a59397a: chore: add logo to release notes (#1209) (@crenshaw-dev)
- c021c4a: chore: exclude node_modules from golangci-lint (#1222) (@Copilot)
Full Changelog: v0.24.0...v0.25.0
v0.24.0
gitops-promoter
2026-03-13T19:17:09Z
Container images
- quay.io/argoprojlabs/gitops-promoter:v0.24.0
Changelog
Features
- bfd974e: feat(ci): add job to check if the produced helm chart is valid (#1188) (@emirot)
- 63e7808: feat(ui): allow label to enable conditional rendering of argo-cd extension (#1185) (@jwinters01)
Bug fixes
Documentation
Dependency updates
- ff88239: chore(deps): bump github.com/bradleyfalzon/ghinstallation/v2 from 2.17.0 to 2.18.0 (#1183) (@dependabot[bot])
- 2469c12: chore(deps): update dependency @vitejs/plugin-react to v5 (#1166) (@gitops-promoter-renovate-bot[bot])
Full Changelog: v0.23.1...v0.24.0
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
v0.23.1
gitops-promoter
2026-03-10T19:45:10Z
Container images
- quay.io/argoprojlabs/gitops-promoter:v0.23.1
Changelog
Bug fixes
Documentation
Dependency updates
- eabe845: chore(deps): bump docker/setup-docker-action from a9a8a9dfba19f6d3512ac34364db2d6b7371c7d7 to d9a54c7876e8942f9e63816d1e23168466c7adfa (#1180) (@dependabot[bot])
Full Changelog: v0.23.0...v0.23.1
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
v0.23.0
gitops-promoter
The v0.23.0 release comes with one of our most-requested features: a commit status that queries arbitrary HTTP services, including the SCM! This allows you to use CI checks that are already configured in your SCM and reflect them back into the GitOps Promoter interface.
Check out the documentation, give it a try, and tell us how it goes!
Changelog
Features
- 7bebc44: feat: Scm auth webrequest (#1161) (@zachaller)
- 0f48e64: feat: WebRequestCommitStatus (#986) (@zachaller)
- d46f5ed: feat: report status update failure in status (#965) (@crenshaw-dev)
Bug fixes
- 0847229: fix(ui): remove tooltip artifact in Argo CD extension (#1143) (@crenshaw-dev)
- 8f50122: fix: flakey tests by checking that all envs have been processed once (#1163) (@zachaller)
- 00b067f: fix: typo (#1176) (@crenshaw-dev)
Documentation
- f94f91b: docs: add Argo CD Helm chart values.yaml examples for integrations (#1127) (@Copilot)
- 4047f5e: docs: bump manifest versions to v0.23.0 (#1178) (@github-actions[bot])
- 8c24c8e: docs: update site url (#1174) (@crenshaw-dev)
Dependency updates
- 3e90f58: chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#1145) (@dependabot[bot])
- 5b89c3e: chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#1152) (@dependabot[bot])
- eb875ff: chore(deps): bump docker/setup-docker-action from 2d1c60152387c7158db7c27ab8ef0fc4412e5b0b to da08d0c6e001ad2b65101c000e79548669fc7050 (#1140) (@dependabot[bot])
- f15385d: chore(deps): bump docker/setup-docker-action from da08d0c6e001ad2b65101c000e79548669fc7050 to a9a8a9dfba19f6d3512ac34364db2d6b7371c7d7 (#1168) (@dependabot[bot])
- d575423: chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#1151) (@dependabot[bot])
- 77a68ac: chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 (#1139) (@dependabot[bot])
- 1e38515: chore(deps): bump github/codeql-action from 4.32.5 to 4.32.6 (#1155) (@dependabot[bot])
- 7f1c5db: chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 (#1170) (@dependabot[bot])
- ff0a721: chore(deps): bump golang.org/x/sync from 0.19.0 to 0.20.0 (#1169) (@dependabot[bot])
- 4a7b6ee: chore(deps): bump golang.org/x/time from 0.14.0 to 0.15.0 (#1172) (@dependabot[bot])
- cd547a1: chore(deps): bump immutable from 5.1.3 to 5.1.5 in /ui/dashboard (#1150) (@dependabot[bot])
- 48b66c7: chore(deps): bump immutable from 5.1.3 to 5.1.5 in /ui/extension (#1148) (@dependabot[bot])
- 491c354: chore(deps): bump k8s.io/apiextensions-apiserver from 0.35.0 to 0.35.2 (#1156) (@dependabot[bot])
- c4685ae: chore(deps): bump k8s.io/klog/v2 from 2.130.1 to 2.140.0 (#1171) (@dependabot[bot])
- de4193e: chore(deps): bump renovatebot/github-action from 46.1.3 to 46.1.4 (#1173) (@dependabot[bot])
- 7dbff86: chore(deps): bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.3 (#1157) (@dependabot[bot])
- c8445fa: chore(deps): update dependency @types/react to v19.2.10 (#975) (@gitops-promoter-renovate-bot[bot])
- b939f94: chore(deps): update dependency @types/react to v19.2.14 (#1164) (@gitops-promoter-renovate-bot[bot])
- 9e64894: chore(deps): update dependency css-loader to v7.1.3 (#980) (@gitops-promoter-renovate-bot[bot])
- 455035c: chore(deps): update dependency node to v24 (#982) (@gitops-promoter-renovate-bot[bot])
- 0a37064: chore(deps): update dependency zustand to v5.0.11 (#981) (@gitops-promoter-renovate-bot[bot])
- 93f33c1: chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /ui/extension (#1135) (@dependabot[bot])
Other work
- f638a8a: chore(acdcs): improve error message when 0 apps are found (#1147) (@crenshaw-dev)
- 1b9c5a3: chore(ci): switch from deprecated codecov action (#1175) (@crenshaw-dev)
- 576de9b: chore(ci): upgrade golanglint-ci to v2.11.1 (#1158) (@crenshaw-dev)
- d5e1bfd: chore: improve security scorecard (#1177) (@crenshaw-dev)
- a27f86a: test(ui-dashboard): add ui test (#1136) (@emirot)
- a7e013b: test(ui-extension): add unit tests for Argo CD extension UI (#1144) (@Copilot)
Full Changelog: v0.22.7...v0.23.0
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
v0.22.7
gitops-promoter
2026-03-02T18:31:14Z
Container images
- quay.io/argoprojlabs/gitops-promoter:v0.22.7
Changelog
Bug fixes
- 018cd4d: fix(demo): cli remove replicaCount (#1079) (@emirot)
- cd76fc0: fix(pr): make sure we don't get stuck looping pr merges on status update failures (#1106) (@zachaller)
- 70296f9: fix: don't send error with requeue (#1096) (@zachaller)
- 2a259a9: fix: don't set result when we override error (#1097) (@zachaller)
Documentation
- 8f10f09: docs(cli): add info about command line (#1080) (@emirot)
- 7c800ea: docs: add ArtifactHub link to install instructions (#1123) (@Copilot)
- 1866da0: docs: add USERS.md and discussion prompts to README and release notes (#1117) (@Copilot)
- eab62da: docs: add documentation for increasing controller log verbosity (#1101) (@Copilot)
- b9f6773: docs: bump manifest versions to v0.22.7 (#1137) (@github-actions[bot])
Dependency updates
- 54066ea: chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#1113) (@dependabot[bot])
- e2c81d2: chore(deps): bump crate-ci/typos from 1.43.5 to 1.44.0 (#1134) (@dependabot[bot])
- b2ea9c0: chore(deps): bump docker/setup-docker-action from 206b75dbd282c4008313f59196a28caf84eb4198 to 2d1c60152387c7158db7c27ab8ef0fc4412e5b0b (#1133) (@dependabot[bot])
- f7f3e50: chore(deps): bump github.com/gin-gonic/gin from 1.11.0 to 1.12.0 (#1131) (@dependabot[bot])
- 07a9321: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.91 to 0.9.93 (#1089) (@dependabot[bot])
- 3cf7316: chore(deps): bump github.com/ktrysmt/go-bitbucket from 0.9.93 to 0.9.94 (#1114) (@dependabot[bot])
- dc41d57: chore(deps): bump github/codeql-action from 4.32.3 to 4.32.4 (#1092) (@dependabot[bot])
- 32068cd: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.36.0 to 1.39.0 (#1082) (@dependabot[bot])
- 341e7f6: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.39.0 to 1.41.0 (#1090) (@dependabot[bot])
- 771e713: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.41.0 to 1.42.0 (#1099) (@dependabot[bot])
- 92728b3: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.42.0 to 1.43.0 (#1108) (@dependabot[bot])
- 3e450c7: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.43.0 to 1.44.0 (#1112) (@dependabot[bot])
- f363eda: chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.44.0 to 1.46.0 (#1132) (@dependabot[bot])
- 431398e: chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#1088) (@dependabot[bot])
- 8e5d349: chore(deps): bump renovatebot/github-action from 46.1.1 to 46.1.2 (#1091) (@dependabot[bot])
- 58567bc: chore(deps): bump renovatebot/github-action from 46.1.2 to 46.1.3 (#1129) (@dependabot[bot])
- 4fbac3c: chore(deps): bump rollup from 4.46.1 to 4.59.0 in /ui/dashboard (#1102) (@dependabot[bot])
- 54fce3c: chore(deps): bump the k8s-deps group with 3 updates (#1130) (@dependabot[bot])
- 4ff2898: chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /ui/dashboard (#1115) (@dependabot[bot])
Other work
- 0716d3b: Fix/nolintissues (#1084) (@emirot)
- e2ab778: Revert "chore: add cli version information in project" (#1093) (@emirot)
- 699b979: chore(ci): add tilt ci (#1107) (@emirot)
- ecf0e5d: chore: add cli version information in project (#1014) (@emirot)
- 6534417: chore: re enable caching (#1098) (@emirot)
- 8d78a5f: chore: update controller-gen (#1103) (@emirot)
Full Changelog: v0.22.6...v0.22.7
If you're using GitOps Promoter, please add yourself to USERS.md!
If you're evaluating GitOps Promoter, we'd love to hear from you — please open a discussion to share your feedback.
v0.22.6
What's Changed
- chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.29.0 to 1.30.0 by @dependabot[bot] in #1043
- chore(deps): bump the k8s-deps group with 3 updates by @dependabot[bot] in #1042
- chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.30.0 to 1.31.0 by @dependabot[bot] in #1045
- chore(deps): bump renovatebot/github-action from 46.0.2 to 46.1.0 by @dependabot[bot] in #1048
- chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 by @dependabot[bot] in #1055
- chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.31.0 to 1.34.0 by @dependabot[bot] in #1054
- chore(deps): bump crate-ci/typos from 1.43.4 to 1.43.5 by @dependabot[bot] in #1059
- chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.34.0 to 1.35.0 by @dependabot[bot] in #1058
- chore(deps): bump renovatebot/github-action from 46.1.0 to 46.1.1 by @dependabot[bot] in #1053
- chore(deps): bump github.com/expr-lang/expr from 1.17.7 to 1.17.8 by @dependabot[bot] in #1052
- chore: pin docker image in release CI by @emirot in #1057
- fix: incorrect Docker step syntax by @emirot in #1060
- fix: docker version in github action by @emirot in #1061
- fix(pipeline): security issue for dev packages by @emirot in #1064
- fix: docker push multi arch by @emirot in #1065
- chore: improve docker images by @emirot in #1066
- fix(ci): docker latest by @emirot in #1067
- fix: noisy tests by @emirot in #1051
- chore(deps): bump gitlab.com/gitlab-org/api/client-go from 1.35.0 to 1.36.0 by @dependabot[bot] in #1070
- chore(deps): bump helm/kind-action from 1.13.0 to 1.14.0 by @dependabot[bot] in #1071
- chore(golint): update by @emirot in #1073
- fix(ci): golint cache by @emirot in #1074
- Refactor tests to improve context initialization by @emirot in #1075
- docs: bump manifest versions to v0.22.5 by @github-actions[bot] in #1076
- chore: turn off provence in images by @zachaller in #1077
- docs: bump manifest versions to v0.22.6 by @github-actions[bot] in #1078
Full Changelog: v0.22.4...v0.22.6