forked from janus-idp/backstage-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update kubernetes-client version to fix a CVE (janus-idp#2356
) * fix(deps): update kubernetes-client dependancy * fix(deps): do not embed plugin-kubernetes-common package in export-dynamic script * add changeset * remove kubernetes-common dependancy from ocm-bacckend
- Loading branch information
1 parent
17670bd
commit 510c7ff
Showing
9 changed files
with
156 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@janus-idp/backstage-scaffolder-backend-module-kubernetes": patch | ||
"@janus-idp/shared-react": patch | ||
"@janus-idp/backstage-plugin-ocm-backend": patch | ||
"@janus-idp/backstage-plugin-topology": patch | ||
"@janus-idp/backstage-plugin-tekton": patch | ||
--- | ||
|
||
Fix CVE-2024-21534 by upgrading @kubernetes/client-node package to 0.22.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export const CONSOLE_CLAIM = 'consoleurl.cluster.open-cluster-management.io'; | ||
export const HUB_CLUSTER_NAME_IN_OCM = 'local-cluster'; | ||
export const ANNOTATION_KUBERNETES_API_SERVER = 'kubernetes.io/api-server'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.