Skip to content

Commit

Permalink
Bump version and update changelog for 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Dec 1, 2020
1 parent 222f213 commit e2a1cba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 3.17.1 (2020-12-01)

## Bug Fixes

### Hosts
* Hypervisors upload fails with duplicate UUIDs ([#30826](https://projects.theforeman.org/issues/30826), [59210c07](https://github.com/Katello/katello.git/commit/59210c0704e6935e045d6cb20584618862bac368))

### Errata Management
* Katello Pulp 3 Applicability errors out when deleted hosts are plucked from the queue ([#31321](https://projects.theforeman.org/issues/31321), [260c0ff](https://github.com/Katello/katello/pull/9041/commits/260c0ff7e2280a686a9a06ddf77b3a686a3e46fa))

### Repositories
* “NoMethodError: undefined method `repository_href’ for nil:NilClass” when syncing yum repos ([#31247](https://projects.theforeman.org/issues/31247), [6ef23ff](https://github.com/Katello/katello.git/commit/6ef23ff41adaeeb13feab7ec8fbebceb792cb313))

### Content Views
* publishing a content view w/ a filter with multiple repositories and 10K+ rpms will result in empty repos ([#31268](https://projects.theforeman.org/issues/31268), [59a20b7](https://github.com/Katello/katello.git/commit/59a20b76a851f690d2b1325180ab4e3021c5cf82))

# 3.17.0 (2020-11-06)

## Features
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 = "3.17.0".freeze
VERSION = "3.17.1".freeze
end

0 comments on commit e2a1cba

Please sign in to comment.