Skip to content

Commit

Permalink
Merge pull request #1646 from goosemania/3.3.0b1-prep
Browse files Browse the repository at this point in the history
3.3.0b1 prep
  • Loading branch information
goosemania authored Mar 13, 2020
2 parents 83f7f2e + bcff78f commit 2f89a8e
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 16 deletions.
45 changes: 45 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,51 @@ Changelog

.. towncrier release notes start
3.3.0b1 (2020-03-13)
====================


Features
--------

- Add dependency solving for modules and module-defaults.
`#4162 <https://pulp.plan.io/issues/4162>`_
- Add dependency solving for RPMs.
`#4761 <https://pulp.plan.io/issues/4761>`_
- Add incremental update -- copying an advisory also copies the RPMs that it references.
`#4768 <https://pulp.plan.io/issues/4768>`_
- Enable users to publish a signed Yum repository
`#4812 <https://pulp.plan.io/issues/4812>`_
- Add a criteria parameter to the copy api that can be used to filter content to by copied.
`#6009 <https://pulp.plan.io/issues/6009>`_
- Added REST API for copying content between repositories.
`#6018 <https://pulp.plan.io/issues/6018>`_
- Add a content parameter to the copy api that accepts a list of hrefs to be copied.
`#6019 <https://pulp.plan.io/issues/6019>`_
- Functional test using bindings.
`#6061 <https://pulp.plan.io/issues/6061>`_
- Added the field 'sha256' to the public API and enabled users to filter content by this field
`#6187 <https://pulp.plan.io/issues/6187>`_
- Added a config param to copy api which maps multiple sources to destinations.
`#6268 <https://pulp.plan.io/issues/6268>`_


Bugfixes
--------

- Fix sync for repositories with modular content.
`#6229 <https://pulp.plan.io/issues/6229>`_


Misc
----

- `#6155 <https://pulp.plan.io/issues/6155>`_, `#6297 <https://pulp.plan.io/issues/6297>`_, `#6300 <https://pulp.plan.io/issues/6300>`_


----


3.2.0 (2020-03-02)
==================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/4162.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pulp_rpm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.3.0b1.dev'
__version__ = '3.3.0b1'


default_app_config = 'pulp_rpm.app.PulpRpmPluginAppConfig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='pulp-rpm',
version='3.3.0b1.dev',
version='3.3.0b1',
description='RPM plugin for the Pulp Project',
long_description=long_description,
license='GPLv2+',
Expand Down

0 comments on commit 2f89a8e

Please sign in to comment.