Releases: osmosis-labs/osmosis
Osmosis v29.0.2 🧪
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 v29.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:29.0.2 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:29.0.2-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:29.0.2-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:29.0.2-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:29.0.2 version
# v29.0.2
All the images support arm64
and amd64
architectures.
Osmosis v29.0.1 🧪
Description
- Fix query all proposals
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 v29.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:29.0.1 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:29.0.1-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:29.0.1-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:29.0.1-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:29.0.1 version
# v29.0.1
All the images support arm64
and amd64
architectures.
Osmosis v29.0.0 🧪
Description
This release includes some performance optimizations and system stability updates.
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 v29.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:29.0.0 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:29.0.0-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:29.0.0-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:29.0.0-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:29.0.0 version
# v29.0.0
All the images support arm64
and amd64
architectures.
Osmosis v29.0.0-rc2 🧪
Description
- Second release candidate with the pruning issues fixed
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 v29.0.0-rc2
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:29.0.0-rc2 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:29.0.0-rc2-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:29.0.0-rc2-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:29.0.0-rc2-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:29.0.0-rc2 version
# v29.0.0-rc2
All the images support arm64
and amd64
architectures.
Osmosis v28.0.6 🧪
Description
- Fix the "Error while pruning" issue, now when pruning stalls nodes will see ""Error while pruning, moving on the the next version in the store", "version missing", "100", "next version", "101"
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.6
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.6 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.6-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.6-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.6-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.6 version
# v28.0.6
All the images support arm64
and amd64
architectures.
Osmosis v29.0.0-rc1 🧪
Description
This release includes some performance optimizations and system stability updates.
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 v29.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:29.0.0-rc1 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:29.0.0-rc1-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:29.0.0-rc1-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:29.0.0-rc1-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:29.0.0-rc1 version
# v29.0.0-rc1
All the images support arm64
and amd64
architectures.
Osmosis v28.0.5 🧪
Description
- ibc-go bump to latest version
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.5
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.5 |
distroless/static-debian11 |
Default image based on Distroless |
osmolabs/osmosis:28.0.5-distroless |
distroless/static-debian11 |
Distroless image (same as above) |
osmolabs/osmosis:28.0.5-nonroot |
distroless/static-debian11:nonroot |
Distroless non-root image |
osmolabs/osmosis:28.0.5-alpine |
alpine |
Alpine image |
Example run:
docker run osmolabs/osmosis:28.0.5 version
# v28.0.5
All the images support arm64
and amd64
architectures.
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.