Skip to content

Commit

Permalink
release 0.30.0rc1 (kapicorp#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramaro authored Jan 14, 2022
1 parent fd811f4 commit ad92547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pex-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
pex_build_publish:
# if: false # disable
if: false # disable as this is not working with multiple python versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ['3.7', '3.8', '3.9']
python-version: 3.x
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion kapitan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""Project description variables."""

PROJECT_NAME = "kapitan"
VERSION = "0.30.0a8"
VERSION = "0.30.0rc1"
DESCRIPTION = "Generic templated configuration management for Kubernetes, Terraform and other things"
AUTHOR = "Ricardo Amaro"
AUTHOR_EMAIL = "ramaro@kapicorp.com"
Expand Down

0 comments on commit ad92547

Please sign in to comment.