Version Packages (argocd)#8688
Conversation
There was a problem hiding this comment.
Pull request overview
This PR publishes a patch release of @backstage-community/plugin-argocd-backend (v1.4.1) for the ArgoCD workspace, capturing the new ArgoCD application management actions in the changelog and finalizing the Changesets release.
Changes:
- Bump
@backstage-community/plugin-argocd-backendversion from1.4.0to1.4.1. - Add a
1.4.1entry to the plugin changelog describing the new registered actions. - Remove the consumed Changesets file for this release.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workspaces/argocd/plugins/argocd-backend/package.json | Updates package version to 1.4.1 for the patch release. |
| workspaces/argocd/plugins/argocd-backend/CHANGELOG.md | Adds the 1.4.1 release notes for the new ArgoCD actions. |
| workspaces/argocd/.changeset/sweet-moles-remain.md | Removes the Changesets entry now reflected in version + changelog. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I'm going to add some PRs related to the newly added actions today. Not sure if we want to include it in this release too. |
|
This PR should probably get added: #8704 edit: Second PR in that comment can probably be ignored. If not, someone let me know. |
abe7927 to
1094998
Compare
1094998 to
f900aae
Compare
f900aae to
68edb68
Compare
68edb68 to
141e749
Compare
141e749 to
0bb3ca6
Compare
0bb3ca6 to
129d1e1
Compare
129d1e1 to
5076cfb
Compare
Releases
@backstage-community/plugin-argocd@2.9.0
Minor Changes
Patch Changes
da8d33d: Fix HTTP 500 errors and incorrect rendering for multi-source ArgoCD applications that include Helm chart sources.
When an ArgoCD Application has multiple sources and one is a Helm chart (i.e.
spec.sources[i].chartis set), the backend was calling the ArgoCD revision metadata endpoint with the chart version string (e.g.6.33.0) as the revision ID. The ArgoCD API endpoint/revisions/{revision}/metadataonly accepts git commit SHAs and returns HTTP 500 for chart version strings, producing a continuous stream of backend errors on every entity page load.getRevisionDetailsListnow skips the revision metadata API call when the source at the given index is a Helm chart source.getUniqueRevisionsnow excludes Helm chart version strings from multi-source apps so they are not passed to the revision metadata endpoint.isAppHelmChartTypenow correctly returnstruefor multi-source apps that include at least one Helm chart source, fixing the revision link rendering in the Deployment Summary table.pop()call mutated the cached history array causing the column to cycle between the commit SHA, the Helm version, and blank on successive React renders. The column now shows a stable combined string (e.g.6.49.0 / abc1234) — Helm chart versions in full and git SHAs truncated to 7 characters — linked to the first git source commit URL.170f85d: Fix Jest 30 test compatibility by normalizing color style assertions in rollout status tests.
Updated dependencies [ed7cb18]
@backstage-community/plugin-argocd-backend@1.5.0
Minor Changes
Patch Changes
argocd:find-applications,argocd:get-application,argocd:list-applications,argocd:get-revision-details@backstage-community/plugin-argocd-common@1.16.0
Minor Changes
@backstage-community/plugin-argocd-node@1.2.0
Minor Changes
Patch Changes
/api/v1/sessioncorrectly instead of producing invalid double-slash URLs.