Skip to content

Commit

Permalink
*: Update changelogs ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Jun 21, 2022
1 parent 8a3086e commit 92669b1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
11 changes: 10 additions & 1 deletion packages/indexer-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2022-06-21
### Added
- Support file-based configuration of startup params
- New allocation mangement mode, oversight, for requiring indexer approval to execute agents actions

### Changed
- Agent now pushes proposed allocation changes to action queue for execution by worker instead of executing them from the agent

## [0.19.3] - 2022-06-14
### Changed
- Move Network module to indexer-common
Expand Down Expand Up @@ -374,7 +382,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update @graphprotocol/common-ts to 0.2.2

[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2022-06-21
### Added
- New Actions module for interacting with the actions queue

## [0.19.3] - 2022-06-14
### Added
- Allocations module for direct management of allocations
Expand Down Expand Up @@ -156,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update @graphprotocol/common-ts to 0.2.2

[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
Expand Down
10 changes: 9 additions & 1 deletion packages/indexer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2022-06-21
### Added
- Action queue for managing allocations directly, batching into single tx, and providing support for 3rd party allocation decision tools

### Changed
- Reorganize indexer management server creating separate modules for: allocations, actions, network monitoring, and rules

## [0.19.3] - 2022-06-14
### Added
- Allocations mutations and queries to management server for direct management of allocations
Expand Down Expand Up @@ -166,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Move indexing rule management here from `@graphprotocol/common-ts`

[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
Expand Down
7 changes: 6 additions & 1 deletion packages/indexer-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2022-06-21
### Changed
- Include querFeesAmount in allocation queries to conform with updated SubgraphDeployment interface

## [0.19.3] - 2022-06-14
### Changed
- Improve Ethereum connection process and logging
Expand Down Expand Up @@ -255,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update @graphprotocol/common-ts to 0.2.2

[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.19.3...HEAD
[Unreleased]: https://github.com/graphprotocol/indexer/compare/v0.20.0...HEAD
[0.20.0]: https://github.com/graphprotocol/indexer/compare/v0.19.3...v0.20.0
[0.19.3]: https://github.com/graphprotocol/indexer/compare/v0.19.1...v0.19.3
[0.19.1]: https://github.com/graphprotocol/indexer/compare/v0.19.0...v0.19.1
[0.19.0]: https://github.com/graphprotocol/indexer/compare/v0.18.6...v0.19.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done
) || true

# Publish to NPM
export NODE_ENV=production
# export NODE_ENV=production
rm -rf node_modules packages/*/node_modules
yarn --registry https://registry.npmjs.org/
yarn config set registry https://registry.npmjs.org/
Expand Down

0 comments on commit 92669b1

Please sign in to comment.