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

Commit 45879d3

Browse files
chore: release main
1 parent b48a7fa commit 45879d3

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

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

plugins/cad/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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-10-10)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
* 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))
15+
* 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))
16+
* 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))
17+
18+
19+
### Bug Fixes
20+
21+
* 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))
22+
323
## [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)
424

525

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)