Skip to content

Version Packages (argocd)#8688

Merged
christoph-jerolimov merged 1 commit into
mainfrom
changesets-release/argocd
May 21, 2026
Merged

Version Packages (argocd)#8688
christoph-jerolimov merged 1 commit into
mainfrom
changesets-release/argocd

Conversation

@backstage-service

@backstage-service backstage-service commented Apr 21, 2026

Copy link
Copy Markdown
Collaborator

Releases

@backstage-community/plugin-argocd@2.9.0

Minor Changes

  • ed7cb18: Backstage version bump to v1.50.4

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].chart is 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}/metadata only accepts git commit SHAs and returns HTTP 500 for chart version strings, producing a continuous stream of backend errors on every entity page load.

    • getRevisionDetailsList now skips the revision metadata API call when the source at the given index is a Helm chart source.
    • getUniqueRevisions now excludes Helm chart version strings from multi-source apps so they are not passed to the revision metadata endpoint.
    • isAppHelmChartType now correctly returns true for multi-source apps that include at least one Helm chart source, fixing the revision link rendering in the Deployment Summary table.
    • Fixed the Revision column in the Deployment Summary table for multi-source apps: the previous 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-common@1.16.0

@backstage-community/plugin-argocd-backend@1.5.0

Minor Changes

  • ed7cb18: Backstage version bump to v1.50.4

Patch Changes

  • d2cf455: Add example templates for ArgoCD plugin actions
  • 53f7107: Registered actions for ArgoCD application management: argocd:find-applications, argocd:get-application, argocd:list-applications, argocd:get-revision-details
  • Updated dependencies [1cc5891]
  • Updated dependencies [ed7cb18]
    • @backstage-community/plugin-argocd-node@1.2.0
    • @backstage-community/plugin-argocd-common@1.16.0

@backstage-community/plugin-argocd-common@1.16.0

Minor Changes

  • ed7cb18: Backstage version bump to v1.50.4

@backstage-community/plugin-argocd-node@1.2.0

Minor Changes

  • ed7cb18: Backstage version bump to v1.50.4

Patch Changes

  • 1cc5891: Fixed handling of Argo CD instance URLs configured with a trailing slash; API requests now target paths such as /api/v1/session correctly instead of producing invalid double-slash URLs.
  • Updated dependencies [ed7cb18]
    • @backstage-community/plugin-argocd-common@1.16.0

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-backend version from 1.4.0 to 1.4.1.
  • Add a 1.4.1 entry 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.

@CryptoRodeo

Copy link
Copy Markdown
Contributor

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.

@CryptoRodeo

CryptoRodeo commented Apr 21, 2026

Copy link
Copy Markdown
Contributor

This PR should probably get added: #8704
Another PR might be added also, see this comment: #8704 (comment)

edit: Second PR in that comment can probably be ignored. If not, someone let me know.

@github-actions github-actions Bot force-pushed the changesets-release/argocd branch from abe7927 to 1094998 Compare April 24, 2026 14:35
Copilot AI review requested due to automatic review settings May 5, 2026 16:55
@github-actions github-actions Bot force-pushed the changesets-release/argocd branch from 1094998 to f900aae Compare May 5, 2026 16:55
@backstage-service backstage-service removed the request for review from Copilot May 5, 2026 16:55
@github-actions github-actions Bot force-pushed the changesets-release/argocd branch from f900aae to 68edb68 Compare May 8, 2026 19:53
Copilot AI review requested due to automatic review settings May 8, 2026 19:53
@backstage-service backstage-service removed the request for review from Copilot May 8, 2026 19:53
@github-actions github-actions Bot force-pushed the changesets-release/argocd branch from 68edb68 to 141e749 Compare May 10, 2026 20:33
Copilot AI review requested due to automatic review settings May 10, 2026 20:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated no new comments.

@github-actions github-actions Bot force-pushed the changesets-release/argocd branch from 141e749 to 0bb3ca6 Compare May 12, 2026 13:57
Copilot AI review requested due to automatic review settings May 19, 2026 22:37
@github-actions github-actions Bot force-pushed the changesets-release/argocd branch from 0bb3ca6 to 129d1e1 Compare May 19, 2026 22:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 11 out of 11 changed files in this pull request and generated no new comments.

@github-actions github-actions Bot force-pushed the changesets-release/argocd branch from 129d1e1 to 5076cfb Compare May 21, 2026 09:19
@christoph-jerolimov christoph-jerolimov merged commit 2c32b2d into main May 21, 2026
4 checks passed
@christoph-jerolimov christoph-jerolimov deleted the changesets-release/argocd branch May 21, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants