Skip to content

Commit

Permalink
version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drahoja9 committed Jun 29, 2022
1 parent 1307527 commit 0d8cbe6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# Version 4.3.0

* Creation of a Kube Job will now wait until the job is completed (either successfully or unsuccessfully) in
the same manner as it is waiting for deployments to rollout.

# Version 4.2.0

* added support for current git commit hash as image tag
Expand Down
Binary file modified latest/vindaloo.pex
Binary file not shown.
2 changes: 1 addition & 1 deletion version.json
@@ -1,3 +1,3 @@
{
"version": "4.2.0"
"version": "4.3.0"
}
2 changes: 1 addition & 1 deletion vindaloo/vindaloo.py
Expand Up @@ -54,7 +54,7 @@
GIT_HASH_PLACEHOLDER = '{{git}}'
CHECK_VERSION_URL = 'https://raw.githubusercontent.com/seznam/vindaloo/master/version.json'

VERSION = '4.2.0'
VERSION = '4.3.0'


class RefreshException(Exception):
Expand Down

0 comments on commit 0d8cbe6

Please sign in to comment.