Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions modules/external-secrets-operator-rn-1-1-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// Module included in the following assemblies:
//
// * security/external_secrets_operator/external-secrets-operator-release-notes.adoc
:_mod-docs-content-type: REFERENCE
[id="external-secrets-operator-rn-1-1-1_{context}"]
= Release notes for {external-secrets-operator} 1.1.1

[role="_abstract"]
{external-secrets-operator} 1.1.1 is based on the upstream external-secrets version 0.20.4.

Issued: 13 August 2026

This release fixes some Common Vulnerabilities and Exposures (CVEs) and provides related Red Hat advisories.

The following advisories are available for the {external-secrets-operator}:

* https://access.redhat.com/errata/RHBA-2026:54480[RHBA-2026:54480]
* https://access.redhat.com/errata/RHSA-2026:54525[RHSA-2026:54525]
* https://access.redhat.com/errata/RHBA-2026:54526[RHBA-2026:54526]
* https://access.redhat.com/errata/RHBA-2026:54537[RHBA-2026:54537]

[is="external-secrets-operator-1-1-1-cves_{context}"]
== CVEs

* https://access.redhat.com/security/cve/cve-2026-44740[CVE-2026-44740]
* https://access.redhat.com/security/cve/cve-2026-27145[CVE-2026-27145]
* https://access.redhat.com/security/cve/cve-2026-39835[CVE-2026-39835]
Comment thread
wgabor0427 marked this conversation as resolved.
* https://access.redhat.com/security/cve/cve-2026-56852[CVE-2026-56852]

[id="external-secrets-operator-1-1-1-features-enhancements_{context}"]
== New features and enhancements

*Operand container arguments can be overridden by using the Operator Subscription*

With this release, you can override container arguments for the `external-secrets` operand components by setting environment variables in the `spec.config.env` field of the {external-secrets-operator-short} Subscription. The supported variables are `OPERAND_EXTERNAL_SECRETS_ARGS`, `OPERAND_WEBHOOK_ARGS`, `OPERAND_CERT_CONTROLLER_ARGS`, and `OPERAND_BITWARDEN_SDK_SERVER_ARGS`. Use comma-separated `--key=value` flags. Commas inside values such as `--tls-ciphers` are supported.

For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html-single/security_and_compliance/index#external-secrets-log-levels[Customizing the External Secrets Operator for Red Hat OpenShift].

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this link relevant to the enhancement listed here? I'm wondering if it might have been accidentally copied over from the 1.1.0 release notes.


Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ For more information, see xref:../../security/external_secrets_operator/index.ad
// ESO RN 1.2
include::modules/external-secrets-operator-rn-1-2.adoc[leveloffset=+1]

// ESO RN 1.1.1
include::modules/external-secrets-operator-rn-1-1-1.adoc[leveloffset=+1]


// ESO RN 1.1
include::modules/external-secrets-operator-rn-1-1.adoc[leveloffset=+1]

Expand Down