Skip to content

Commit a35ad18

Browse files
committed
Add conditional build for community
By default, Prime-only bits are included.
1 parent d2db7ba commit a35ad18

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/generate-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
exit 1
5050
fi
5151
52-
asciidoctor -v -b docbook5 -o "$XML_FILE" "$INPUT_FILE"
52+
asciidoctor -v -a build-type=community -b docbook5 -o "$XML_FILE" "$INPUT_FILE"
5353
5454
- name: Convert DocBook to GitHub-Flavored Markdown
5555
run: |

versions/v2.13/modules/en/pages/release-notes/v2.13.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ It is crucial that you review the available disk space on your nodes and plan ac
141141
Rancher now has an enablement option called link:https://ranchermanager.docs.rancher.com/v2.13/how-to-guides/advanced-user-guides/enable-api-audit-log#viewing-api-audit-logs:~:text=Description-,AUDIT_LOG_ENABLED,-false%20%2D%20Disables%20the[`AUDIT_LOG_ENABLED`] for API Audit Logs for a Rancher installation. In Rancher versions 2.11.x and earlier, only the `AUDIT_LEVEL` could be set and the default log level (`0`) would disable the audit log. In Rancher versions 2.12.x and later, the default log level (`0`) now only contains the log request and response metadata, and can be set when configuring `AUDIT_LOG_ENABLED`. If installing or upgrading via Helm you can enable the API Audit Logs and specify the log level by applying the following setting to your Helm command: `--set auditLog.enabled=true --set auditLog.level=0`. See the link:https://ranchermanager.docs.rancher.com/v2.13/how-to-guides/advanced-user-guides/enable-api-audit-log[Enabling the API Audit Log to Record System Events] documentation and link:https://github.com/rancher/rancher/issues/48941[#48941].
142142
====
143143

144+
ifeval::["{build-type}" != "community"]
145+
== Chart Name Change for Rancher Prime
146+
147+
Starting with Rancher Prime v2.13.1+, the chart name has changed from `rancher` to `rancher-prime`. This means when you upgrade or install Rancher 2.13+, the chart name you use will be `rancher-prime` instead, for example `helm install rancher rancher-prime/rancher-prime`. Note that you must first set up the `rancher-prime` chart repo.
148+
endif::[]
149+
144150
== Changes in Image Artifacts
145151

146152
Image artifact digests are renamed in Rancher v2.12.0, v2.11.4 and v2.10.8. Up until this change, separate image digests files for each operating system and architecture have been maintained for compatibility reasons. With this change, only one file for each operating system is to be provided:

0 commit comments

Comments
 (0)