Skip to content

Commit 1e2ee99

Browse files
committed
chore: bump version to 1.3.1
Signed-off-by: Michael Schilonka <[email protected]>
1 parent f764cfa commit 1e2ee99

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

client/beiboot/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111
logger.addHandler(console)
1212

13-
__VERSION__ = "1.3.0"
13+
__VERSION__ = "1.3.1"
1414

1515

1616
class ClientConfiguration(object):

client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "beiboot"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Getdeck Beiboot client project."
55
authors = ["Michael Schilonka <[email protected]>"]
66
readme = "README.md"

operator/manifests/beiboot-gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ spec:
213213
app: beiboot-operator
214214
spec:
215215
containers:
216-
- image: quay.io/getdeck/beiboot:1.3.0
216+
- image: quay.io/getdeck/beiboot:1.3.1
217217
imagePullPolicy: Always
218218
name: beiboot
219219
ports:

operator/manifests/beiboot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ spec:
213213
app: beiboot-operator
214214
spec:
215215
containers:
216-
- image: quay.io/getdeck/beiboot:1.3.0
216+
- image: quay.io/getdeck/beiboot:1.3.1
217217
imagePullPolicy: Always
218218
name: beiboot
219219
ports:

operator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Getdeck Beiboot"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Getdeck Beiboot is an Operator to manage logical Kubernetes on top of a Kubernetes host cluster"
55
authors = ["Michael Schilonka <[email protected]>"]
66

0 commit comments

Comments
 (0)