Skip to content

Commit

Permalink
chore: add deprecate note to the argocd plugin (janus-idp#2062)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Fortune-Ndlovu authored and debsmita1 committed Aug 20, 2024
1 parent 16d8c30 commit 27d4d13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/argocd-common/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ❗DEPRECATED❗

This package has been deprecated.

Please use the **[@backstage-community/plugin-redhat-argocd-common](https://www.npmjs.com/package/@backstage-community/plugin-redhat-argocd-common)** package instead.

# argocd-common

Welcome to the argocd-common plugin!
Expand Down
1 change: 1 addition & 0 deletions plugins/argocd-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-argocd-common",
"version": "1.0.1",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/argocd/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ❗DEPRECATED❗

This package has been deprecated.

Please use the **[@backstage-community/plugin-redhat-argocd](https://www.npmjs.com/package/@backstage-community/plugin-redhat-argocd)** package instead.

# Argo CD plugin for Backstage

## Getting started
Expand Down
1 change: 1 addition & 0 deletions plugins/argocd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-argocd",
"version": "1.6.2",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 27d4d13

Please sign in to comment.