Skip to content

Commit

Permalink
chore: release main (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 15, 2022
1 parent 77641a5 commit c8e10b6
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins/cad": "0.1.0",
"plugins/cad": "0.2.0",
"plugins/cad-backend": "0.0.0"
}
21 changes: 21 additions & 0 deletions plugins/cad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.2.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.1.0...backstage-plugin-cad-v0.2.0) (2022-06-15)


### Features

* add restore package revision ([#22](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/22)) ([8c68d50](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/8c68d508974e1c54b08dbfa1f9d4d3d909ced11d))
* add service account autocompletion to role binding editor ([#38](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/38)) ([f8c9808](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/f8c9808ef4aac4dd24ee3746cbaa61df41916d67))
* show added, updated, and removed resources ([#33](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/33)) ([d8bdb0a](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/d8bdb0ab244dfce7538bc3e692eb867ae9069c58))
* show blueprint name on package summary table ([#26](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/26)) ([7c6b61b](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/7c6b61b49a880fd127e186f05bd775c88efbf4f7))
* show changes summary on package revisions table ([#37](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/37)) ([e0b661b](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/e0b661bc0c6d282a35bcf9d0fe2ff908a142d7eb))
* show diff of individual package resources ([#36](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/36)) ([c8dbd29](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/c8dbd293737f96d40ad4e24c0e43bcd75014a4ff))
* show package count on repositories table ([#31](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/31)) ([f28d527](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/f28d527547b11a7b4b40dbdbcdea518265a9cc72))


### Bug Fixes

* do not add an indentation level to array elements ([#30](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/30)) ([c79a559](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/c79a5593546591072434fbb2d64e2f4d0dc0b813))
* pass current package resources to resource editor dialog ([#39](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/39)) ([ce8daa0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/ce8daa02599c9cb67f75414a552618a684a9c852))
* specify tasks list when restoring a package revision ([#43](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/43)) ([77641a5](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/77641a517b25f96f1ed5e76f98c25d25049e7c25))
* use double quotes when serializing yaml ([#41](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/41)) ([c2ced57](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/c2ced5753a695a983607db0ed6feb123c7bc1f09))

## [0.1.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.0.0...backstage-plugin-cad-v0.1.0) (2022-05-25)


Expand Down
2 changes: 1 addition & 1 deletion plugins/cad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kpt/backstage-plugin-cad",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit c8e10b6

Please sign in to comment.