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 #317 from fao89/release_3.4.1
Browse files Browse the repository at this point in the history
Release 3.4.1
  • Loading branch information
mikedep333 authored Jun 4, 2020
2 parents ae5d57b + 3a1dd18 commit c87a51f
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 18 deletions.
29 changes: 29 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,35 @@ Changelog

.. towncrier release notes start
3.4.1 (2020-06-03)
==================


Bugfixes
--------

- Ensure that pip-tools is at least 5.2.0, so that the pre-flight (compatibility) check does not error on the attribute "editable".
`#6864 <https://pulp.plan.io/issues/6864>`_


Improved Documentation
----------------------

- Document how to install from galaxy
`#6836 <https://pulp.plan.io/issues/6836>`_
- Replaced root README.md with a short README.md pointing users to the docs site
`#6843 <https://pulp.plan.io/issues/6843>`_
- Added a contributing guide, and moved testing out of the home page to it.
`#6862 <https://pulp.plan.io/issues/6862>`_
- Added a documentation section on Recommended Versioning Workflows
`#6874 <https://pulp.plan.io/issues/6874>`_
- Document how to file an issue
`#6879 <https://pulp.plan.io/issues/6879>`_


----


3.4.0 (2020-05-27)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/6836.doc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/6843.doc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/6862.doc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/6864.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/6874.doc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/6879.doc

This file was deleted.

20 changes: 10 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ component of Pulp. The roles are not currently available on Ansible Galaxy; to r
Ansible installer, the [pulp_installer](https://github.com/pulp/pulp_installer) git repository must
be cloned or downloaded.

This version of the installer, 3.4.0, installs Pulp 3.4.0 specifically.
This version of the installer, 3.4.1, installs Pulp 3.4.1 specifically.

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

System Requirements
-------------------
Expand Down Expand Up @@ -85,18 +85,18 @@ Recommended Workflows for Pulpcore & Plugin Versioning
Initial install:

1. Make sure you are running the latest version of the installer, which installs the latest version
of pulpcore (3.4.0).
of pulpcore (3.4.1).
1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore
3.4.0, such as by reading the release announcement email thread for pulpcore 3.4.0, reading the
3.4.1, such as by reading the release announcement email thread for pulpcore 3.4.1, reading the
plugins README, or as a last resort, reading their setup.py.
1. Run pulp_installer.

Upgrading your install:

1. Observe what the latest version of pulp_installer is, and what version of pulpcore it installed
(3.4.0).
(3.4.1).
1. Confirm that all the latest stable releases of **currently installed** plugins are compatible
with pulpcore 3.4.0, such as by reading the release announcement email thread for pulpcore 3.4.0,
with pulpcore 3.4.1, such as by reading the release announcement email thread for pulpcore 3.4.1,
reading the plugins README, or as a last resort, reading their setup.py.
1. If they are not all compatible yet, hold off & **wait** for the plugins to be updated for
compatibility.
Expand All @@ -108,9 +108,9 @@ reading the plugins README, or as a last resort, reading their setup.py.

Initial install:

1. Observe the latest branch of pulp_installer, and what version of pulpcore it installs (3.4.0).
1. Observe the latest branch of pulp_installer, and what version of pulpcore it installs (3.4.1).
1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore
3.4.0, such as by reading the release announcement email thread for pulpcore 3.4.0, reading the
3.4.1, such as by reading the release announcement email thread for pulpcore 3.4.1, reading the
plugins README, or as a last resort, reading their setup.py.
1. If they are not all compatible yet, try the last version of the installer that installs pulpcore
3.3.z . Then confirm that there exist stable releases of your desired plugins that are compatible
Expand All @@ -122,9 +122,9 @@ with pulpcore 3.3.z. If there are none, try pulpcore 3.2.z, and repeate.
Upgrading your install:

1. Observe what the latest version of pulp_installer is, and what version of pulpcore it installed
(3.4.0). (Even if there is no update, you can still upgrade your plugins.)
(3.4.1). (Even if there is no update, you can still upgrade your plugins.)
1. Confirm that all the latest stable releases of **currently installed** plugins are compatible
with pulpcore 3.4.0, such as by reading the release announcement email thread for pulpcore 3.4.0,
with pulpcore 3.4.1, such as by reading the release announcement email thread for pulpcore 3.4.1,
reading the plugins README, or as a last resort, reading their setup.py.
1. If they are not all compatible yet, try the last version of the installer that installs pulpcore
3.3.z . Then confirm that there exist stable releases of your desired plugins that are compatible
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: pulp
name: pulp_installer

# The version of the collection. Must be compatible with semantic versioning
version: 3.4.0
version: 3.4.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/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pulp_upgrade: false
# they are confident that this version of pulp_installer is compatible with
# pulp_version.
# Ignored if pulp_source_dir is set
pulp_version: "3.4.0"
pulp_version: "3.4.1"
pulp_user: pulp
pulp_user_id:
pulp_group: pulp
Expand Down

0 comments on commit c87a51f

Please sign in to comment.