Skip to content

Commit 5797b69

Browse files
committed
2 parents c5d0d21 + 668983b commit 5797b69

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
make html
7272
touch ./build/html/.nojekyll
7373
- name: Deploy to GitHub Pages
74-
uses: JamesIves/github-pages-deploy-action@3.5.5
74+
uses: JamesIves/github-pages-deploy-action@v4.2.5
7575
with:
7676
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
7777
BRANCH: gh-pages

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.22.4 (2022-02-21)
6+
### Fix
7+
* **build:** Fix broken build ([`9ee71bf`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/9ee71bf01e824f9200ce6e4e09b94ff8ad5583ca))
8+
9+
## v0.22.3 (2022-02-21)
10+
### Fix
11+
* **build:** Fix broken build ([`7d5f2ee`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/7d5f2ee88c218a4d40d59949eedfb8abfbca3712))
12+
513
## v0.22.2 (2021-12-01)
614
### Fix
715
* **cli:** Better err msg for k8s_version parameter ([`d32f2b5`](https://github.com/hpe-container-platform-community/hpecp-python-library/commit/d32f2b5700a6a1b8ebd272afbfff47ffbb3f8c00))

hpecp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
)
3636
from .logger import Logger
3737

38-
__version__ = "0.22.2"
38+
__version__ = "0.22.4"

0 commit comments

Comments
 (0)