Skip to content

Commit

Permalink
Merge pull request #1587 from kaleido-io/1.3.2-updates
Browse files Browse the repository at this point in the history
Update manifest and release date
  • Loading branch information
EnriqueL8 authored Oct 3, 2024
2 parents c9bed10 + 3b28ab2 commit 0540b66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG GIT_REF
RUN apk add make=4.4.1-r2 \
gcc=13.2.1_git20231014-r0 \
build-base=0.5-r3 \
curl=8.9.1-r0 \
curl=8.9.1-r1 \
git=2.43.5-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
Expand Down Expand Up @@ -76,7 +76,7 @@ ARG UI_RELEASE
RUN apk add --update --no-cache \
sqlite=3.44.2-r0 \
postgresql16-client=16.4-r0 \
curl=8.9.1-r0 \
curl=8.9.1-r1 \
jq=1.7.1-r0
WORKDIR /firefly
RUN chgrp -R 0 /firefly \
Expand Down
5 changes: 3 additions & 2 deletions doc-site/docs/releasenotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ title: Release Notes

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

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

What's New:

- Support for JSON numbers larger than `2^53-1`
See [FFBigInt](../reference/types/simpletypes.md#ffbigint)
- See [FFBigInt](../reference/types/simpletypes.md#ffbigint) for detailed explanation
- Support added to FireFly core, including the UI, FireFly Transaction Manager, and FireFly EVMConnect
- Ability to install FireFly CLI with Brew for MacOS users
See [Brew](../gettingstarted/firefly_cli.md#install-via-homebrew-macOS)
- Miscellaneous bug fixes and minor improvements
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"release": "v1.3.1"
},
"cli": {
"tag": "v1.3.2-rc.2"
"tag": "v1.3.2"
}
}

0 comments on commit 0540b66

Please sign in to comment.