Skip to content

Commit 06278a8

Browse files
authored
Merge pull request #87 from Mirantis/prepare-release
Prepare Pelagia 1.5.0 release
2 parents 48389ac + 658395d commit 06278a8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-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.4.0"
20+
CURRENT_RELEASE_VERSION := "1.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ in the [Quick start guide](https://mirantis.github.io/pelagia/quick-start/instal
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
|-----------------|-----------------------------------------------------------|-------------------------------------------------------|---------------------------------------------------------------|
5555
| 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 |
56+
| 1.4.0,1.5.0 | 19.2.3 (Squid), 18.2.7 (Reef) | 1.18.8 | 3.15.0 |
5757

5858

5959
# 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.4.0
5+
version: 1.5.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.4.0
12+
version: 1.5.0
1313
- name: snapshot-controller
1414
repository: file://charts/snapshot-controller
15-
version: 1.4.0
15+
version: 1.5.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.4.6
82+
tag: 1.5.0
8383
# fullName is mostly used for test purposes
8484
fullName: ""
8585
pullPolicy: Always

0 commit comments

Comments
 (0)