-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [restraint] release [0.2.1-1].
Created by command: /usr/bin/tito tag
- Loading branch information
Martin Styk
committed
May 19, 2020
1 parent
c2fc5be
commit 380ceb5
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.0-1 ./ | ||
0.2.1 ./ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
%endif | ||
|
||
Name: restraint | ||
Version: 0.2.0 | ||
Version: 0.2.1 | ||
Release: 1%{?dist} | ||
Summary: Simple test harness which can be used with beaker | ||
|
||
|
@@ -373,6 +373,62 @@ fi | |
%{__rm} -rf %{buildroot} | ||
|
||
%changelog | ||
* Tue May 19 2020 Martin Styk <[email protected]> 0.2.1-1 | ||
- Release notes for Restraint 0.2.1 Issue #58 ([email protected]) | ||
- docs: cleanup docs from all obsolete info ([email protected]) | ||
- docs: Mention Reno in Developer Guide ([email protected]) | ||
- feat: Introduce Reno for creating release notes ([email protected]) | ||
- fix: Ignore deprecated client host arguments ([email protected]) | ||
- deprecate: [:port][/ssh_port] client host arguments ([email protected]) | ||
- docs: update developer guide with latest info ([email protected]) | ||
- Revert logging in task io_callback ([email protected]) | ||
- Fix incorrect use of buffer ([email protected]) | ||
- refactor: get_recipe_url and get_taskid ([email protected]) | ||
- test: Move GLib envars out of valgrind function ([email protected]) | ||
- fix: remove default builder option from tito conf ([email protected]) | ||
- fix: correct tito behavior for tag rollback ([email protected]) | ||
- feat: allow bumping all specfiles during release ([email protected]) | ||
- fix: correct imports in tito module ([email protected]) | ||
- ci: remove Fedora 30 from Packit service ([email protected]) | ||
- build: drop support for Fedora 30 ([email protected]) | ||
- fix: Favor stdout over stderr in get_package_version ([email protected]) | ||
- test: get_package_version error message source ([email protected]) | ||
- Fix: Address comments on commands, pull 52 ([email protected]) | ||
- test: Add fedora:32 to GitHub workflows ([email protected]) | ||
- fix: Replace calls to g_error ([email protected]) | ||
- feat: Only use fd_in when there is content to pass ([email protected]) | ||
- feat: Make fd_in in restraint_fork optional ([email protected]) | ||
- refactor: restraint_fork ([email protected]) | ||
- Fix use of uninitialized fd ([email protected]) | ||
- test: process reads from stdin ([email protected]) | ||
- Fix: Revisit restraint commands ([email protected]) | ||
- Doc: Detail how to remove rhts from jobs ([email protected]) | ||
- Replace call to g_error when report signal ([email protected]) | ||
- Setup server to listen on any local address ([email protected]) | ||
- Revert logging in server_io_callback ([email protected]) | ||
- docs: Add reference for "-p, --port" option ([email protected]) | ||
- Use a fixed port for restraind service ([email protected]) | ||
- Allow to specify restraind port ([email protected]) | ||
- tests: Cover get_taskid and get_recipe_url ([email protected]) | ||
- tests: Move spawned_mock out of bin ([email protected]) | ||
- Use pgrep instead of pidof in get_restraintd_pid ([email protected]) | ||
- Revisit Release notes for sshlib removal ([email protected]) | ||
- tests: Add cmd_utils unit tests ([email protected]) | ||
- refactor: Use G_DEFINE_QUARK for errors ([email protected]) | ||
- Fix error handling on rstrnt-adjust-watchdog ([email protected]) | ||
- tests: Cover no rpm program in get_package_version ([email protected]) | ||
- tests: Add procps-ng dep for containers ([email protected]) | ||
- tests: Add cleanup for cmd tests ([email protected]) | ||
- tests: Run checks in containers ([email protected]) | ||
- tests: Add git tests to skip without git daemon ([email protected]) | ||
- docs: use check-install instead of install in jobs ([email protected]) | ||
- docs: update reference to Fedora distribution ([email protected]) | ||
- Add pidof as dependency for upstream ([email protected]) | ||
- ci: disable packit notification in pull request ([email protected]) | ||
- docs: update reservesys task location ([email protected]) | ||
- build: fix nullstrings issue during GCC10 build ([email protected]) | ||
- Fix: Improve restraint command doc & code ([email protected]) | ||
|
||
* Fri Apr 03 2020 Martin Styk <[email protected]> 0.2.0-1 | ||
- Upstream release 0.2.0: | ||
https://restraint.readthedocs.io/en/latest/release-notes.html#restraint-0-2-0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters