From 8c93bc5c288c264ebe6800224f49d69a3d820bc4 Mon Sep 17 00:00:00 2001 From: Rohit Rai Date: Wed, 25 Oct 2023 15:56:06 +0530 Subject: [PATCH] chore(main): release rhtap-ui 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6e7..466df71c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eeec80d76..8b93c9f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.1.0](https://github.com/openshift/hac-dev/compare/rhtap-ui-v0.0.1...rhtap-ui-v0.1.0) (2023-10-25) + + +### Features + +* add kind annotation to EC ITS ([214367f](https://github.com/openshift/hac-dev/commit/214367f90d3c04a502cbd06261e7982fd05242ec)) +* **import-flow:** add visibility annotation on component creation ([a74094d](https://github.com/openshift/hac-dev/commit/a74094df90362a80e6a5749693f567cb45dec726)) +* **integration test:** add edit param modals in details ([69515dc](https://github.com/openshift/hac-dev/commit/69515dcb87e8e734b636fb667b7b7caa78dc359c)) +* **integrationtest:** integrationTest params support ([c28d391](https://github.com/openshift/hac-dev/commit/c28d39172a39c3a653e5f8979535ad8cd38cfd32)) + + +### Bug Fixes + +* **add-snpshot-link:** add snapshot link in pipelinerun details page ([5bf8597](https://github.com/openshift/hac-dev/commit/5bf85975006a85990bc1ce8e9d48d07cfdf296d7)) +* consider all pipeline runs, by using paging ([d6afd90](https://github.com/openshift/hac-dev/commit/d6afd90514b69353ea6ca27edfd537bff1cbe9d5)) +* **int-filter:** modify integration test search filter field ([78c7518](https://github.com/openshift/hac-dev/commit/78c7518b603f7dcb0a1901106a959c715b002d4b)) +* modify the integration test path description ([91f1a47](https://github.com/openshift/hac-dev/commit/91f1a477f8955b454bf0839df5df86832936b25c)) +* **overview graph:** navigate to components list on 'No builds yet' click ([26bb6ef](https://github.com/openshift/hac-dev/commit/26bb6ef82f9e91741a4ab6bc5dcb32d4dc88c860)) +* **releases:** filtering & sorting for releases ([c8a6a1a](https://github.com/openshift/hac-dev/commit/c8a6a1a443abe3be57d4f53dc03462cfd71cfbf4)) +* **secret-list:** fix secret list page error when secret is missing status field ([b02853c](https://github.com/openshift/hac-dev/commit/b02853c9a475fac85a812d72e73e0bcfc94a6667)) +* **task logs:** show logs for skipped or idle tasks if they exist ([9470293](https://github.com/openshift/hac-dev/commit/9470293b09a1ecb9ef6948602978796389243866)) +* **test:** remove check from e2e tests for latest commits on overview page ([175f28f](https://github.com/openshift/hac-dev/commit/175f28f1ffb2a747b86128e3f085389112202235)) +* **test:** update pipeline labels ([9f81399](https://github.com/openshift/hac-dev/commit/9f81399d087a5db199aff7fa6889f094fd03a3f5)) +* **test:** wait for new github repo availability ([ab3dbde](https://github.com/openshift/hac-dev/commit/ab3dbde58c6616be6b138f55b216a9ab346a9a89)) + ## [0.0.1](https://github.com/openshift/hac-dev/compare/rhtap-ui-v0.0.1...rhtap-ui-v0.0.2) (2023-09-29) #### Notes - This is the first release so added features and bug fixes manually for past 1 month as part of release notes. This will get better for the next release when we start to follow conventional commit messages. diff --git a/package-lock.json b/package-lock.json index d7fefe786..f60c80fc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hac-dev", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hac-dev", - "version": "0.0.1", + "version": "0.1.0", "dependencies": { "@fortawesome/fontawesome-free": "^5.9.0", "@openshift/dynamic-plugin-sdk": "^2.0.1", diff --git a/package.json b/package.json index a2933358c..d5e2cd6b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hac-dev", - "version": "0.0.1", + "version": "0.1.0", "private": false, "engines": { "node": ">=14.0.0",