Skip to content

Commit 0540b66

Browse files
authored
Merge pull request #1587 from kaleido-io/1.3.2-updates
Update manifest and release date
2 parents c9bed10 + 3b28ab2 commit 0540b66

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG GIT_REF
1717
RUN apk add make=4.4.1-r2 \
1818
gcc=13.2.1_git20231014-r0 \
1919
build-base=0.5-r3 \
20-
curl=8.9.1-r0 \
20+
curl=8.9.1-r1 \
2121
git=2.43.5-r0
2222
WORKDIR /firefly
2323
RUN chgrp -R 0 /firefly \
@@ -76,7 +76,7 @@ ARG UI_RELEASE
7676
RUN apk add --update --no-cache \
7777
sqlite=3.44.2-r0 \
7878
postgresql16-client=16.4-r0 \
79-
curl=8.9.1-r0 \
79+
curl=8.9.1-r1 \
8080
jq=1.7.1-r0
8181
WORKDIR /firefly
8282
RUN chgrp -R 0 /firefly \

doc-site/docs/releasenotes/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ title: Release Notes
44

55
[Full release notes](https://github.com/hyperledger/firefly/releases)
66

7-
## [v1.3.2 - Sept 13, 2024](https://github.com/hyperledger/firefly/releases/tag/v1.3.2)
7+
## [v1.3.2 - Oct 3, 2024](https://github.com/hyperledger/firefly/releases/tag/v1.3.2)
88

99
What's New:
1010

1111
- Support for JSON numbers larger than `2^53-1`
12-
See [FFBigInt](../reference/types/simpletypes.md#ffbigint)
12+
- See [FFBigInt](../reference/types/simpletypes.md#ffbigint) for detailed explanation
13+
- Support added to FireFly core, including the UI, FireFly Transaction Manager, and FireFly EVMConnect
1314
- Ability to install FireFly CLI with Brew for MacOS users
1415
See [Brew](../gettingstarted/firefly_cli.md#install-via-homebrew-macOS)
1516
- Miscellaneous bug fixes and minor improvements

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"release": "v1.3.1"
6060
},
6161
"cli": {
62-
"tag": "v1.3.2-rc.2"
62+
"tag": "v1.3.2"
6363
}
6464
}

0 commit comments

Comments
 (0)