Releases: strangelove-ventures/heighliner
Releases · strangelove-ventures/heighliner
v1.5.0
v1.4.1
What's Changed
- Add hyperlane agent support. Fix non-cosmos/non-avax go version lookup. by @misko9 in #168
- adding archway by @spoo-bar in #159
- Add migaloo chain by @kakucodes in #164
- Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible by @dependabot in #153
- Bump github.com/containerd/containerd from 1.6.3-0.20220401172941-5ff8fce1fcc6 to 1.6.18 by @dependabot in #169
- umee muslc tag by @agouin in #172
- bump to go v1.21 by @agouin in #173
- releaser update by @agouin in #175
- chore: add more chains, and use MUSLC in some by @PFC-developer in #171
New Contributors
- @spoo-bar made their first contribution in #159
- @kakucodes made their first contribution in #164
- @PFC-developer made their first contribution in #171
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Wasmvm version awk should pull the last field by @misko9 in #143
- ignore lint error for signal.Notify by @agouin in #142
- Update README.md by @agouin in #144
- update sei config in chains.yaml by @udpatil in #146
- add celestia by @jackzampolin in #149
- update to celestia app by @agouin in #150
- yaml lint by @danbryan in #151
- Add status check to ensure we gracefully discontinue by @vimystic in #158
- fix for quasar by @danbryan in #160
- Update Provenance config to remove Kafka dependency by @iramiller in #157
- Bump google.golang.org/grpc from 1.45.0 to 1.53.0 by @dependabot in #145
- Add support for wormchain and update the docker files to better support a custom build dir by @misko9 in #134
- Cosmos - local cross-arch images by @agouin in #161
- Added support for go 1.21.0 and set it to be default. by @danbryan in #167
New Contributors
- @udpatil made their first contribution in #146
- @jackzampolin made their first contribution in #149
- @vimystic made their first contribution in #158
- @iramiller made their first contribution in #157
- @dependabot made their first contribution in #145
Full Changelog: v1.3.2...v1.4.0
v1.3.2
v1.3.1
v1.3.0
What's Changed
- add pclientd binary for penumbra by @agouin in #105
- Optimize local.Dockerfile compile times drastically by @Reecepbcups in #107
- added quasar binary to heighliner by @danbryan in #108
- new release, new repo by @danbryan in #109
- feat(quasar): adds image for testnet by @AntiTyping in #110
- fix(quasar): adjust binary permission by @AntiTyping in #111
- List command to show sdk and ibc version by @7AC in #112
- refactor: Improve list subcommand error reporting by @DavidNix in #113
- Add stats on cosmos/ibc versions to list command by @7AC in #114
- Target libraries - fix penumbra dns by @agouin in #115
- Add Xion chain by @bigs in #117
- Add Avalanche support by @ramilexe in #116
- add Terp Network by @discoverdefiteam in #118
- added testnetx by @danbryan in #119
- feat: add KYVE networks by @johnletey in #120
- penumbra now requires git-lfs by @agouin in #121
- Add tmp folder to Avalanche image by @ramilexe in #124
- Add hyperlane-simd by @misko9 in #125
- fix(agoric): updates the base image for docker image by @AntiTyping in #126
- add arkeo chain by @cbarraford in #128
- fix: Malformed chains.yaml by @DavidNix in #129
- build agoric from source by @agouin in #130
- fix: Update akash in chains.yaml by @DavidNix in #133
- fix directory add in cargo buildkit dockerfile by @agouin in #135
- fix: cosmos local dockerfile libraries by @agouin in #136
- fix agoric for arm64 by @agouin in #137
- fix: Agoric build for linux/amd64 by @DavidNix in #138
- Revert "fix: Agoric build for linux/amd64" by @agouin in #139
New Contributors
- @Reecepbcups made their first contribution in #107
- @AntiTyping made their first contribution in #110
- @7AC made their first contribution in #112
- @ramilexe made their first contribution in #116
- @discoverdefiteam made their first contribution in #118
- @johnletey made their first contribution in #120
- @cbarraford made their first contribution in #128
Full Changelog: v1.2.0...v1.3.0
v1.2.0
🚀🚀🚀
What's Changed
- feat(chain): add acrechain by @pratikbin in #87
- chain config override flags by @agouin in #89
- Add Noble by @boojamya in #91
- docs: Remove Onomy special note by @DavidNix in #93
- chain: adding nolus by @Lockwarr in #96
- Add extra utils by @agouin in #97
- docs: Add special notes for Axelar by @DavidNix in #95
- Add sei chain by @agouin in #99
- add --race flag by @agouin in #100
- fix axelar by @agouin in #102
- Github releases API auth by @agouin in #101
New Contributors
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
🚀🚀🚀
Flags:
--git-ref
/-g
flag introduced for more clarity. Replaces --version
/-v
flag. This flag informs which branch/tag should be used to build. --version
/-v
will still work for the next few versions, but will log a deprecation warning.
--tag
/-t
flag introduced to allow overriding the resulting docker image tag. If not provided, behavior is the same as current, where the resulting image tag will be derived from the git ref.
chains.yaml
:
language
property renamed todockerfile
.language
will still work for the next few versions, but will log a deprecation warning.go
as a value forlanguage
/dockerfile
renamed tocosmos
, as the build strategy is specific to cosmos SDK chains.go
will still work for the next few versions, but will log a deprecation warning.rust
as a value forlanguage
/dockerfile
renamed tocargo
, as the build strategy is specific to cargo.rust
will still work for the next few versions, but will log a deprecation warning.
What's Changed
- feat(chain): quicksilver chain by @pratikbin in #65
- Add Onomy to chains.yaml by @DavidNix in #67
- feat(chain): AssetMantle chain by @pratikbin in #63
- chain info for tofnd by @danbryan in #69
- New Chain Documentation by @boojamya in #11
- optimize wasm version check by @agouin in #71
- update injective binaries by @danbryan in #72
- Make sure libs are unique before copying by @agouin in #74
- add nibiru by @danbryan in #76
- Version bump automation for Project Management workflow by @boojamya in #77
- Remove dependency on Makefile by @agouin in #78
- chore: add duality to chains.yaml by @jtieri in #79
- Add burnt chain by @bigs in #80
- rename confusing properties/flags by @agouin in #82
- Cosmos - parse go.mod go version by @agouin in #85
New Contributors
- @pratikbin made their first contribution in #65
- @jtieri made their first contribution in #79
- @bigs made their first contribution in #80
Full Changelog: v1.0.0...v1.1.0
v1.0.0
🚀🚀🚀
What's Changed
- add chains by @boojamya in #6
- Adding more chains by @boojamya in #8
- adding ag0 chain by @danbryan in #9
- Adds: Umee Emoney Cheqd by @boojamya in #14
- Add repo-host option and add Secret Network and Thorchain by @boojamya in #10
- Add chains to image builds by @boojamya in #15
- add dig by @boojamya in #16
- Add injective chain by @agouin in #18
- Increase build timeout to 3 hours for qemu builds by @agouin in #19
- Add stride by @agouin in #21
- Add interchain query demo by @agouin in #22
- Scratch images for SDK chains by @agouin in #20
- Update axelar build bytecode and produce static binary by @agouin in #23
- Injective binary rename by @agouin in #25
- Fix stride static build by @agouin in #24
- add chain cosmos-hub-ics by @danbryan in #29
- cosmos-ics updates by @danbryan in #30
- Revert "Fix stride static build" by @agouin in #28
- feat: Add du to images by @DavidNix in #26
- Accept Empty Build Targets for Rust images and Add Carbon Chain by @boojamya in #27
- Include trusted CA certs by @agouin in #32
- Add chains to chain.yaml by @boojamya in #33
- Add wasm chain by @agouin in #34
- Bump libwasmvm to 1.1.0 by @agouin in #35
- Add Nomic by @boojamya in #37
- Add Irisnet by @boojamya in #38
- Revert "Bump libwasmvm to 1.1.0" by @agouin in #40
- Add support for Nix + update Composable by @boojamya in #42
- Update chain names to match chain-registry by @boojamya in #43
- Fix relative path binary copy by @agouin in #48
- Pull the wasmvm version that the chain version uses. If a chain does … by @misko9 in #50
- Standalone phase 1 by @agouin in #54
- Remove rocksdb build functionality by @agouin in #56
- Standalone phase 2. by @agouin in #55
- Adding neutron by @danbryan in #58
- refactor: Remove ag0 by @DavidNix in #53
- rust cross compile and scratch images by @agouin in #57
- Enable evaluated binary paths with spaces by @agouin in #59
- Bundle wasm runtimes with composable by @agouin in #61
- Add ibc-go simd chain by @misko9 in #64
New Contributors
Full Changelog: v0.0.5...v1.0.0