Skip to content
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

Release 17.1.1 #448

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [17.1.1](https://github.com/theforeman/puppet-certs/tree/17.1.1) (2024-04-25)

[Full Changelog](https://github.com/theforeman/puppet-certs/compare/17.1.0...17.1.1)

**Fixed bugs:**

- Fixes [\#37384](https://projects.theforeman.org/issues/37384) - properly pass fips=false when checking keystore [\#444](https://github.com/theforeman/puppet-certs/pull/444) ([evgeni](https://github.com/evgeni))

**Merged pull requests:**

- Fix tests on EL9 [\#443](https://github.com/theforeman/puppet-certs/pull/443) ([ehelms](https://github.com/ehelms))

## [17.1.0](https://github.com/theforeman/puppet-certs/tree/17.1.0) (2024-02-19)

[Full Changelog](https://github.com/theforeman/puppet-certs/compare/17.0.0...17.1.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "katello-certs",
"version": "17.1.0",
"version": "17.1.1",
"author": "katello",
"summary": "Deploys CA and required certs for a Foreman and Katello installation.",
"license": "GPL-3.0+",
Expand Down