Skip to content

Commit b1a3830

Browse files
authored
Merge pull request #53 from Mirantis/new-release
Prepare Pelagia 1.4.0 release
2 parents 7fb53eb + c684c27 commit b1a3830

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CONNECTOR_CMD := ./cmd/connector
1717
CEPH_E2E_NAME := pelagia-e2e
1818
SKIP_SNAPSHOT_CONTROLLER ?= ""
1919
SKIP_ROOK_CRDS ?= ""
20-
CURRENT_RELEASE_VERSION := "1.3.0"
20+
CURRENT_RELEASE_VERSION := "1.4.0"
2121
CODE_VERSION := $(shell build/scripts/get_version.sh)
2222
DEV_VERSION ?= "dev-$(CODE_VERSION)"
2323
VERSION := $(shell build/scripts/get_version.sh $(CURRENT_RELEASE_VERSION) $(DEV_VERSION))

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ in the [Quick start guide](https://mirantis.github.io/pelagia/quick-start/instal
5252

5353
| Pelagia version | [Ceph](https://docs.ceph.com/en/latest/releases/) version | [Rook](https://github.com/rook/rook/releases) version | [Ceph-CSI](https://github.com/ceph/ceph-csi/releases) version |
5454
|-----------------|-----------------------------------------------------------|-------------------------------------------------------|---------------------------------------------------------------|
55-
| 1.0.0 | 19.2.3 (Squid), 18.2.7 (Reef) | 1.17.4 | 3.14.0 |
55+
| 1.0.0-1.3.0 | 19.2.3 (Squid), 18.2.7 (Reef) | 1.17.4 | 3.14.0 |
56+
| 1.4.0 | 19.2.3 (Squid), 18.2.7 (Reef) | 1.18.8 | 3.15.0 |
5657

5758

5859
# Documentation

charts/pelagia-ceph/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apiVersion: v2
22
appVersion: dev
33
description: A Helm chart to deploy Ceph Pelagia resources
44
name: pelagia-ceph
5-
version: 1.3.0
5+
version: 1.4.0
66
maintainers:
77
- name: Mirantis Inc.
88
url: https://github.com/Mirantis/pelagia
99
dependencies:
1010
- name: rook-crds
1111
repository: file://charts/rook-crds
12-
version: 1.3.0
12+
version: 1.4.0
1313
- name: snapshot-controller
1414
repository: file://charts/snapshot-controller
15-
version: 1.3.0
15+
version: 1.4.0

charts/pelagia-ceph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cephRelease: ""
7979
images:
8080
pelagia:
8181
repository: pelagia/pelagia
82-
tag: 1.3.0
82+
tag: 1.4.0
8383
# fullName is mostly used for test purposes
8484
fullName: ""
8585
pullPolicy: Always

0 commit comments

Comments
 (0)