Skip to content

Osmosis v14.0.1 🧪

Compare
Choose a tag to compare
@osmo-bot osmo-bot released this 15 Feb 17:53
· 2211 commits to main since this release
0a4b5be

This is a patch release that introduces minor bug fixes. It can be applied at the node operator's convenience.

Namely, fixes EstimateSwapExactAmountIn and EstimateSwapExactAmountOut x/gamm CLI and geometric TWAP genesis validation.

What Changed

See the full changelog here

Usage

🐳 Docker

The following Docker images are available in our registry:

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

Example:

docker run osmolabs/osmosis:14.0.1 version
# v14.0.1

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 v14.0.1
make install

⚡️ Download binaries

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