You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow to explicitly disable wrapper plugins (#62)
* feat: allow to explicitly disable wrapper plugins
Signed-off-by: Jan Richter <jrichter@redhat.com>
* restrict to PR checks and bump version
---------
Signed-off-by: Jan Richter <jrichter@redhat.com>
Copy file name to clipboardExpand all lines: docs/changelog.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,13 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
## [1.1.21] - Current
5
+
## [1.1.22] - Current
6
+
7
+
### Added
8
+
9
+
-**disableWrappers option for rhdh.configure**: Allows listing plugins whose wrappers will be disabled in the dynamic plugins config to allow the use of PR images when a wrapper is enabled by default for the same plugin. This option is ignored if the `GIT_PR_NUMBER` environment variable is not set.
10
+
11
+
## [1.1.21]
6
12
7
13
### Fixed
8
14
@@ -87,7 +93,7 @@ All notable changes to this project will be documented in this file.
87
93
-`VAULT_GH_2FA_SECRET` - GitHub user secret for 2 factor authentication
Both entries configure the same plugin, but since the sources are different, one does not override the other, leading to conflicts and initContainer failure. For the deployment to run successfully using the latest oci image, the wrapper must be explicitly disabled.
22
+
23
+
## Configuring Wrappers to Disable
24
+
25
+
The `disableWrappers` option can be used to disable wrapper plugins:
0 commit comments