-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from RedHatSatellite/rel211
release 2.1.1
- Loading branch information
Showing
26 changed files
with
1,595 additions
and
528 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 |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
with: | ||
python-version: ${{ matrix.python }} | ||
- name: Restore pip cache | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
@@ -106,7 +106,7 @@ jobs: | |
with: | ||
python-version: "3.7" | ||
- name: Restore pip cache | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
@@ -128,7 +128,7 @@ jobs: | |
with: | ||
python-version: "3.7" | ||
- name: Restore pip cache | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
@@ -153,7 +153,7 @@ jobs: | |
with: | ||
python-version: "3.7" | ||
- name: Restore pip cache | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ~/.cache/pip | ||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }} | ||
|
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 |
---|---|---|
|
@@ -16,3 +16,7 @@ Richard Stempfl <[email protected]> <[email protected]> | |
Richard Stempfl <[email protected]> <[email protected]> | ||
Adam Růžička <[email protected]> | ||
Adam Růžička <[email protected]> <[email protected]> | ||
Yifat Makias <[email protected]> | ||
Yifat Makias <[email protected]> <[email protected]> | ||
Quirin Pamp <[email protected]> <[email protected]> | ||
Quirin Pamp <[email protected]> |
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
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
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
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
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
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 |
---|---|---|
|
@@ -49,14 +49,15 @@ authors: | |
- "Paul Gration <[email protected]>" | ||
- "Peter Ondrejka <[email protected]>" | ||
- "Philipp <[email protected]>" | ||
- "Quirin Pamp <[email protected]>" | ||
- "Quirin Pamp <[email protected]>" | ||
- "Richard Stempfl <[email protected]>" | ||
- "Sam <[email protected]>" | ||
- "Samir Jha <[email protected]>" | ||
- "Sean O'Keeffe <[email protected]>" | ||
- "Stoned Elipot <[email protected]>" | ||
- "TTherouanne <[email protected]>" | ||
- "William Bradford Clark <[email protected]>" | ||
- "Yifat Makias <[email protected]>" | ||
- "achevalet <[email protected]>" | ||
- "calvingsmith <[email protected]>" | ||
- "furhouse <[email protected]>" | ||
|
@@ -65,8 +66,7 @@ authors: | |
- "metalcated <[email protected]>" | ||
- "russianguppie <[email protected]>" | ||
- "willtome <[email protected]>" | ||
- "yifatmakias <[email protected]>" | ||
version: "2.1.0" | ||
version: "2.1.1" | ||
license: | ||
- "GPL-3.0-or-later" | ||
tags: | ||
|
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
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
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
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
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
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
Oops, something went wrong.