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

Commit

Permalink
v0.60.0 release (#233)
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 May 27, 2022
1 parent 1a950f0 commit 15b5b65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## jackal - main / unreleased

## 0.60.0 (2022/05/27)

* [ENHANCEMENT] Helm chart. [#217](https://github.com/ortuman/jackal/pull/217)
* [ENHANCEMENT] Improve k8s compatibility. [#219](https://github.com/ortuman/jackal/pull/219), [#220](https://github.com/ortuman/jackal/pull/220), [#221](https://github.com/ortuman/jackal/pull/221), [#222](https://github.com/ortuman/jackal/pull/222), [#223](https://github.com/ortuman/jackal/pull/223), [#224](https://github.com/ortuman/jackal/pull/224), [#225](https://github.com/ortuman/jackal/pull/225), [#226](https://github.com/ortuman/jackal/pull/226), [#227](https://github.com/ortuman/jackal/pull/227), [#228](https://github.com/ortuman/jackal/pull/228), [#229](https://github.com/ortuman/jackal/pull/229), [#230](https://github.com/ortuman/jackal/pull/230), [#231](https://github.com/ortuman/jackal/pull/231), [#232](https://github.com/ortuman/jackal/pull/232)

## 0.58.0 (2022/03/04)

* [FEATURE] Added BoltDB repository type. [#212](https://github.com/ortuman/jackal/pull/212)
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.59.0
appVersion: v0.60.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.59.0
tag: 0.60.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, 59, 0)
var Version = NewVersion(0, 60, 0)

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

0 comments on commit 15b5b65

Please sign in to comment.