Skip to content

Commit

Permalink
Bump Katello version to 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Oct 4, 2022
1 parent 6b45677 commit 7d1bf95
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 4.4.2 Habanero (2022-09-27)

## Bug Fixes

### Repositories
* Retain packages on Repository removes RPMs from Pulp but not from Katello ([#35120](https://projects.theforeman.org/issues/35120), [9da8f63c](https://github.com/Katello/katello.git/commit/9da8f63c47ee3d1935703dbf9f7daaf22b4b06a4))

### Hosts
* Repository sets and Errata tabs do not show toggle group when host is in Library environment but non-default content view ([#35114](https://projects.theforeman.org/issues/35114), [12cfaa3a](https://github.com/Katello/katello.git/commit/12cfaa3a800fdd50751ca9b569157fd8feb5182c))
* All errata are applied when user only selects certain errata ([#35045](https://projects.theforeman.org/issues/35045), [88653969](https://github.com/Katello/katello.git/commit/886539694b79390f890505be7ae0de26f472fabf))

### Upgrades
* 20211220185935_clean_duplicate_content_units db:migrate fails with child records ([#35031](https://projects.theforeman.org/issues/35031), [66732409](https://github.com/Katello/katello.git/commit/667324096159ef6c0950b40588e3f04cc427c1eb))
# 4.4.1 Habanero (2022-05-25)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rest-client"

gem.add_dependency "rabl"
gem.add_dependency "foreman-tasks", ">= 5.0"
gem.add_dependency "foreman-tasks", ">= 5.0", "< 7.0"
gem.add_dependency "foreman_remote_execution", ">= 3.0"
gem.add_dependency "dynflow", ">= 1.6.1"
gem.add_dependency "activerecord-import"
Expand Down
2 changes: 1 addition & 1 deletion lib/katello/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Katello
VERSION = "4.4.1".freeze
VERSION = "4.4.2".freeze
end

0 comments on commit 7d1bf95

Please sign in to comment.