Skip to content

Commit 141e749

Browse files
Version Packages
1 parent 1063a38 commit 141e749

9 files changed

Lines changed: 23 additions & 18 deletions

File tree

workspaces/argocd/.changeset/honest-tips-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/argocd/.changeset/spotty-bananas-smoke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/argocd/.changeset/sweet-moles-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/argocd/plugins/argocd-backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @backstage-community/plugin-argocd-backend
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 53f7107: Registered actions for ArgoCD application management: `argocd:find-applications`, `argocd:get-application`, `argocd:list-applications`, `argocd:get-revision-details`
8+
- Updated dependencies [1cc5891]
9+
- @backstage-community/plugin-argocd-node@1.1.1
10+
311
## 1.4.0
412

513
### Minor Changes

workspaces/argocd/plugins/argocd-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-argocd-backend",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/argocd/plugins/argocd-node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-argocd-node
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 1.1.0
410

511
### Minor Changes

workspaces/argocd/plugins/argocd-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-argocd-node",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/argocd/plugins/argocd/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-argocd
22

3+
## 2.8.1
4+
5+
### Patch Changes
6+
7+
- 170f85d: Fix Jest 30 test compatibility by normalizing color style assertions in rollout status tests.
8+
39
## 2.8.0
410

511
### Minor Changes

workspaces/argocd/plugins/argocd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-argocd",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)