Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
0.61.0 release (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ángel Ortuño <[email protected]>
  • Loading branch information
ortuman authored Jun 6, 2022
1 parent e2eedb1 commit f8d05a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## jackal - main / unreleased

## 0.61.0 (2022/06/06)

* [ENHANCEMENT] Added for cloud LB support. [237](https://github.com/ortuman/jackal/pull/237)

## 0.60.0 (2022/05/27)

* [ENHANCEMENT] Helm chart. [#217](https://github.com/ortuman/jackal/pull/217)
Expand Down
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: "v1"
name: jackal
version: 1.0.0
appVersion: v0.60.0
appVersion: v0.61.0
kubeVersion: "^1.10.0-0"
description: "Instant messaging server for the Extensible Messaging and Presence Protocol (XMPP)."
home: https://github.com/ortuman/jackal
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jackal:

image:
repository: ortuman/jackal
tag: 0.60.0
tag: 0.61.0
pullPolicy: IfNotPresent
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Version represents application version.
var Version = NewVersion(0, 60, 0)
var Version = NewVersion(0, 61, 0)

// APIVersion represents admin API version.
var APIVersion = NewVersion(1, 0, 0)
Expand Down

0 comments on commit f8d05a1

Please sign in to comment.