Skip to content

Osmosis v15.1.2 🧪

Compare
Choose a tag to compare
@osmo-bot osmo-bot released this 25 May 16:24
· 1734 commits to main since this release
4ccc556

This release applies the security patch "Huckleberry" to ibc-go, upgrading it to version 4.3.1.
The details of the security advisory can be found here: IBC huckleberry security advisory.

While this change can be applied at your own convenience, we recommend doing that at the earliest opportunity.

Other changes:

  • Update sdk fork with the change for correct block time in historical queries (#5134)
  • Relax twap record validation in init genesis to allow one of the spot prices to be non-zero when twap error is observed. (#5129)

What Changed

See the full changelog here

Usage

🐳 Docker

The following Docker images are available in our registry:

Image Description
osmolabs/osmosis:15.1.2 Default image. Based on Distroless image
osmolabs/osmosis:15.1.2-distroless Distroless image (same as above)
osmolabs/osmosis:15.1.2-nonroot Distroless non root image
osmolabs/osmosis:15.1.2-alpine Alpine image

Example:

docker run osmolabs/osmosis:15.1.2 version
# v15.1.2

All the images have support for arm64 and amd64 architectures.

🔨 Build from source

git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v15.1.2
make install

⚡️ Download binaries

Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.