Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #267

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins/cad": "0.4.0",
"plugins/cad-backend": "0.1.0"
"plugins/cad": "0.5.0",
"plugins/cad-backend": "0.2.0"
}
7 changes: 7 additions & 0 deletions plugins/cad-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-backend-v0.1.0...backstage-plugin-cad-backend-v0.2.0) (2023-07-07)


### Features

* allow maximum http request size to be configurable ([#268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/268)) ([088c268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/088c2683aad003dfaff9ce52ef42b5c055a32f66))

## [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-12-08)


Expand Down
2 changes: 1 addition & 1 deletion plugins/cad-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kpt/backstage-plugin-cad-backend",
"version": "0.1.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions plugins/cad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.4.0...backstage-plugin-cad-v0.5.0) (2023-07-07)


### Features

* add support for porch optimistic concurrency control ([#271](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/271)) ([a7ac6a5](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/a7ac6a5311224df5eccacd2dfa80077f6d55775a))
* allow maximum http request size to be configurable ([#268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/268)) ([088c268](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/088c2683aad003dfaff9ce52ef42b5c055a32f66))
* update default resource viewer ([#266](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/266)) ([df9ce8f](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/df9ce8fe9a241ae6f9042cc5e7a32e1f6bd923c4))
* update secret resource viewer ([#270](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/270)) ([c06e5c5](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/c06e5c53e74ebbdf0e53408ee2f9793b12eac33a))


### Bug Fixes

* update resource viewer to handle null fields ([#269](https://github.com/GoogleContainerTools/kpt-backstage-plugins/issues/269)) ([a02d941](https://github.com/GoogleContainerTools/kpt-backstage-plugins/commit/a02d94170bf1bd920055ae940d60d0f6b5412188))

## [0.4.0](https://github.com/GoogleContainerTools/kpt-backstage-plugins/compare/backstage-plugin-cad-v0.3.0...backstage-plugin-cad-v0.4.0) (2022-12-08)


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.4.0",
"version": "0.5.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down