This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
Releases: paritytech/command-bot
Releases · paritytech/command-bot
v0.24.0
What's Changed
- Bump vm2 from 3.9.11 to 3.9.15 by @dependabot in #185
- Typo by @rzadp in #187
- CommandBot prometheus metrics by @mordamax in #186
- add more fields to metrics + fix ports by @mordamax in #188
- Mak fix ports by @mordamax in #189
- [ci] Increase deploy timeout by @alvicsam in #190
New Contributors
Full Changelog: v0.23.0...v0.24.0
v0.23.0
v0.22.0
v0.21.0
What's Changed
- Bump opstooling-js from v0.0.16 to v0.0.18 by @dependabot in #163
- Update github-issue-sync.yml by @mordamax in #165
- add "excluded" to schema + add help/clean to docs by @mordamax in #162
- Added more logging + increased delay after creating a fresh branch by @mordamax in #168
- Add CI job to publish docker image description to hub.docker.com by @sergejparity in #173
- enhanced args validation making it optional per preset by @mordamax in #172
New Contributors
- @sergejparity made their first contribution in #173
Full Changelog: v0.20.0...v0.21.0
v0.20.0
🚨 Breaking changes 🚨
/cmd queue -c command $ argument
is deprecated, instead usebot command $ argument
.
Examples:bot fmt
,bot try-runtime $ kusama
bot bench $ pallet dev pallet_fast_unstake
New commands 🎉
bot help
which gives overview of all commands (not ideal, we're still working to improve it)bot clean
- removes command-bot comments.
Changelog
- mostly moving files around + fix the sporadic job cancelling by @mordamax in #147
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #148
- Excluding semver-major from dependabot by @mutantcornholio in #151
- [ci] refactor production deployment by @alvicsam in #149
- Mak/fix gitlab script by @mordamax in #153
- Mak/deprecate cmd add help by @mordamax in #154
- fix debug logs & 404 on docs after new deploy by @mordamax in #156
- add clean command by @mordamax in #157
- Mak/lint fix by @mordamax in #159
- Bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #155
- ci: created github-issue-sync workflow file by @Bullrich in #161
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- [ci] Fix buildah by @alvicsam in #124
- add db by @alvicsam in #129
- [ci] new runner for deploy by @alvicsam in #136
- [ci] remove environment by @alvicsam in #137
- Mak/migrate to commandbot scripts by @mordamax in #133
- Mak/fixes cmd by @mordamax in #143
- Bump express from 4.17.2 to 4.18.2 by @dependabot in #135
- Mak/logging by @mordamax in #144
- Support new try-runtime format #145
Breaking changes to the way you run commands
Try-runtime
Old: /cmd queue -c try-runtime $ --chain=kusama-dev --execution=Wasm --no-spec-check-panic on-runtime-upgrade live --uri wss://kusama-try-runtime-node.parity-chains.parity.io:443
New: /cmd queue -c try-runtime $ kusama
Benchmark
Old: the command was bench-bot /cmd queue -c bench-bot $ pallet kusama-dev pallet_democracy
New: fixed command name is bench /cmd queue -c bench $ pallet kusama-dev pallet_democracy
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
New features
- Add support to run commands without arguments after "$" by @mordamax in #111
- make the pipeline scripts REF to be overridable, and add more logs to investigate sporadic cancellations by @mordamax in #117
Tech Debt & Infra
- Codestyle update by @mutantcornholio in #101
- Integration tests: first suite by @mutantcornholio in #104
- Bump node-fetch from 3.2.4 to 3.2.10 by @dependabot in #105
- Cancellation and failure tests by @mutantcornholio in #109
- [ci] Refactor ci by @alvicsam in #115
- [ci] fix staging by @alvicsam in #118
- fix app port stg by @alvicsam in #119
- fix traefik setting by @alvicsam in #120
- update release tags rules by @mordamax in #121
New Contributors
- @mutantcornholio made their first contribution in #101
- @alvicsam made their first contribution in #115
Full Changelog: v-0.17...v0.18.0