17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [23.0.0](https://github.com/theforeman/puppet-foreman/tree/23.0.0) (2023-05-16)

[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/22.2.0...23.0.0)

**Breaking changes:**

- Sunsetting foreman\_column\_view because functionality being integrated in Foreman itself [\#1119](https://github.com/theforeman/puppet-foreman/pull/1119) ([dgoetz](https://github.com/dgoetz))
- Refs [\#36345](https://projects.theforeman.org/issues/36345) - Raise minimum Puppet version to 7.0.0 [\#1118](https://github.com/theforeman/puppet-foreman/pull/1118) ([ekohl](https://github.com/ekohl))
- drop memcache plugin support [\#1114](https://github.com/theforeman/puppet-foreman/pull/1114) ([evgeni](https://github.com/evgeni))
- Remove Docker, Spacewalk & DigitalOcean plugins [\#1097](https://github.com/theforeman/puppet-foreman/pull/1097) ([ekohl](https://github.com/ekohl))

**Implemented enhancements:**

- Mark compatible with puppetlabs/concat 8.x & puppetlabs/apache 10.x & puppetlabs/postgresql 9.x [\#1117](https://github.com/theforeman/puppet-foreman/pull/1117) ([ekohl](https://github.com/ekohl))
- Refs [\#36319](https://projects.theforeman.org/issues/36319) - Add fog\_proxmox plugin support [\#1115](https://github.com/theforeman/puppet-foreman/pull/1115) ([maximiliankolb](https://github.com/maximiliankolb))
- Bump puppetlabs/apache to \< 10.0.0 [\#1110](https://github.com/theforeman/puppet-foreman/pull/1110) ([gcoxmoz](https://github.com/gcoxmoz))

## [22.2.0](https://github.com/theforeman/puppet-foreman/tree/22.2.0) (2023-02-21)

[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/22.1.2...22.2.0)
Expand Down
15 changes: 0 additions & 15 deletions manifests/plugin/column_view.pp

This file was deleted.

4 changes: 0 additions & 4 deletions manifests/plugin/digitalocean.pp

This file was deleted.

4 changes: 0 additions & 4 deletions manifests/plugin/docker.pp

This file was deleted.

24 changes: 0 additions & 24 deletions manifests/plugin/memcache.pp

This file was deleted.

5 changes: 5 additions & 0 deletions manifests/plugin/proxmox.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# = Foreman Proxmox plugin
class foreman::plugin::proxmox {
foreman::plugin { 'fog_proxmox':
}
}
5 changes: 0 additions & 5 deletions manifests/plugin/spacewalk.pp

This file was deleted.

10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theforeman-foreman",
"version": "22.2.0",
"version": "23.0.0",
"author": "theforeman",
"summary": "Foreman server configuration",
"license": "GPL-3.0+",
Expand All @@ -18,19 +18,19 @@
},
{
"name": "puppetlabs/apache",
"version_requirement": ">= 8.0.0 < 9.0.0"
"version_requirement": ">= 8.0.0 < 11.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.0.0 < 10.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.0.0 < 8.0.0"
"version_requirement": ">= 1.0.0 < 9.0.0"
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 6.5.0 < 9.0.0"
"version_requirement": ">= 6.5.0 < 10.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand All @@ -48,7 +48,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.15.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"operatingsystem_support": [
Expand Down
63 changes: 0 additions & 63 deletions spec/classes/plugin/column_view_spec.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/classes/plugin/digitalocean_spec.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/classes/plugin/docker_spec.rb

This file was deleted.

5 changes: 0 additions & 5 deletions spec/classes/plugin/memcache_spec.rb

This file was deleted.

5 changes: 5 additions & 0 deletions spec/classes/plugin/proxmox_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'spec_helper'

describe 'foreman::plugin::proxmox' do
include_examples 'basic foreman plugin tests', 'fog_proxmox'
end
5 changes: 0 additions & 5 deletions spec/classes/plugin/spacewalk_spec.rb

This file was deleted.

12 changes: 0 additions & 12 deletions templates/foreman_column_view.yaml.erb

This file was deleted.

11 changes: 0 additions & 11 deletions templates/foreman_memcache.yaml.erb

This file was deleted.

12 changes: 0 additions & 12 deletions types/column_view_column.pp

This file was deleted.