Skip to content

Releases: theforeman/foreman_maintain

0.8.31

07 Jun 15:18
Compare
Choose a tag to compare
  • Simplify self-upgrade mechanism - 34937

1.0.11

01 Jun 12:36
Compare
Choose a tag to compare
  • generate apipie docs after Puppet removal - #34181
  • generate docs for English language only - #34181

1.0.10

11 May 12:54
Compare
Choose a tag to compare
  • disable custom repo if it was not enabled - 34854
  • enable Red Hat repositories to resolve dependencies if any - #34878
  • Include pulpcore_cache_data for installer in config_files - #34874
  • foreman_cache_data should be a config file for backups always - #34874

0.8.30

05 May 15:54
Compare
Choose a tag to compare
  • allow restoring miss-matched candlepin versions - #34821

0.8.29

05 May 13:21
Compare
Choose a tag to compare
  • Bump version to remove mistakenly added foreman-maintain gem file.

0.8.28

05 May 13:11
Compare
Choose a tag to compare
  • introduce an option to exclude step from whitelist - #34706
  • limit self-upgrade target version upto N+1 - #33620
  • unify maintenance repo var and param name - #33620
  • capitalize env var and introduce repository-label option - #33620

1.0.9

04 May 14:32
Compare
Choose a tag to compare
  • nft rule to allow traffic from localhost - #34820
  • introduce an option to exclude step from whitelist - #34706
  • allow restoring miss-matched candlepin versions - #34821
  • remove unreferenced procedure to enable version locking - #34717
  • remove clean_requirements_on_remove from yum config check - #34761

1.1.1

26 Apr 12:29
Compare
Choose a tag to compare

What's Changed

  • Fixes #34821 - allow restoring miss-matched candlepin versions by @evgeni in #609

Full Changelog: v1.1.0...v1.1.1

1.1.0

26 Apr 10:45
Compare
Choose a tag to compare

What's Changed

  • Fixes #34017 - add Satellite and Capsule 7.0, 7.0.z upgrade scenarios by @upadhyeammit in #565
  • Fixes #33245 - use correct repo names on EL8 by @evgeni in #561
  • Fixes #34039 - create check for pulp content's group ownership by @upadhyeammit in #567
  • Fixes #34100 - don't fail on new token duration setting by @evgeni in #568
  • Fixes #34045 - adds a restart step after removing pulp2 by @jjeffers in #570
  • Refs #33245 - also test for el7 sat maintenance 7.0 repos by @evgeni in #571
  • Fixes #34101 - Drop locks and links when deleting tasks by @adamruzicka in #569
  • Fixes #33788 - introduce repos_manager and refactor code by @upadhyeammit in #558
  • Fixes #34231 - Fix to check pulp group ownership to "/var/lib/pulp/content" by @shubhamsg199 in #577
  • Fixes #34278 - only stop services if available by @upadhyeammit in #578
  • Fixes #34281 - pass array to rhsm_disable_repos by @upadhyeammit in #579
  • Fixes #34197 - reuse find_installed_package instead of rpm_version by @upadhyeammit in #575
  • Fixes #34181 - add service restart after puppet removal by @upadhyeammit in #574
  • Fixes #34386 - don't validate the token in confine by @upadhyeammit in #581
  • Fixes #34393 - use repoquery format that works on EL7 and EL8 by @evgeni in #582
  • Fixes #34403 - simplify hotfix check by @evgeni in #583
  • Fixes #34405 - only use --disable-system-checks for Katello-like by @evgeni in #584
  • Refs #34278 - run rake on Foreman only by @upadhyeammit in #585
  • Fixes #34438 - don't try to find services for nil by @evgeni in #587
  • Fixes #34435 - update repoquery query format to support EL8 by @upadhyeammit in #586
  • Refs #33620 - update messages in self-upgrade scenario by @upadhyeammit in #590
  • Refs #33620 - use RHSM to enable RHSM repositories by @upadhyeammit in #591
  • drop support for service-wait by @evgeni in #573
  • Fixes #34463 - remove pulp2 automatically on upgrade to 7.0 by @ianballou in #589
  • Fixes #34618 - clean /etc/pki/pulp/content when removing pulp2 by @evgeni in #594
  • Refs #34463 - remove pulp2 automatically on capsule upgrade to 7.0 by @ianballou in #595
  • Refs #34101 - Properly drop locks and links when deleting tasks by @adamruzicka in #592
  • Refs #34685 - modify upgrade scenarios for 6.11 version by @upadhyeammit in #599
  • Refs #34685 - modify repository versions to 6.11 by @upadhyeammit in #597
  • Fixes #34282 - introduce nftables for maintenance mode by @upadhyeammit in #580
  • Refs #34685 - modify version to 6.11 in self upgrade example by @upadhyeammit in #598
  • Fixes #34631 - add command & procedure to update pulpcore artifact ownership by @ianballou in #596
  • Fixes #34699 - don't try to delete pulp mountpoints by @upadhyeammit in #600
  • Refs #33620 - capitalize env var and introduce repository-label option by @upadhyeammit in #603
  • Refs #33620 - unify maintenance repo var and param name by @upadhyeammit in #604
  • Refs #33620 - limit target version upto N+1 by @upadhyeammit in #602
  • Fixes #34717 - The foreman-protector plugin for the dnf by @upadhyeammit in #593
  • Fixes #34761 - remove clean_requirements_on_remove from yum config check by @upadhyeammit in #606
  • Refs #34717 - update Dnf PackageManager with respect to foreman-prote… by @upadhyeammit in #605
  • Refs #34717 - remove unreferenced procedure to enable version locking by @upadhyeammit in #607

New Contributors

Full Changelog: v0.9.3...v1.1.0

0.8.27

19 Apr 10:54
Compare
Choose a tag to compare
  • run installer with upgrade flags after restore - #33281