Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #516 from mikedep333/release-3.9.1-1
Browse files Browse the repository at this point in the history
Release 3.9.1-1
  • Loading branch information
mikedep333 authored Jan 27, 2021
2 parents fa75300 + 1d40c93 commit b69c7e0
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CHANGES/8158.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8163.feature

This file was deleted.

21 changes: 21 additions & 0 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ Changelog

<!-- TOWNCRIER -->

3.9.1-1 (2021-01-27)
====================


Features
--------

- Install the Linux distro's `gpg` binary command for the new SigningService functionality in pulpcore.
[#8163](https://pulp.plan.io/issues/8163)


Bugfixes
--------

- Fix the installer (versioned 3.9.1-x) still installing pulpcore 3.9.0 instead of 3.9.1.
[#8158](https://pulp.plan.io/issues/8158)


----


3.9.1 (2021-01-21)
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Pulp 3 Ansible installer is a collection of Ansible roles that you can use t

Each Ansible role installs and configures a component of Pulp.

This version of the installer, 3.9.1, installs Pulp 3.9.1 specifically.
This version of the installer, 3.9.1-1, installs Pulp 3.9.1 specifically.

If run against an older version of Pulp 3, it will upgrade it to 3.9.1.

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: pulp
name: pulp_installer

# The version of the collection. Must be compatible with semantic versioning
version: 3.9.1
version: 3.9.1-1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/pulp_common/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ __pulp_common_pulp_settings_fips_defaults:
- sha512
__pulp_common_merged_pulp_settings: "{{ __pulp_common_pulp_settings_defaults | combine(ansible_fips | ternary(__pulp_common_pulp_settings_fips_defaults, {}), pulp_settings, recursive=True) }}"

__pulp_version: '{{ pulpcore_version | default("3.9.0") }}'
__pulp_version: '{{ pulpcore_version | default("3.9.1") }}'

# Pulps own replacement for django-admin setup in the proper environment
pulp_django_admin_path: "{{ pulp_install_dir }}/bin/pulpcore-manager"

0 comments on commit b69c7e0

Please sign in to comment.