Skip to content

Releases: ignite/cli

nightly

03 Mar 00:09
794456a
Compare
Choose a tag to compare
nightly Pre-release
Pre-release

Install and move the CLI to your bin directory: curl https://get.ignite.com/cli@nightly! | bash

v28.8.1

26 Feb 13:02
v28.8.1
b40b587
Compare
Choose a tag to compare

🚀 Highlights

For this patch release, we have addressed several bugs. Notably, we have enhanced our command parsing to eliminate undesired logs. This update resolves an issue where Ignite was incompatible with Go 1.24.0 due to a transitive dependency of the Cosmos SDK that is not yet compatible with Go 1.24.0.

📝 Changelog

Following an exhaustive list of changes in this release:

Bug Fixes

  • #4532 Fix non working shortcuts in validator home config
  • #4538 Create a simple spinner for non-terminal interactions
  • #4540, #4543 Skip logs / gibberish when parsing commands outputs

v28.8.0

21 Feb 18:28
v28.8.0
c68c2a3
Compare
Choose a tag to compare

🚀 Highlights

This release fixes a number of issues and bumps the stack dependencies.

📝 Changelog

Following an exhaustive list of changes in this release:

Features

  • #4513 Allow to pass tx fees to faucet server

Changes

  • #4439 Simplify Ignite CLI dependencies by removing moby and gorilla dependencies.
  • #4471 Bump CometBFT to v0.38.15.
  • #4471 Bump Ignite & chain minimum Go version to 1.23.
  • #4529 Bump Cosmos SDK to v0.50.12.

Bug Fixes

  • #4474 Fix issue in build --release command
  • #4479 Scaffold an `uint64 type crashs Ignite
  • #4483 Fix default flag parser for apps

v28.7.0

15 Jan 09:02
v28.7.0
2f83cfe
Compare
Choose a tag to compare

🚀 Highlights

This release adds a command to scaffold the necessary files to publish in the chain-registry. Go from devnet to testnet even faster with Ignite.

📝 Changelog

Following an exhaustive list of changes in this release:

Features

  • #4457 Add skip-build flag to chain serve command to avoid (re)building the chain
  • #4413 Add ignite s chain-registry command

v28.6.1

18 Dec 21:53
v28.6.1
3af08a4
Compare
Choose a tag to compare

🚀 Highlights

This release bumps the scaffolded Cosmos SDK version to a non vulnerable one.

📝 Changelog

Following an exhaustive list of changes in this release:

  • #4449 Bump scaffolded chain to Cosmos SDK v0.50.11. Previous version have a high security vulnerability.

v28.6.0

26 Nov 20:36
v28.6.0
54f4131
Compare
Choose a tag to compare

🚀 Highlights

This release includes a few notable bug fixes and features:

  • A new command has been added: ignite testnet multi-node. Run a multi validator localnet with easy
  • For those make aficionado, the CLI now scaffolds a Makefile right at the root of your app

📝 Changelog

Following an exhaustive list of changes in this release:

Features

  • #4377 Add multi node (validator) testnet
  • #4362 Scaffold Makefile

Changes

  • #4376 Set different chain-id for in place testnet

Bug Fixes

  • #4421 Fix typo in simulation template

v28.5.3

20 Sep 14:55
v28.5.3
b6eb44c
Compare
Choose a tag to compare

🚀 Highlights

This release simply updates the dependencies of the scaffolded chain to use the latest of the Interchain Stack.
Additionally, it adds an opt-in error reporting to Sentry so that we can detect and fix Ignite CLI bugs faster.

📝 Changelog

Following an exhaustive list of changes in this release:

Changes

  • #4372 Bump Cosmos SDK to v0.50.10
  • #4357 Bump chain dependencies (store, ics, log, etc)
  • #4328 Send ignite bug report to sentry. Opt out the same way as for usage analytics

v28.5.2

11 Sep 12:56
v28.5.2
72244a7
Compare
Choose a tag to compare

🚀 Highlights

This release includes a few notable bug fixes and features:

  • Add ignite testnet in-place command for in place testnets.

📝 Changelog

Following an exhaustive list of changes in this release:

Features

  • #4297 Add in-place testnet creation command for apps.

Changes

  • #4292 Bump Cosmos SDK to v0.50.9
  • #4341 Bump ibc-go to 8.5.0
  • #4345 Added survey link

Fixes

  • #4319 Remove fee abstraction module from open api code generation
  • #4309 Fix chain id for chain simulations
  • #4322 Create a message for authenticate buf for generate ts-client
  • #4323 Add missing --config handling in the chain commands
  • #4350 Skip upgrade prefix for sim tests

v28.5.1

05 Aug 12:56
v28.5.1
2a968e8
Compare
Choose a tag to compare

🚀 Highlights

This release includes a few notable bug fixes and features:

  • Bring back ignite relayer command that was disabled in v28.5.0
  • Add APIs for Ignite Apps

📝 Changelog

Following an exhaustive list of changes in this release:

  • #4276 Add cosmosclient.CreateTxWithOptions method to facilite more custom tx creation
  • #4262 Bring back relayer command
  • #4269 Add custom flag parser for extensions
  • #4270 Add flags to the extension hooks commands
  • #4286 Add missing verbose mode flags

v28.5.0

15 Jul 20:00
v28.5.0
9698827
Compare
Choose a tag to compare

🚀 Highlights

This release includes a few notable bug fixes and features:

  • Improvement of protobuf generation (faster proto generation)
  • Update of scaffolded chain with latest version of Cosmos SDK, IBC, CometBFT and their dependencies
  • Fixing an error in the scaffolded chain that was preventing a chain upgrade

📝 Changelog

Following an exhaustive list of changes in this release:

Features

  • #4183 Set chain-id in the client.toml
  • #4090 Remove protoc pkg and also nodetime helpers ts-proto and sta
  • #4076 Remove the ignite relayer and tools commands with all ts-relayer logic
  • #4133 Improve buf rate limit

Changes

  • #4095 Migrate to matomo analytics
  • #4149 Bump cometbft to v0.38.7
  • #4168 Bump IBC to v8.3.1
    If you are upgrading manually from v8.2.0 to v8.3.1, add the following to your ibc.go file:
    app.ICAHostKeeper = ...
    + app.ICAHostKeeper.WithQueryRouter(app.GRPCQueryRouter())`
    app.ICAControllerKeeper = ...
  • #4178 Bump cosmos-sdk to v0.50.7
  • #4194 Bump client/v2 to v2.0.0-beta.2
    If you are upgrading manually, check out the recommended changes in root.go from the above PR.
  • #4210 Improve default home wiring
  • #4077 Merge the swagger files manually, instead use nodetime swagger-combine
  • #4249 Prevent creating a chain with number in the name
  • #4253 Bump cosmos-sdk to v0.50.8

Fixes

  • #4184 Set custom InitChainer because of manually registered modules
  • #4198 Set correct prefix overwriting in buf.gen.pulsar.yaml
  • #4199 Set and seal SDK global config in app/config.go
  • #4212 Set default values for extension flag to not crash ignite
  • #4216 Avoid create duplicated scopedKeppers
  • #4242 Use buf build binary from the gobin path
  • #4250 Set gas adjustment before calculating