Skip to content

Commit 02858d4

Browse files
authored
chore: update release notes (#610)
1 parent fb0eb87 commit 02858d4

7 files changed

+37
-13
lines changed

assemblies/assembly-release-notes-breaking-changes.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
This section lists breaking changes in {product} {product-version}.
66

77

8-
include::modules/release-notes/snip-removed-functionality-rhidp-4293.adoc[leveloffset=+1]
8+
include::modules/release-notes/snip-removed-functionality-rhidp-3048.adoc[leveloffset=+1]
99

1010

11-
include::modules/release-notes/snip-removed-functionality-rhidp-3048.adoc[leveloffset=+1]
11+
include::modules/release-notes/snip-removed-functionality-rhidp-3074.adoc[leveloffset=+1]
1212

1313

1414
include::modules/release-notes/snip-removed-functionality-rhidp-3187.adoc[leveloffset=+1]
1515

16+
17+
include::modules/release-notes/snip-removed-functionality-rhidp-4293.adoc[leveloffset=+1]
18+
19+
20+

assemblies/assembly-release-notes-known-issues.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
This section lists known issues in {product} {product-version}.
66

77

8+
include::modules/release-notes/snip-known-issue-rhidp-4378.adoc[leveloffset=+1]
9+
10+
811
include::modules/release-notes/snip-known-issue-rhidp-4069.adoc[leveloffset=+1]
912

1013

build/scripts/single-source-release-notes.py renamed to modules/release-notes/single-source-release-notes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
)
5555
# Delete old file files.
5656
fileList = glob.glob(
57-
modules_dir + 'snip-*.adoc'
57+
modules_dir + 'snip-*-rhidp-*.adoc'
5858
)
5959
for filePath in fileList:
6060
os.remove(filePath)

modules/release-notes/snip-cve---common-vulnerabilities-and-exposures-rhidp-3403.adoc

Whitespace-only changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[id="known-issue-rhidp-4378"]
2+
= Admin users should have high privilage
3+
4+
A conditional alias that uses `$ownerRefs` doesn't work.
5+
6+
There is no workaround.
7+
8+
.Additional resources
9+
* link:https://issues.redhat.com/browse/RHIDP-4378[RHIDP-4378]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[id="removed-functionality-rhidp-3074"]
2+
= Signing in without user in the software catalog is now disabled by default
3+
4+
By default, it is now required for the user entity to exist in the software catalog to allow sign in.
5+
This is required for production ready deployments since identities need to exist and originate from a trusted source (i.e. the Identity Provider) in order for security controls such as RBAC and Audit logging to be effective.
6+
To bypass this, enable the `dangerouslySignInWithoutUserInCatalog` configuration that allows sign in without the user being in the catalog.
7+
Enabling this option is dangerous as it might allow unauthorized users to gain access.
8+
9+
.Additional resources
10+
* link:https://issues.redhat.com/browse/RHIDP-3074[RHIDP-3074]
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
[id="removed-functionality-rhidp-3187"]
2-
= {company-name} and Community Technology Preview (TP) plugins and actions are disabled by default
3-
4-
1+
[id="removed-functionality-rhidp-3187"]
2+
= {company-name} and Community Technology Preview (TP) plugins and actions are disabled by default
3+
54
Before this update, some {company-name} and Community Technology Preview (TP) plugins and actions were enabled by default:
65

7-
86
.Technology Preview plugins
97
* @backstage-community/plugin-catalog-backend-module-scaffolder-relation-processor (changing in RHIDP-3643)
108

@@ -20,11 +18,10 @@ Before this update, some {company-name} and Community Technology Preview (TP) pl
2018

2119
With this update, all plugins included under the link:https://access.redhat.com/support/offerings/techpreview[Technology Preview scope of support], whether from {company-name} or the community, are disabled by default.
2220

23-
2421
.Procedure
2522
* If your workload requires these plugins, enable them in your custom resource or configmap using `disabled: false`.
2623

27-
//See https://github.com/redhat-developer/red-hat-developer-hub/blob/main/dynamic-plugins.default.yaml for examples.
28-
29-
.Additional resources
30-
* link:https://issues.redhat.com/browse/RHIDP-3187[RHIDP-3187]
24+
//See https://github.com/redhat-developer/red-hat-developer-hub/blob/main/dynamic-plugins.default.yaml for examples.
25+
26+
.Additional resources
27+
* link:https://issues.redhat.com/browse/RHIDP-3187[RHIDP-3187]

0 commit comments

Comments
 (0)