Add changelog entries for 0.40.1, and 0.41.0#1625
Conversation
Signed-off-by: David Kwon <dakwon@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dkwon17 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| - `controller.devfile.io/mount-to-devworkspace-include` — mount the resource only to workspaces whose names match the specified pattern | ||
| - `controller.devfile.io/mount-to-devworkspace-exclude` — mount the resource to all workspaces except those whose names match the specified pattern |
There was a problem hiding this comment.
Minor style nit: would it make sense to use : instead of — for the annotation descriptions here? I think it may align a bit better with the rest of the changelog formatting and read more naturally in release notes.
| - `controller.devfile.io/mount-to-devworkspace-include` — mount the resource only to workspaces whose names match the specified pattern | |
| - `controller.devfile.io/mount-to-devworkspace-exclude` — mount the resource to all workspaces except those whose names match the specified pattern | |
| - `controller.devfile.io/mount-to-devworkspace-include` : mount the resource only to workspaces whose names match the specified pattern | |
| - `controller.devfile.io/mount-to-devworkspace-exclude` : mount the resource to all workspaces except those whose names match the specified pattern |
|
|
||
| When either annotation is set, the DevWorkspace operator also watches the annotated resource and triggers reconciliation of the targeted workspaces when the resource changes. | ||
|
|
||
| See [docs/additional-configuration.md](docs/additional-configuration.md#automatically-mounting-volumes-configmaps-and-secrets) for more details. |
There was a problem hiding this comment.
| See [docs/additional-configuration.md](docs/additional-configuration.md#automatically-mounting-volumes-configmaps-and-secrets) for more details. | |
| See [docs/additional-configuration.md](docs/additional-configuration.adoc#automatically-mounting-volumes-configmaps-and-secrets) for more details. |
| name: my-config | ||
| ``` | ||
|
|
||
| See [docs/additional-configuration.md](docs/additional-configuration.md#automatically-mounting-volumes-configmaps-and-secrets) for more details. |
There was a problem hiding this comment.
| See [docs/additional-configuration.md](docs/additional-configuration.md#automatically-mounting-volumes-configmaps-and-secrets) for more details. | |
| See [docs/additional-configuration.md](docs/additional-configuration.adoc#automatically-mounting-volumes-configmaps-and-secrets) for more details. |
What does this PR do?
Adds changelog entries for DWO 0.40.1 and the upcoming 0.41.0
What issues does this PR fix or reference?
Is it tested? How?
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-pathto trigger)v8-devworkspace-operator-e2e: DevWorkspace e2e testv8-che-happy-path: Happy path for verification integration with Che