v0.26.1 #1056
v0lkan
announced in
Announcements
v0.26.1
#1056
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
RedHat OpenShift compatible manifests. You’ll need to set
global.enableOpenShift
to
true
to use this feature. It isfalse
by default because it introducedOpenShift-specific security rules that other clusters will not interpret
properly.
spireHelperBash
,spireHelperKubectl
,openShiftHelperUbi9
to help and streamline SPIRE deployment and hardenits security by mutating webhook configurations and other security attributes
post-install.
reach there one unit test at a time.
Changed
to align them with the official upstream SPIFFE
helm-charts-hardened
project. This means, VSecM users will need to add
className: "vsecm"
totheir workload SPIFFEID for the workloads to get their SVIDs.
spire-agent.sock
instead of
agent.sock
. If you are using VSecM SDK or VSecM Sidecarthis change is transparent; however if you are manually consuming the SPIRE
Agent socket, you’d need to change your code to listen to the new socket.
in JSON form to align with
helm-charts-hardened
.documentation by the time of this release note. We will update the documentation
shortly. In the meantime, when in doubt, take source code as the authoritative
reference for variable naming. Helm charts will also contain the correct
environment variable names and default values.
not change the behavior or introduce any new behavior.
Security
namespace isolation) and also has a
restricted
pod security audit witha read-only file system and an unprivileged non-root account.
Fixed
Check out the changelog for a human-readable summary of what has happened so far.
Below are the generated release notes of every commit since the last release cut:
What's Changed
Full Changelog: v0.26.0...v0.26.1
This discussion was created from the release v0.26.1.
Beta Was this translation helpful? Give feedback.
All reactions