Skip to content

Releases: osmosis-labs/osmosis

Osmosis v29.0.0-rc2 🧪

28 Mar 09:24
e43b80c
Compare
Choose a tag to compare
Pre-release

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 🧪

28 Mar 09:23
b1204b9
Compare
Choose a tag to compare
Osmosis v28.0.6 🧪 Pre-release
Pre-release

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 🧪

18 Mar 16:51
8a1e623
Compare
Choose a tag to compare
Pre-release

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 🧪

12 Mar 18:30
8d33050
Compare
Choose a tag to compare

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 🧪

06 Feb 11:54
58c21b9
Compare
Choose a tag to compare

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 🧪

30 Jan 15:04
82a6353
Compare
Choose a tag to compare

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 🧪

16 Jan 10:32
4a3edb4
Compare
Choose a tag to compare
Osmosis v28.0.2 🧪 Pre-release
Pre-release

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 🧪

07 Jan 20:23
bfaf7db
Compare
Choose a tag to compare

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 🧪

10 Dec 12:45
39ec8f9
Compare
Choose a tag to compare

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 🧪

05 Dec 11:21
fed374b
Compare
Choose a tag to compare
Pre-release

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.