Skip to content
Merged

2.2.5 #137

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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
### Release Summary
Bug fix Release
### Bugfixes
- TC-4542 Improve behaviour of cache then it's under memory pressure
### Minor Changes
- TC-4162 Create a read only/kill switch for TPA

## [2.2.4] - 2026-04-20

Expand Down
2 changes: 1 addition & 1 deletion play.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: Trustification
hosts: trustification
vars:
tpa_single_node_trustification_image: registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:ac1e3fc1c164af1020a2eb33350f9d59abc746b5 # noqa yaml[line-length]
tpa_single_node_trustification_image: registry.redhat.io/rhtpa/rhtpa-trustification-service-rhel9:ced1f63eb7c7bd19d20b3a990828e1ebd04c040c # noqa yaml[line-length]
vars_files:
- vars/main.yml
tasks:
Expand Down
Loading