Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit c86f318

Browse files
chore: release main
1 parent 2a0aa08 commit c86f318

File tree

5 files changed

+50
-4
lines changed

5 files changed

+50
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"plugins/cad": "0.3.0",
3-
"plugins/cad-backend": "0.0.0"
2+
"plugins/cad": "0.4.0",
3+
"plugins/cad-backend": "0.1.0"
44
}

plugins/cad-backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-backend-v0.0.0...backstage-plugin-cad-backend-v0.1.0) (2022-11-08)
4+
5+
6+
### Features
7+
8+
* add kubernetes service account authentication ([#187](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/187)) ([f5d16d6](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/f5d16d6f28bd4d5b3fd4e4d961e59b1eedc8aeb9))
9+
* add support for google oidc authentication ([#189](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/189)) ([d16a535](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/d16a535e3463befc907a1407048c837ead8ad1c4))
10+
* add support for okta authentication ([#188](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/188)) ([3fd56ba](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/3fd56ba81e8464c3ef842e141fd528c86a8a4d87))
11+
* make porch resources namespace configurable ([#196](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/196)) ([f3ff3e4](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/f3ff3e42a0f24cda882d3b8e22f973607869bef5))

plugins/cad-backend/package.json

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

plugins/cad/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.3.0...backstage-plugin-cad-v0.4.0) (2022-11-08)
4+
5+
6+
### Features
7+
8+
* add current revision indicator to package revisions table ([#197](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/197)) ([8fecac6](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/8fecac6f0491df8dc306b4cee15bc6b1989f76db))
9+
* add deployment environment to register repository page ([#170](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/170)) ([3f9e339](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/3f9e3390da2ab40c927f93d140cabcda420ba9dc))
10+
* add deployment resource editor ([#176](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/176)) ([1f27c6b](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/1f27c6b780c1f2f566f13d51381dd80c213c7534))
11+
* add git ssh url support for finding upstream repository ([#171](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/171)) ([42e76b8](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/42e76b8ecfe401cd0603630db8c1dfa8ce6a9f12))
12+
* add stateful set resource editor ([#178](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/178)) ([ed39f6e](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/ed39f6e073c87e4161bdcb0871332ed7ad155237))
13+
* add status conditions to repository details table ([#182](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/182)) ([4d2b43c](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/4d2b43cd00a28fbfcd9fbbc2e4797579900ae6b1))
14+
* add support for google oidc authentication ([#189](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/189)) ([d16a535](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/d16a535e3463befc907a1407048c837ead8ad1c4))
15+
* add support for okta authentication ([#188](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/188)) ([3fd56ba](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/3fd56ba81e8464c3ef842e141fd528c86a8a4d87))
16+
* add support for readonly repositories ([#194](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/194)) ([03e56b0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/03e56b0eb42f33443bf6c7bcc01ad60ec878344b))
17+
* add validate resources step on add package page ([#164](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/164)) ([66ac511](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/66ac511e635bccc66b3357a50b5fc8e5f11b2d8e))
18+
* allow deployment resource to be added ([#177](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/177)) ([06f1b7b](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/06f1b7b728bf66884ec6e9952f64ba709d55d8c0))
19+
* allow error recovery on add package page ([#195](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/195)) ([c279484](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/c279484fb8c6976e4c0741088c7643862ea1f9a6))
20+
* allow kptfile information to be updated when cloning a package ([#162](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/162)) ([fe73d0c](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/fe73d0c3b7faa1ff290ace7594f500280f390153))
21+
* allow namespace customization on add package page ([#169](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/169)) ([22c8061](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/22c8061051a1a8ee7ad9287736b50a67aab4553c))
22+
* allow stateful set resource to be added ([#179](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/179)) ([0cad861](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/0cad8610a228f354b787dd1cbba8bfb031b493da))
23+
* make porch resources namespace configurable ([#196](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/196)) ([f3ff3e4](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/f3ff3e42a0f24cda882d3b8e22f973607869bef5))
24+
* show message when creating a deployment not from a team blueprint ([#167](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/167)) ([e676afb](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/e676afbbb3ae7d8cda4c86f9e409407993b1f9c8))
25+
* show render errors on package revision page ([#185](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/185)) ([f0f0551](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/f0f0551db8136a6235c78ee4fbaab960f9e3d623))
26+
* update base metadata shown on resource viewer ([#174](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/174)) ([b48a7fa](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/b48a7fa17c235d789016373a3f01fadc485d4701))
27+
* update kptfile resource editor ([#199](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/199)) ([2a0aa08](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/2a0aa08668ff2ec789e2cb0d3ce64ad018917dd3))
28+
* update package revision page to normalize resources prior to diff ([#173](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/173)) ([57c7cbe](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/57c7cbee8f501a9288d23ffe903b02c0db08b889))
29+
* update pod template resource viewer ([#186](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/186)) ([295332d](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/295332d47387fa6452c16944a7095591f8229e03))
30+
* update resource viewer to use more screen space ([#166](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/166)) ([6231e59](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/6231e59e3161c995a5d8963cf0e102ed3fdfd04e))
31+
* use porch workspace name ([#184](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/184)) ([4489481](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/4489481c471db09e8fa9ae5e130ceb257e22c9e9))
32+
33+
34+
### Bug Fixes
35+
36+
* update kptfile editor function selection logic ([#172](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/172)) ([a04c4b0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/a04c4b0520d5d75b39e688297938fb8f53b77971))
37+
338
## [0.3.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.2.0...backstage-plugin-cad-v0.3.0) (2022-09-28)
439

540

plugins/cad/package.json

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

0 commit comments

Comments
 (0)