Skip to content

Commit 27d4d13

Browse files
Fortune-Ndlovudebsmita1
authored andcommitted
chore: add deprecate note to the argocd plugin (janus-idp#2062)
* Update README.md - adding deprecated note to the plugin * Update README.md - adding deprecated note to the plugin * Update package.json - chore: Set argocd-common package.json to private to prevent accidental publishing of deprecated plugin * Update package.json - chore: Set argocd package.json to private to prevent accidental publishing of deprecated plugin
1 parent 16d8c30 commit 27d4d13

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

plugins/argocd-common/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ❗DEPRECATED❗
2+
3+
This package has been deprecated.
4+
5+
Please use the **[@backstage-community/plugin-redhat-argocd-common](https://www.npmjs.com/package/@backstage-community/plugin-redhat-argocd-common)** package instead.
6+
17
# argocd-common
28

39
Welcome to the argocd-common plugin!

plugins/argocd-common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@janus-idp/backstage-plugin-argocd-common",
33
"version": "1.0.1",
4+
"private": true,
45
"main": "src/index.ts",
56
"types": "src/index.ts",
67
"license": "Apache-2.0",

plugins/argocd/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ❗DEPRECATED❗
2+
3+
This package has been deprecated.
4+
5+
Please use the **[@backstage-community/plugin-redhat-argocd](https://www.npmjs.com/package/@backstage-community/plugin-redhat-argocd)** package instead.
6+
17
# Argo CD plugin for Backstage
28

39
## Getting started

plugins/argocd/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@janus-idp/backstage-plugin-argocd",
33
"version": "1.6.2",
4+
"private": true,
45
"main": "src/index.ts",
56
"types": "src/index.ts",
67
"license": "Apache-2.0",

0 commit comments

Comments
 (0)