Skip to content

Commit

Permalink
Release 1.2.3 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Aug 6, 2020
1 parent deef41a commit 5c7e36d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/awseks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
{
"ACCEPT_GLUU_LICENSE": "Y",
"TEST_ENVIRONMENT": "Y",
"GLUU_VERSION": "4.2.0_01",
"GLUU_VERSION": "4.2",
"GLUU_UPGRADE_TARGET_VERSION": "",
"NGINX_INGRESS_NAMESPACE": "ingress-nginx",
"GLUU_HELM_RELEASE_NAME": "helm",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/googlegke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
{
"ACCEPT_GLUU_LICENSE": "Y",
"TEST_ENVIRONMENT": "Y",
"GLUU_VERSION": "4.2.0_01",
"GLUU_VERSION": "4.2",
"GLUU_UPGRADE_TARGET_VERSION": "",
"NGINX_INGRESS_NAMESPACE": "ingress-nginx",
"GLUU_HELM_RELEASE_NAME": "helm",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/microk8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.7]
gluu-version: ['"4.2.0_01"']
gluu-version: ['"4.2"']
test-cases: ["install", "helm-install-gluu"]
persistence-backends: ['"ldap"','"couchbase"']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.7]
gluu-version: ['"4.2.0_01"']
gluu-version: ['"4.2"']
persistence-backends: ['"ldap"']
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions pygluu/kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
https://www.apache.org/licenses/LICENSE-2.0
"""

__version__ = "1.2.2"
__previous_version__ = "1.2.1"
__version__ = "1.2.3"
__previous_version__ = "1.2.2"

0 comments on commit 5c7e36d

Please sign in to comment.