Skip to content

Commit ea6469b

Browse files
committed
minor tweak now that the 1.4 fixversion in JIRA is renamed to 1.4.0
Signed-off-by: Nick Boldt <[email protected]>
1 parent c1e5957 commit ea6469b

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

modules/release-notes/ref-release-notes-breaking-changes.adoc

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
:_content-type: REFERENCE
2-
[id="breaking-changes"]
3-
= Breaking changes
4-
5-
This section lists breaking changes in {product} {product-version}.
6-
7-
[id="removed-functionality-rhidp-4572"]
8-
== Updated monitoring and logging metrics
9-
10-
Prom-client metrics have been removed and replaced with OpenTelemetry metrics. As a result, the metrics port has changed from `7007` to `9464`. Deprecated metrics have also been removed. If you had dependencies on these, ensure your prometheus queries are updated. For further information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/monitoring_and_logging/index[Monitoring and logging].
11-
12-
13-
.Additional resources
14-
* link:https://issues.redhat.com/browse/RHIDP-4572[RHIDP-4572]
15-
16-
[id="removed-functionality-rhidp-4853"]
17-
== Plugins with updated scope
18-
1+
:_content-type: REFERENCE
2+
[id="breaking-changes"]
3+
= Breaking changes
4+
5+
This section lists breaking changes in {product} {product-version}.
6+
7+
[id="removed-functionality-rhidp-4572"]
8+
== Updated monitoring and logging metrics
9+
10+
Prom-client metrics have been removed and replaced with OpenTelemetry metrics. As a result, the metrics port has changed from `7007` to `9464`. Deprecated metrics have also been removed. If you had dependencies on these, ensure your prometheus queries are updated. For further information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/monitoring_and_logging/index[Monitoring and logging].
11+
12+
13+
.Additional resources
14+
* link:https://issues.redhat.com/browse/RHIDP-4572[RHIDP-4572]
15+
16+
[id="removed-functionality-rhidp-4853"]
17+
== Plugins with updated scope
18+
1919
To upgrade from {product-very-short} 1.3 to 1.4, you must update your configuration to use the latest versions of the following plugins from the new scope.
2020

2121
With this update, the following plugins, previously under the `@janus-idp` scope, have now been moved to the `@backstage-community` scope:
@@ -88,11 +88,11 @@ With the update to the plugin scope, the dynamic plugin configuration has also b
8888
[NOTE]
8989
====
9090
In addition to the previously provided tables, you can compare the link:https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/blob/release-1.4/modules/dynamic-plugins/rhdh-supported-plugins.csv[RHDH 1.4 CSV file] with the link:https://github.com/redhat-developer/red-hat-developers-documentation-rhdh/blob/release-1.3/modules/dynamic-plugins/rhdh-supported-plugins.csv[RHDH 1.3 CSV file] to identify the changes in dynamic plugins.
91-
====
92-
93-
94-
.Additional resources
95-
* link:https://issues.redhat.com/browse/RHIDP-4853[RHIDP-4853]
96-
97-
98-
91+
====
92+
93+
94+
.Additional resources
95+
* link:https://issues.redhat.com/browse/RHIDP-4853[RHIDP-4853]
96+
97+
98+

modules/release-notes/ref-release-notes-fixed-issues.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In the previous version, operator deployment could fail due to a database table
3232
.Additional resources
3333
* link:https://issues.redhat.com/browse/RHIDP-5411[RHIDP-5411]
3434

35-
== Fixed issues in 1.4
35+
== Fixed issues in 1.4.0
3636

3737
[id="bug-fix-rhidp-2727"]
3838
=== GitHub issues plugin supports multiple GitHub integration hosts

modules/release-notes/single-source-release-notes.jira2asciidoc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sections:
1212
AND level is EMPTY
1313
AND status in (Closed, "Release Pending")
1414
AND "Release Note Type" in ("Feature", "Enhancement")
15-
AND fixVersion >= "{version_minor}"
15+
AND fixVersion >= "{version_minor}.0"
1616
AND fixVersion < "{version_next}"
1717
ORDER BY key
1818
template: without-jira-link
@@ -26,7 +26,7 @@ sections:
2626
AND level is EMPTY
2727
AND status in (Closed, "Release Pending")
2828
AND "Release Note Type" in ("Removed Functionality")
29-
AND fixVersion >= "{version_minor}"
29+
AND fixVersion >= "{version_minor}.0"
3030
AND fixVersion < "{version_next}"
3131
ORDER BY key
3232
template: with-jira-link
@@ -40,7 +40,7 @@ sections:
4040
AND level is EMPTY
4141
AND status in (Closed, "Release Pending")
4242
AND "Release Note Type" in ("Deprecated Functionality")
43-
AND fixVersion >= "{version_minor}"
43+
AND fixVersion >= "{version_minor}.0"
4444
AND fixVersion < "{version_next}"
4545
ORDER BY key
4646
template: with-jira-link
@@ -62,7 +62,7 @@ sections:
6262
AND level is EMPTY
6363
AND status in (Closed, "Release Pending")
6464
AND "Release Note Type" in ("Developer Preview", "Technology Preview")
65-
AND fixVersion >= "{version_minor}"
65+
AND fixVersion >= "{version_minor}.0"
6666
AND fixVersion < "{version_next}"
6767
ORDER BY key
6868
template: with-jira-link
@@ -76,7 +76,7 @@ sections:
7676
AND level is EMPTY
7777
AND status in (Closed, "Release Pending")
7878
AND "Release Note Type" = "Bug Fix"
79-
AND fixVersion >= "{version_minor}"
79+
AND fixVersion >= "{version_minor}.0"
8080
AND fixVersion < "{version_next}"
8181
ORDER BY fixVersion DESC,key
8282
template: with-z-stream-section
@@ -89,7 +89,7 @@ sections:
8989
AND "Release Note Status" = "Done"
9090
AND level is EMPTY
9191
AND "Release Note Type" in ("Known Issue")
92-
AND affectedVersion >= "{version_minor}"
92+
AND affectedVersion >= "{version_minor}.0"
9393
AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY)
9494
ORDER BY key DESC
9595
template: with-jira-link

0 commit comments

Comments
 (0)