Skip to content

Commit

Permalink
Build Changelog for 0.14.0
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mdellweg authored and ggainey committed Mar 2, 2022
1 parent 750376b commit 771d786
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 11 deletions.
1 change: 0 additions & 1 deletion CHANGES/387.doc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/444.devel

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/465.devel

This file was deleted.

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

This file was deleted.

43 changes: 43 additions & 0 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,49 @@

[//]: # (towncrier release notes start)

## 0.14.0 (2022-03-02)

### Features

- Added content list/show commands for container blob/manifest/tag content types.
[#421](https://github.com/pulp/pulp-cli/issues/421)
- Added tag/untag commands to add and remove tags from images in container repositories.
[#423](https://github.com/pulp/pulp-cli/issues/423)
- Added a `--task-group` filter parameter to `task list`.
[#451](https://github.com/pulp/pulp-cli/issues/451)
- Added the `api_root` setting to allow communicating with a pulp installation on a nonstandard path.
[#453](https://github.com/pulp/pulp-cli/issues/453)
- Allow to fetch the config profile from the environment variable `PULP_CLI_PROFILE`.
[#463](https://github.com/pulp/pulp-cli/issues/463)


### Bugfixes

- Fixed missing help text on path option for ACS create commands.
[#446](https://github.com/pulp/pulp-cli/issues/446)
- Fixed a bug in reporting the failure of a task if the reason was not an exception in the task code.
[#464](https://github.com/pulp/pulp-cli/issues/464)
- Fix rpm distribution update command failing when trying to enable/disable auto-distribute.
[#472](https://github.com/pulp/pulp-cli/issues/472)


### Improved Documentation

- Add default help text for options taking a generic resource argument.
[#387](https://github.com/pulp/pulp-cli/issues/387)


### Developer Notes

- Introduced `ID_PREFIX` on `PulpEntityContext` to generate most operation ids.
[#444](https://github.com/pulp/pulp-cli/issues/444)
- Added `needs_capability` to `EntityContext` so context member function can require capabilities.
[#465](https://github.com/pulp/pulp-cli/issues/465)


---


## 0.13.0 (2021-12-16)

### Features
Expand Down

0 comments on commit 771d786

Please sign in to comment.