What's Changed
- New storethehash valuestore with automatic index garbage collection.
- Automatic upgrade of storethehash index to new format
- Fix wrong publisher address when using HTTP
- Support a list of peers from which we accept advertisements for other providers
- Upgrade config using
./storetheindex init --upgrade
- Revised command flags to differentiate publisher and provider peer id flags
Infrastructure and Deployment Changes
- Define prod kustomization overlay
- Define production infrastructure in
us-east-2
- Configure EBS CSI controller to run on all nodes
- Bump github.com/ipfs/go-ipfs from 0.11.0 to 0.12.1
- Set up public ECR and publish containers via CI
- Remove redundant private ECR repo
- Revert "Remove redundant private ECR repo"
- Remove public ECR and publish images to the private repo instead
- Automate deployment on container image publication in
dev
- Do not publish to ECR if pusher is
sti-bot
- Configure readiness probe and pod disruption budget
- Remove skip message from image update automation
- Fix ECR build still running on sti bot pushes to
deploy
directory - Use io2 storage class for indexer pods in
dev
- Add AWS EBS CSI to dev cluster manifests
- Use
io2
storage class forprod
instances
Full Changelog: v0.4.6...v0.4.7