We are excited to announce the release of: puppet-octavia 22.0.1 This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/puppet-octavia Download the package from: https://tarballs.openstack.org/puppet-octavia/ Please report issues through: https://bugs.launchpad.net/puppet-octavia/+bugs For more details, please see below. Changes in puppet-octavia 22.0.0..22.0.1 ---------------------------------------- 864a914 Prepare final stable/2023.1 release 6eb032c Use different resource name for persistence db setup 942cbc7 certificates: Passphrase parameters should be secret 844cabc Restrict access to certificate files 4109b02 Fix wrong audit class tested in unit tests b79e5a3 Add .pdkignore to exclude some files from tar ball 1faed32 Add per module policy service refresh f5b60b9 Update TOX_CONSTRAINTS_FILE for stable/2023.1 d25a5e9 Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .pdkignore | 51 ++++++++++++++++++++++++ manifests/certificates.pp | 12 +++--- manifests/db/sync_persistence.pp | 2 +- manifests/deps.pp | 2 +- manifests/policy.pp | 1 + metadata.json | 2 +- spec/classes/octavia_audit_spec.rb | 22 +++++----- spec/classes/octavia_certificates_spec.rb | 23 ++++++----- spec/classes/octavia_db_sync_persistence_spec.rb | 4 +- spec/classes/octavia_policy_spec.rb | 2 + tox.ini | 2 +- 12 files changed, 90 insertions(+), 34 deletions(-)