Skip to content
Merged
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
2 changes: 1 addition & 1 deletion pkg/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// DdotCollectorLatestVersion corresponds to the latest stable ddot-collector release
DdotCollectorLatestVersion = "7.78.1"
// FIPSProxyLatestVersion corresponds to the latest stable fips-proxy release
FIPSProxyLatestVersion = "1.1.21"
FIPSProxyLatestVersion = "1.1.23"
// DDOTFIPSMinimumVersion is the minimum version at which ddot-collector publishes a -fips variant.
// Note: the regular agent -fips image predates this; this constant only applies to ddot-collector.
// Add "-0" so that pre-release versions are considered sufficient. https://github.com/Masterminds/semver#working-with-prerelease-versions
Expand Down
Loading