Skip to content

Commit 2d0d82c

Browse files
Version Packages (#2780)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dff3b21 commit 2d0d82c

8 files changed

Lines changed: 20 additions & 14 deletions

File tree

workspaces/konflux/.changeset/dark-ads-hear.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

workspaces/konflux/.changeset/gold-regions-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/konflux/plugins/konflux-backend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @red-hat-developer-hub/backstage-plugin-konflux-backend
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- dff3b21: Feat: add wildcard (_) and glob pattern support (e.g. my-app-_, \*-backend) for the applications field in konflux-ci.dev/clusters annotation.
8+
Feat: allow omitting applications to fetch all applications from a namespace.
9+
- @red-hat-developer-hub/backstage-plugin-konflux-common@0.1.6
10+
311
## 0.1.5
412

513
### Patch Changes

workspaces/konflux/plugins/konflux-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-konflux-backend",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/konflux/plugins/konflux-common/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @red-hat-developer-hub/backstage-plugin-konflux-common
22

3+
## 0.1.6
4+
35
## 0.1.5
46

57
## 0.1.4

workspaces/konflux/plugins/konflux-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-konflux-common",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "Apache-2.0",
55
"description": "Common functionalities for the konflux-common plugin",
66
"main": "src/index.ts",

workspaces/konflux/plugins/konflux/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @red-hat-developer-hub/backstage-plugin-konflux
22

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- dff3b21: Docs: document wildcard and glob pattern usage with examples and YAML quoting note.
8+
- @red-hat-developer-hub/backstage-plugin-konflux-common@0.1.6
9+
310
## 0.1.5
411

512
### Patch Changes

workspaces/konflux/plugins/konflux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/backstage-plugin-konflux",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "Apache-2.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)