Skip to content

Commit 80fa08f

Browse files
committed
release: v1.3.2
1 parent b996eae commit 80fa08f

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

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

66

7+
<a name="v1.3.2"></a>
8+
## [v1.3.2] - 0001-01-01
9+
710
<a name="v1.3.2-RC1"></a>
811
## [v1.3.2-RC1] - 2022-08-24
912
### Bug Fixes
@@ -2958,7 +2961,8 @@ All notable changes to this project will be documented in this file. This projec
29582961
- **tree:** MTH reference impl
29592962

29602963

2961-
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.3.2-RC1...HEAD
2964+
[Unreleased]: https://github.com/vchain-us/immudb/compare/v1.3.2...HEAD
2965+
[v1.3.2]: https://github.com/vchain-us/immudb/compare/v1.3.2-RC1...v1.3.2
29622966
[v1.3.2-RC1]: https://github.com/vchain-us/immudb/compare/v1.3.1...v1.3.2-RC1
29632967
[v1.3.1]: https://github.com/vchain-us/immudb/compare/v1.3.1-RC1...v1.3.1
29642968
[v1.3.1-RC1]: https://github.com/vchain-us/immudb/compare/v1.3.0...v1.3.1-RC1

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export GO111MODULE=on
1616

1717
SHELL=/bin/bash -o pipefail
1818

19-
VERSION=1.3.2-RC1
20-
DEFAULT_WEBCONSOLE_VERSION=1.0.16
19+
VERSION=1.3.2
20+
DEFAULT_WEBCONSOLE_VERSION=1.0.17
2121
SERVICES=immudb immuadmin immuclient
2222
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
2323

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Click here to try out the immudb web console access in an [online demo environme
8282

8383
### Getting immudb running: executable
8484

85-
You may download the immudb binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immudb, rename it to `immudb`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.3.0 for linux amd64:
85+
You may download the immudb binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immudb, rename it to `immudb`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.3.2 for linux amd64:
8686

8787
```bash
88-
wget https://github.com/codenotary/immudb/releases/download/v1.3.0/immudb-v1.3.0-linux-amd64
89-
mv immudb-v1.3.0-linux-amd64 immudb
88+
wget https://github.com/codenotary/immudb/releases/download/v1.3.2/immudb-v1.3.2-linux-amd64
89+
mv immudb-v1.3.2-linux-amd64 immudb
9090
chmod +x immudb
9191

9292
# run immudb in the foreground to see all output
@@ -159,11 +159,11 @@ docker run --net=host -it --entrypoint /bin/sh minio/mc -c "
159159

160160
### Connecting with immuclient
161161

162-
You may download the immuclient binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immuclient, rename it to `immuclient`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.0.0 for linux amd64:
162+
You may download the immuclient binary from [the latest releases on Github](https://github.com/codenotary/immudb/releases/latest). Once you have downloaded immuclient, rename it to `immuclient`, make sure to mark it as executable, then run it. The following example shows how to obtain v1.3.2 for linux amd64:
163163

164164
```bash
165-
wget https://github.com/codenotary/immudb/releases/download/v1.3.0/immuclient-v1.3.0-linux-amd64
166-
mv immuclient-v1.3.0-linux-amd64 immuclient
165+
wget https://github.com/codenotary/immudb/releases/download/v1.3.2/immuclient-v1.3.2-linux-amd64
166+
mv immuclient-v1.3.2-linux-amd64 immuclient
167167
chmod +x immuclient
168168

169169
# start the interactive shell

helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: immudb
33
description: The immutable database
44
type: application
55
version: 1.0.0
6-
appVersion: "1.3.1"
6+
appVersion: "1.3.2"

0 commit comments

Comments
 (0)