From c90ac01716a1c550b0f1d9b7090cc95eb490395d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 17:23:34 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- plugins/cad-backend/CHANGELOG.md | 7 +++++++ plugins/cad-backend/package.json | 2 +- plugins/cad/CHANGELOG.md | 15 +++++++++++++++ plugins/cad/package.json | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e4d7a1f3..81a8f898 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/plugins/cad-backend/CHANGELOG.md b/plugins/cad-backend/CHANGELOG.md index 38870311..c6c29fae 100644 --- a/plugins/cad-backend/CHANGELOG.md +++ b/plugins/cad-backend/CHANGELOG.md @@ -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) diff --git a/plugins/cad-backend/package.json b/plugins/cad-backend/package.json index 29f5f4eb..a7a68780 100644 --- a/plugins/cad-backend/package.json +++ b/plugins/cad-backend/package.json @@ -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", diff --git a/plugins/cad/CHANGELOG.md b/plugins/cad/CHANGELOG.md index 3af82cd5..8827bd22 100644 --- a/plugins/cad/CHANGELOG.md +++ b/plugins/cad/CHANGELOG.md @@ -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) diff --git a/plugins/cad/package.json b/plugins/cad/package.json index 7c875910..e1b2b447 100644 --- a/plugins/cad/package.json +++ b/plugins/cad/package.json @@ -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",