Osmosis v13.1.2
is a minor patch release that includes several bug fixes and updates.
The main bug fix in this release is for the state export feature, which was not working properly in previous versions. This issue has now been resolved, and state export should work as expected in v13.1.2
.
Additionally, the swagger files for v13 have been updated to improve compatibility and ensure that all API endpoints are properly documented.
We recommend that all users of Osmosis upgrade to this latest version to take advantage of these bug fixes and improvements. As always, please let us know if you encounter any issues or have any feedback 🧪
What Changed
🐞 Bug fixes
- Fix state export
- Update swagger files for v13
Usage
🐳 Docker
The following Docker images are available in our registry:
Image | Description |
---|---|
osmolabs/osmosis:13.1.2
| Default image. Based on Distroless image |
osmolabs/osmosis:13.1.2-distroless
| Distroless image (same as above) |
osmolabs/osmosis:13.1.2-nonroot
| Distroless non root image |
osmolabs/osmosis:13.1.2-alpine
| Alpine image |
Example:
docker run osmolabs/osmosis:13.1.2 version
# v13.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 v13.1.2
make install
⚡️ Download binaries
Binaries for linux amd64 and arm64 are available below.
Darwin users should build binaries from source.