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

latest releases: v26.0.1, v26.0.0, v26.0.0-rc4...
17 months ago

This release focuses on applying a security patch "Cherry" of the wasmvm: https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2023-002.md

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

The risk to Osmosis is mitigated by the fact that contracts are permissionned. However, we do not know at this time if any of the earlier uploaded contracts are exploitable.

In addition, this release includes minor state-compatible changes. Most notably, new events and a highest liquidity pool query for protorev.

What Changed

See the full changelog here

Usage

🐳 Docker

The following Docker images are available in our registry:

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

Example:

docker run osmolabs/osmosis:15.1.0 version
# v15.1.0

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.0
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.