Skip to content

Commit c70e4c4

Browse files
committed
release: v1.9DOM.0
1 parent 5239923 commit c70e4c4

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
- name: Build docker images
236236
shell: bash
237237
run: |
238-
if [[ "${GITHUB_REF}" =~ ^refs/tags/v([0-9]+)\.([0-9]+)\.([0-9]+)$ ]]; then
238+
if [[ "${GITHUB_REF}" =~ ^refs/tags/v([0-9]+)\.([A-Z0-9]+)\.([0-9]+)$ ]]; then
239239
VERSION_TAG="${BASH_REMATCH[1]}.${BASH_REMATCH[2]}.${BASH_REMATCH[3]}"
240240
VERSION_TAG_SHORT="${BASH_REMATCH[1]}.${BASH_REMATCH[2]}"
241241
fi

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file. This projec
44
## [Unreleased]
55

66

7+
<a name="v1.9DOM.0"></a>
8+
## [v1.9DOM.0] - 2023-10-19
9+
710
<a name="v1.9DOM"></a>
8-
## [v1.9DOM] - 2023-10-18
11+
## [v1.9DOM] - 2023-10-19
912
### Changes
1013
- **cmd/immuadmin:** add indexing related flags
1114

@@ -3759,7 +3762,8 @@ All notable changes to this project will be documented in this file. This projec
37593762
- **tree:** MTH reference impl
37603763

37613764

3762-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM...HEAD
3765+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.9DOM.0...HEAD
3766+
[v1.9DOM.0]: https://github.com/vchain-us/immudb/compare/v1.9DOM...v1.9DOM.0
37633767
[v1.9DOM]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC2...v1.9DOM
37643768
[v1.9.0-RC2]: https://github.com/vchain-us/immudb/compare/v1.9.0-RC1...v1.9.0-RC2
37653769
[v1.9.0-RC1]: https://github.com/vchain-us/immudb/compare/v1.5.0...v1.9.0-RC1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export GO111MODULE=on
1616

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.9DOM
19+
VERSION=1.9DOM.0
2020
DEFAULT_WEBCONSOLE_VERSION=1.0.18
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: immudb
33
description: The immutable database
44
type: application
5-
version: 1.9DOM
6-
appVersion: "1.9DOM"
5+
version: 1.9DOM.0
6+
appVersion: "1.9DOM.0"

0 commit comments

Comments
 (0)