Skip to content

Commit

Permalink
Merge pull request #718 from ccamacho/skopeo
Browse files Browse the repository at this point in the history
feat: release 2.2.0
  • Loading branch information
ccamacho authored Jan 19, 2023
2 parents 56f707c + 4070b76 commit 1d34502
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

_NAME = 'kubeinit'
_DESCRIPTION = 'The Kubeinit CLI'
_REVISION = '2.1.0'
_REVISION = '2.2.0'

kubeinit_revision = os.environ.get('KUBEINIT_REVISION', "")
if (kubeinit_revision != ""):
Expand Down
2 changes: 1 addition & 1 deletion kubeinit/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: kubeinit
name: kubeinit
version: 2.1.0
version: 2.2.0
readme: README.md
authors:
- Carlos Camacho <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
under the License.
"""

__version__ = "2.1.0"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubeinit-ui",
"version": "2.1.0",
"version": "2.2.0",
"description": "Kubeinit UI",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1d34502

Please sign in to comment.