Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [30.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/30.0.0) (2026-01-28)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/29.1.0...30.0.0)

**Breaking changes:**

- Fixes [\#38841](https://projects.theforeman.org/issues/38841) - Remove ACD plugin [\#890](https://github.com/theforeman/puppet-foreman_proxy/pull/890) ([maximiliankolb](https://github.com/maximiliankolb))
- Drop ssh-async rex mode [\#884](https://github.com/theforeman/puppet-foreman_proxy/pull/884) ([adamruzicka](https://github.com/adamruzicka))

**Implemented enhancements:**

- Add support for OpenVox [\#895](https://github.com/theforeman/puppet-foreman_proxy/pull/895) ([evgeni](https://github.com/evgeni))
- Allow theforeman/foreman 29.x [\#892](https://github.com/theforeman/puppet-foreman_proxy/pull/892) ([evgeni](https://github.com/evgeni))
- Fixes [\#38964](https://projects.theforeman.org/issues/38964) - Add salt minimum auth version [\#891](https://github.com/theforeman/puppet-foreman_proxy/pull/891) ([sbernhard](https://github.com/sbernhard))
- Add openbolt acceptance test [\#885](https://github.com/theforeman/puppet-foreman_proxy/pull/885) ([bastelfreak](https://github.com/bastelfreak))
- Introduce SSH cert support [\#867](https://github.com/theforeman/puppet-foreman_proxy/pull/867) ([adamlazik1](https://github.com/adamlazik1))

**Fixed bugs:**

- Set user and password last when constructing an URI [\#894](https://github.com/theforeman/puppet-foreman_proxy/pull/894) ([evgeni](https://github.com/evgeni))

## [29.1.0](https://github.com/theforeman/puppet-foreman_proxy/tree/29.1.0) (2025-12-09)
Comment thread
evgeni marked this conversation as resolved.

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/29.0.0...29.1.0)

**Implemented enhancements:**

- Implement openbolt plugin support [\#883](https://github.com/theforeman/puppet-foreman_proxy/pull/883) ([bastelfreak](https://github.com/bastelfreak))
- Implement Rocky 9 support [\#882](https://github.com/theforeman/puppet-foreman_proxy/pull/882) ([bastelfreak](https://github.com/bastelfreak))

## [29.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/29.0.0) (2025-11-06)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/28.2.0...29.0.0)
Expand Down
60 changes: 60 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
## [30.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/30.0.0) (2026-01-28)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/29.1.0...30.0.0)

**Breaking changes:**

- Fixes [\#38841](https://projects.theforeman.org/issues/38841) - Remove ACD plugin [\#890](https://github.com/theforeman/puppet-foreman_proxy/pull/890) ([maximiliankolb](https://github.com/maximiliankolb))
- Drop ssh-async rex mode [\#884](https://github.com/theforeman/puppet-foreman_proxy/pull/884) ([adamruzicka](https://github.com/adamruzicka))

**Implemented enhancements:**

- Add support for OpenVox [\#895](https://github.com/theforeman/puppet-foreman_proxy/pull/895) ([evgeni](https://github.com/evgeni))
- Allow theforeman/foreman 29.x [\#892](https://github.com/theforeman/puppet-foreman_proxy/pull/892) ([evgeni](https://github.com/evgeni))
- Fixes [\#38964](https://projects.theforeman.org/issues/38964) - Add salt minimum auth version [\#891](https://github.com/theforeman/puppet-foreman_proxy/pull/891) ([sbernhard](https://github.com/sbernhard))
- Add openbolt acceptance test [\#885](https://github.com/theforeman/puppet-foreman_proxy/pull/885) ([bastelfreak](https://github.com/bastelfreak))
- Introduce SSH cert support [\#867](https://github.com/theforeman/puppet-foreman_proxy/pull/867) ([adamlazik1](https://github.com/adamlazik1))

**Fixed bugs:**

- Set user and password last when constructing an URI [\#894](https://github.com/theforeman/puppet-foreman_proxy/pull/894) ([evgeni](https://github.com/evgeni))

## [29.1.0](https://github.com/theforeman/puppet-foreman_proxy/tree/29.1.0) (2025-12-09)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/29.0.0...29.1.0)

**Implemented enhancements:**

- Implement openbolt plugin support [\#883](https://github.com/theforeman/puppet-foreman_proxy/pull/883) ([bastelfreak](https://github.com/bastelfreak))
- Implement Rocky 9 support [\#882](https://github.com/theforeman/puppet-foreman_proxy/pull/882) ([bastelfreak](https://github.com/bastelfreak))

## [29.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/29.0.0) (2025-11-06)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/28.2.0...29.0.0)

**Breaking changes:**

- Drop support for Puppet 7 [\#878](https://github.com/theforeman/puppet-foreman_proxy/pull/878) ([evgeni](https://github.com/evgeni))
- Fixes [\#38791](https://projects.theforeman.org/issues/38791) - Do not create a directory for grub1 [\#876](https://github.com/theforeman/puppet-foreman_proxy/pull/876) ([stejskalleos](https://github.com/stejskalleos))

**Implemented enhancements:**

- Allow puppet-dns, puppet-foreman [\#879](https://github.com/theforeman/puppet-foreman_proxy/pull/879) ([ehelms](https://github.com/ehelms))
- puppet/mosquitto: Allow 3.x [\#877](https://github.com/theforeman/puppet-foreman_proxy/pull/877) ([evgeni](https://github.com/evgeni))

## [28.2.0](https://github.com/theforeman/puppet-foreman_proxy/tree/28.2.0) (2025-08-08)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/28.1.0...28.2.0)

**Implemented enhancements:**

- Allow puppet-foreman 27.0.0 [\#875](https://github.com/theforeman/puppet-foreman_proxy/pull/875) ([ehelms](https://github.com/ehelms))
- Allow puppet-tftp 10.0.0 [\#874](https://github.com/theforeman/puppet-foreman_proxy/pull/874) ([ehelms](https://github.com/ehelms))
- Fixes [\#38567](https://projects.theforeman.org/issues/38567) - Support setting the DHCP key algorithm [\#869](https://github.com/theforeman/puppet-foreman_proxy/pull/869) ([ekohl](https://github.com/ekohl))
- Add mmx64.efi file to tftp::netboot class [\#865](https://github.com/theforeman/puppet-foreman_proxy/pull/865) ([stejskalleos](https://github.com/stejskalleos))

**Fixed bugs:**

- Pin puppet-apt since it dropped Puppet 7 [\#872](https://github.com/theforeman/puppet-foreman_proxy/pull/872) ([ehelms](https://github.com/ehelms))
- Replace deprecated ANSIBLE\_COLLECTIONS\_PATHS env var [\#871](https://github.com/theforeman/puppet-foreman_proxy/pull/871) ([ekohl](https://github.com/ekohl))

## [28.1.0](https://github.com/theforeman/puppet-foreman_proxy/tree/28.1.0) (2025-05-09)

[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/28.0.1...28.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": "theforeman-foreman_proxy",
"version": "29.0.0",
"version": "30.0.0",
"author": "theforeman",
"summary": "Foreman Smart Proxy configuration",
"license": "GPL-3.0+",
Expand Down