Skip to content

Commit

Permalink
Merge pull request #2 from karellen/release_0.0.2
Browse files Browse the repository at this point in the history
Release 0.0.2
  • Loading branch information
arcivanov authored Oct 21, 2021
2 parents bfd0612 + a0afad1 commit ca3013e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/kubernator.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: kubernator
on:
pull_request:
branches:
- master
- develop
push:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.10.0-rc.2'
- '3.10'
- '3.9'
env:
DEPLOY_PYTHONS: "3.9"
Expand Down
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use_plugin("python.coveralls")

name = "kubernator"
version = "1.0.0.dev"
version = "0.0.2"

summary = "Kubernator is the a pluggable framework for K8S provisioning"
authors = [Author("Express Systems USA, Inc.", "")]
Expand Down Expand Up @@ -57,6 +57,7 @@ def set_properties(project):
project.depends_on("jsonpath-ng", "~=1.5")
project.depends_on("jinja2", "~=2.11")
project.depends_on("coloredlogs", "~=15.0")
project.depends_on("jsonschema", "<4.0")

project.set_property("coverage_break_build", False)
project.set_property("cram_fail_if_no_tests", False)
Expand Down

0 comments on commit ca3013e

Please sign in to comment.