Releases: osmosis-labs/osmosis
Osmosis v28.0.4 🧪
Description
Fixes a security issue from cometbft, it is recommended to upgrade to this at your earliest convenience.
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v28.0.4
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:28.0.4 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.4-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.4-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.4-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.4 version
# v28.0.4
All the images support arm64
and amd64
architectures.
Osmosis v28.0.3 🧪
Description
- fixes panic in check tx logic
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v28.0.3
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:28.0.3 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.3-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.3-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.3-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.3 version
# v28.0.3
All the images support arm64
and amd64
architectures.
Osmosis v28.0.2 🧪
Description
#8940 chore: Bump store dependency version to v1.1.1-v0.50.11-v28-osmo-2
#8886 chore: decouple Node releases from SQS
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v28.0.2
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:28.0.2 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.2-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.2-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.2-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.2 version
# v28.0.2
All the images support arm64
and amd64
architectures.
Osmosis v28.0.1 🧪
Description
#8858 chore: fix event emission for smart account module
#8906 chore: bump cosmos-sdk v0.50.11
#8923 fix: tag osmosis-labs/cosmos-sdk store v1.1.1 to enable async pruning
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v28.0.1
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:28.0.1 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.1-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.1-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.1-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.1 version
# v28.0.1
All the images support arm64
and amd64
architectures.
Osmosis v28.0.0 🧪
Changelog
🚨 Important 🚨
Do not upgrade your nodes before the upgrade block height is reached.
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v28.0.0
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:28.0.0 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.0-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.0-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.0-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.0 version
# v28.0.0
All the images support arm64
and amd64
architectures.
Osmosis v28.0.0-rc1 🧪
Description
🚨 Important 🚨
Do not upgrade your nodes using this release.
This version is intended exclusively for testing the upcoming major release.
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v28.0.0-rc1
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:28.0.0-rc1 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.0-rc1-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.0-rc1-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.0-rc1-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.0-rc1 version
# v28.0.0-rc1
All the images support arm64
and amd64
architectures.
Osmosis v27.0.1 🧪
Description
- Fixed an issue with transaction search only returning 1 transaction here
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v27.0.1
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:27.0.1 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:27.0.1-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:27.0.1-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:27.0.1-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:27.0.1 version
# v27.0.1
All the images support arm64
and amd64
architectures.
Osmosis v27.0.0 🧪
Description
🚨 Important 🚨
Do not upgrade your nodes before block height
24250100
is reached. Wait for the target upgrade height.
This release implements patches and dependency updates to maintain chain stability and security across the protocol.
🗳️ Vote on the Upgrade Proposal
What's New in v27
- Fixed incorrect OSMO circulating supply reporting
- Resolved genesis state export issue related to Cosmos SDK v0.50.0
- Added missing key in genesis state export
Core Dependencies Updated
- CosmWasm VM →
v2.1.3
- Cosmos SDK →
v0.50.10
- CometBFT →
v0.38.12
- CosmWasm Optimizer →
v0.16.0
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v27.0.0
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:27.0.0 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:27.0.0-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:27.0.0-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:27.0.0-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:27.0.0 version
# v27.0.0
All the images support arm64
and amd64
architectures.
Osmosis v27.0.0-rc1 🧪
Description
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v27.0.0-rc1
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:27.0.0-rc1 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:27.0.0-rc1-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:27.0.0-rc1-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:27.0.0-rc1-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:27.0.0-rc1 version
# v27.0.0-rc1
All the images support arm64
and amd64
architectures.
Osmosis v26.0.2 🧪
Description
- Bumped cosmos-sdk to version v0.50.10
- Bumped cometbft to version v0.38.12
- Fix SIGN_MODE bug with unjail txns
Changelog
See the full changelog here
⚡️ Binaries
Binaries for Linux (amd64 and arm64) are available below.
🔨 Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/osmosis-labs/osmosis
cd osmosis && git checkout v26.0.2
make install
🐳 Run with Docker
As an alternative to installing and running osmosisd on your system, you may run osmosisd in a Docker container.
The following Docker images are available in our registry:
Image Name | Base | Description |
---|---|---|
osmolabs/osmosis:26.0.2 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:26.0.2-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:26.0.2-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:26.0.2-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:26.0.2 version
# v26.0.2
All the images support arm64
and amd64
architectures.