-
Notifications
You must be signed in to change notification settings - Fork 1.8k
OSDOCS-17030 created GA release notes #101444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
wgabor0427
wants to merge
1
commit into
openshift:main
Choose a base branch
from
wgabor0427:OSDOCS-17030
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -10,11 +10,60 @@ The {external-secrets-operator} is a cluster-wide service that provides lifecycl | |||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| These release notes track the development of {external-secrets-operator-short}. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| :FeatureName: The {external-secrets-operator} | ||||||||||||||||||||||||
| include::snippets/technology-preview.adoc[leveloffset=+1] | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| For more information, see xref:../../security/external_secrets_operator/index.adoc#external-secrets-operator-about[{external-secrets-operator-short} overview]. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| [id="external-secrets-operator-release-notes-1-0-0_{context}"] | ||||||||||||||||||||||||
| == Release notes for {external-secrets-operator} 1.0.0 (General Availability) | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Issued: 2025-11-03 | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| The following advisories are available for the {external-secrets-operator} 1.0.0: | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| * link:https://access.redhat.com/errata/RHBA-2025:19416[RHBA-2025:19416] | ||||||||||||||||||||||||
| * link:https://access.redhat.com/errata/RHBA-2025:19417[RHBA-2025:19417] | ||||||||||||||||||||||||
| * link:https://access.redhat.com/errata/RHBA-2025:19418[RHBA-2025:19418] | ||||||||||||||||||||||||
| * link:https://access.redhat.com/errata/RHBA-2025:19463[RHBA-2025:19463] | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Version 1.0.0 of the {external-secrets-operator} is based on the upstream external-secrets version v0.19.0. For more information, see the link:https://github.com/external-secrets/external-secrets/releases/tag/v0.19.0[external-secrets project release notes for v0.19.0]. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| [id="external-secrets-operator-1-0-0-bug-fixes_{context}"] | ||||||||||||||||||||||||
| === Bug fixes | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| * Before this release, many of the APIs listed in the console for the {external-secrets-operator} were missing descriptions. With this release, the API descriptions have been added. (link:https://issues.redhat.com/browse/OCPBUGS-61081[OCPBUGS-61081]) | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| [id="external-secrets-operator-1-0-0-features-enhancements_{context}"] | ||||||||||||||||||||||||
| === New features and enhancements | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| *Renaming and improvements on the Operator API* | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| With this release, the Operator API externalsecrets.operator.openshift.io has been renamed to externalsecretsconfigs.operator.openshift.io to avoid confusions with the external-secrets provided API that has the same name, but a different purpose. The API has also been restructured and new features are added. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| For more information, see {external-secrets-operator} APIs. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| *Support to collect metrics of {external-secrets-operator-short}* | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| With this release, the {external-secrets-operator} supports collecting metrics for both the Operator and operands. This is optional and must be enabled. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| For more information, see Monitoring the {external-secrets-operator}. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| *Support to configure proxy for {external-secrets-operator-short}* | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| With this release, the {external-secrets-opeator} supports configuring proxy for both the Operator and operand. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| For more information, see About the egress proxy for the {external-secrets-operator}. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| *Root filesystem is read-only for {external-secrets-operator} containers* | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| With this release, to improve security, the {external-secrets-operator} and all its operands have the `readOnlyRootFilesystem` security context set to true by default. This enhancement hardens the containers and prevents a potential attacker from modifying the contents of the container’s root file system. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| *Network policy hardening is now available for {external-secrets-operator-short} components* | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| With this release, {external-secrets-opeator} includes pre-defined `NetworkPolicy` resources designed for enhanced security by governing ingress and egress traffic for operand components. These policies cover essential internal traffic, such as ingress to the metrics and webhook servers, and egress to the OpenShift API server and DNS server. Note that deployment of the `NetworkPolicy` is enabled by default and egress allow policies must be explicitly defined in the `ExternalSecretsConfig` custom resource for the `external-secrets` component to fetch secrets from external providers. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| For more information, see Configuring Network Policy for the Operands. | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||||||||||||||||||||||||
| [id="external-secrets-operator-release-notes-0-1-0_{context}"] | ||||||||||||||||||||||||
| == Release notes for {external-secrets-operator} 0.1.0 (Technology Preview) | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes aren't reflecting, please have a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done