-
Notifications
You must be signed in to change notification settings - Fork 563
chore: release/v0.17.0 #1372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
chore: release/v0.17.0 #1372
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: Merge pull request #1218 from tendermint/release/v0.16.1
* Getting Started doc * Add image * Update index.md * Add directory table * Fixes based on feedback * Convert indentation to spaces * Remove scaffold/intro.md * Replace Go relayer with TS relayer * Replace scaffold chain with scaffold app * Replace scaffold chain with scaffold app * Running a chain in development vs production * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> * Update docs/run/index.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](npm/ssri@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: ssri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@6.2.1...6.2.2) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4) --- updated-dependencies: - dependency-name: dns-packet dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](browserslist/browserslist@4.16.3...4.16.6) --- updated-dependencies: - dependency-name: browserslist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: install, mention setting go env vars * Update docs/intro/install.md Co-authored-by: Barrie Byron <barrie.byron@tendermint.com> Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
* chore(Makefile): make install faster * fix
* feat(build): add --release option when using this option, a release/ dir will be created under the app's source code with app binaries inside tarballs built for different os/arch targets and a checksum.txt file. * done some refactoring. * Update starport/cmd/build.go Co-authored-by: Denis Fadeev <denis@fadeev.org> * Added --realease to the changelog * Apply suggestions from code review Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Co-authored-by: Denis Fadeev <denis@fadeev.org> Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Bump the Cosmos SDK version to allow scaffolded chains to run on arm devices Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* suggested edits for the awesome release command * Update starport/cmd/build.go yes, I am learning! text wrap ourselves makes sense in a code file (TIL) Co-authored-by: Denis Fadeev <denis@fadeev.org> * Apply suggestions from code review applying changes since it's my PR Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> Co-authored-by: Denis Fadeev <denis@fadeev.org> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* Add Algolia docs search * Update the Algolia index
* feat(docs): generate docs for cli and automate w/ CI. on every push to develop, a GH action will run the generator script and open a PR against develop branch if there is a diff. * docs * Update starport/internal/tools/gen-cli-docs/main.go Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
* Snake case * Rename files * Lint * Fix proto import * Changelog
* Remove duplicated * go sum
Co-authored-by: ilgooz <ilgooz@users.noreply.github.com>
Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* docs: Getting started fix * Update index.md (#1248) Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* feat: add integration to auto release apps through the Github CI. * implemented a cli action under actions/cli. * apps will be scaffold with a release workflow using the new starport cli action and other 3rd party actions. * added instructions about how to install an app through the curl+bash installer. * tweak * docs * Apply suggestions from code review Co-authored-by: Denis Fadeev <denis@fadeev.org> * fix * Update starport/templates/app/stargate/readme.md.plush Co-authored-by: Denis Fadeev <denis@fadeev.org> * create/update "latest" release everytime there is a change to the develop branch * use default branch for "latest" release * tweak * tweak * Update starport/templates/app/stargate/.github/workflows/release.yml Co-authored-by: Denis Fadeev <denis@fadeev.org> * Update starport/templates/app/stargate/readme.md.plush Co-authored-by: Denis Fadeev <denis@fadeev.org> * Apply suggestions from code review Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Co-authored-by: Denis Fadeev <denis@fadeev.org> Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com>
* improve glob feature and also exclude hidden folders from the path walk * fix the integration tests
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
…dule (#1299) * New app template * Fix template * add wasm * Update cosmoscmd * Fix wasm template * Remove testutil registration * Error message for previous version * error typo * Update spm * Fix gomod Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* Singleton component templates * Message template * File modification * Query test * Update tests * Add singletin in scaffolder * Fix template errors * Fix nil key * integration test * changelog * Integrate command * Update single tests * Fix * lint * Fix module scaffold Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
v0.17 hasn't been released yet, so it's early to change the readme.
* rename(cmd): rename --no-default-module to --no-module Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com> * Update docs/cli/index.md Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Co-authored-by: Lucas Bertrand <lucas.bertrand.22@gmail.com> Co-authored-by: Denis Fadeev <denis@fadeev.org>
Co-authored-by: Denis Fadeev <denis@fadeev.org>
v0.17 hasn't been released yet, so it's early to change the readme.
Signed-off-by: Sonia Singla <soniasingla.1812@gmail.com>
because Starport depends on CosmWasm and it doesn't support arm64 atm.
* fix(cmd/generate): vuex and openapi cmds should work whether if 'client' section presents or not in the 'config.yml'. * fix generate all logic for build and serve * fix * generate all
related to invalid .proto files. instead of just returning with the parsing error, path info for the related file also included. e.g.: ``` file: /home/ilker/Documents/code/src/github.com/tendermint/starport/local_test/mov/proto/mov/tx.proto: <input>:17:1: found "}" but expected [field =] ```
* chore: disable ga * tidy
Co-authored-by: Pantani <Pantani@users.noreply.github.com>
* docs: Update changelog for v0.17 * Update changelog.md * Update changelog.md * Update changelog.md
fadeev
approved these changes
Jul 15, 2021
Pantani
approved these changes
Jul 15, 2021
ilgooz
added a commit
that referenced
this pull request
Jul 19, 2021
Merge pull request #1372 from tendermint/release/v0.17.0
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
chore: release/v0.17.0
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
Merge pull request ignite#1372 from tendermint/release/v0.17.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.