Skip to content

Commit

Permalink
Refs #36694 - Require Kafo 7.2+ to show failed resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 2, 2023
1 parent c4ab80e commit b548646
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/bullseye/foreman-installer/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
foreman-installer (3.9.0-2) stable; urgency=low

* Require at least Kafo 7.2 to show failed resources

-- Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> Mon, 02 Oct 2023 11:21:21 +0200

foreman-installer (3.9.0-1) stable; urgency=low

* Bump changelog to 3.9.0 to match VERSION
Expand Down
4 changes: 2 additions & 2 deletions debian/bullseye/foreman-installer/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Greg Sutcliffe <gsutclif@redhat.com>
Build-Depends: debhelper (>= 7.0.50~), asciidoc, rake, libxml2-utils,
xsltproc, docbook-xsl, git, ca-certificates, ruby-dev,
puppet-agent-puppet-strings (>= 1.2.0),
ruby-kafo (>= 6.5.0), ruby-kafo (<< 8.0.0)
ruby-kafo (>= 7.2.0), ruby-kafo (<< 8.0.0)
Standards-Version: 3.9.3
Homepage: https://github.com/theforeman/foreman-installer
XS-Ruby-Versions: all
Expand All @@ -14,7 +14,7 @@ Package: foreman-installer
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-kafo (>= 6.5.0), ruby-kafo (<< 8.0.0),
ruby-kafo (>= 7.2.0), ruby-kafo (<< 8.0.0),
puppet-agent (>= 7.0.0) | puppet (>= 7.0.0),
curl,
lsb-release
Expand Down
6 changes: 6 additions & 0 deletions debian/focal/foreman-installer/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
foreman-installer (3.9.0-2) stable; urgency=low

* Require at least Kafo 7.2 to show failed resources

-- Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> Mon, 02 Oct 2023 11:21:21 +0200

foreman-installer (3.9.0-1) stable; urgency=low

* Bump changelog to 3.9.0 to match VERSION
Expand Down

0 comments on commit b548646

Please sign in to comment.