Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #379 from ipanova/beta5
Browse files Browse the repository at this point in the history
Prepare for beta5.
  • Loading branch information
ipanova authored Jul 4, 2019
2 parents 748f253 + ecb0796 commit ee2e8f6
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 14 deletions.
34 changes: 34 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,37 @@ Changelog
WARNING: Don't drop the next directive!

.. towncrier release notes start
4.0.0b5 (2019-07-04)
====================


Bugfixes
--------

- Add 'Docker-Content-Digest' header to the response headers.
`#4646 <https://pulp.plan.io/issues/4646>`_
- Allow docker remote whitelist_tags to be unset to null.
`#5017 <https://pulp.plan.io/issues/5017>`_
- Remove schema1 manifest signature when calculating its digest.
`#5037 <https://pulp.plan.io/issues/5037>`_


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

- Switch to using `towncrier <https://github.com/hawkowl/towncrier>`_ for better release notes.
`#4875 <https://pulp.plan.io/issues/4875>`_
- Add an example to the whitelist_tag help text
`#4994 <https://pulp.plan.io/issues/4994>`_
- Add list of features to the docker landing page.
`#5030 <https://pulp.plan.io/issues/5030>`_


Misc
----

- `#4572 <https://pulp.plan.io/issues/4572>`_, `#4994 <https://pulp.plan.io/issues/4994>`_, `#5014 <https://pulp.plan.io/issues/5014>`_


----
1 change: 0 additions & 1 deletion CHANGES/4572.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/4994.misc

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5014.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
master_doc = 'index'

# General information about the project.
project = u'Pulp docker Support'
copyright = u''
project = u'Pulp Docker Support'
copyright = u'2012-2019, Pulp Team'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion pulp_docker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '4.0.0b5.dev'
__version__ = '4.0.0b5'

default_app_config = 'pulp_docker.app.PulpDockerPluginAppConfig'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_packages, setup

requirements = [
'pulpcore-plugin~=0.1rc2',
'pulpcore-plugin~=0.1rc3',
]


Expand All @@ -12,7 +12,7 @@

setup(
name='pulp-docker',
version='4.0.0b5.dev',
version='4.0.0b5',
description='pulp-docker plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit ee2e8f6

Please sign in to comment.