github osmosis-labs/osmosis v15.1.2
Osmosis v15.1.2 🧪

latest releases: v25.0.0, v25.0.0-rc0, x/ibc-hooks/v0.0.15...
11 months ago

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.

Don't miss a new osmosis release

NewReleases is sending notifications on new releases.