Commit Graph

35 Commits

Author SHA1 Message Date
Gustavo Valverde 2e62e2f332 imp(dependabot): add docker and group GitHub Actions 2024-07-17 18:24:20 +01:00
Gustavo Valverde f298063d04 fix(docs): use actual branch in `dnsseeder` repo 2024-06-25 15:50:46 -04:00
Gustavo Valverde c874cdecd3 fix(deploy): use correct `Corefile` and `Dockerfile` paths 2024-06-25 15:06:48 -04:00
Gustavo Valverde 6c39f4f01a fix(tests): use latest `dnsseeder` version 2024-06-25 15:06:11 -04:00
Gustavo Valverde ed0740f723 bump(deps): dnsseeder to `v0.2.4` 2024-06-25 15:02:56 -04:00
Gustavo Valverde 0ac69d9143 fix(ci): use correct default branch name 2024-06-25 14:26:53 -04:00
Gustavo Valverde b76f0748ec fix(ci): add missing permissions to cleaner 2024-06-25 14:26:53 -04:00
Gustavo Valverde a2ecd9c80d fix(corefile): use healthy peers for bootstrapping 2024-06-25 14:18:16 -04:00
Gustavo Valverde 4fa369554e fix(deploy): DNS server must have specific port 2024-06-25 14:18:03 -04:00
Gustavo Valverde cdd2156b3d feat(deploy): Add CI/CD workflows 2024-06-25 14:18:03 -04:00
Gustavo Valverde bcd77dc546
imp(docker): healtcheck and updated versions (#21)
* imp(docker): healtcheck and updated versions

This improves the structure of the Dockerfile, uses the new DNS seeder version, which fixes some build issues and adds logging to coreDNS when there's an error

* Apply suggestions from code review

Co-authored-by: Conrado Gouvea <conradoplg@gmail.com>

---------

Co-authored-by: Conrado Gouvea <conradoplg@gmail.com>
2024-03-15 09:30:22 +00:00
dependabot[bot] 78495f5f1a
Bump google-github-actions/setup-gcloud from 0 to 2 (#19)
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0 to 2.
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0...v2)

---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 10:15:41 -03:00
Pili Guerra 1da0306b39
Replace Deirdre with Conrado as dependabot reviewer (#18) 2024-02-02 10:13:37 -03:00
dependabot[bot] 171a09363e
Bump actions/checkout from 3 to 4 (#17)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 10:12:57 -03:00
Conrado Gouvea 6d3a819993
bump dnsseeder for faster skipping of flux peers (#15) 2022-06-14 15:01:18 -03:00
Conrado Gouvea 21defac7be
Bump dnsseeder and btcd versions for minimum protocol version (#14)
* Bump dnsseeder and btcd versions for minimum protocol version and other fixes

See https://github.com/ZcashFoundation/dnsseeder/releases/tag/v0.2.2

* fix z.cash seeder address
2022-06-10 17:33:10 -03:00
Conrado Gouvea 9de77e629f
ci: pin actions to specific versions (#13) 2022-03-30 18:58:58 -03:00
Conrado Gouvea 50c4d5d380
Bump dnsseeder version for NU5 testnet reactivation (#12) 2022-03-30 18:47:16 -03:00
Conrado Gouvea 2d6b964a97
Change dnsseeder and btcd versions for addrv2 support (#11)
* Change dnsseeder and btcd versions for addrv2 support

* Apply suggestions from code review

Co-authored-by: teor <teor@riseup.net>

* Update dependency references

Co-authored-by: teor <teor@riseup.net>
2021-11-22 10:45:13 -03:00
Deirdre Connolly 34daa44a66 Use google-github-actions/setup-gcloud
Instead of the old location
2021-09-24 15:39:45 -04:00
teor 3e41f27b10
Create a dependabot.yml to update GitHub actions (#9) 2021-09-24 15:19:18 -04:00
Deirdre Connolly b6f5cd01ea
Update dnsseeder gcloud deployment workflow (#7)
* Try pinning older version of golang
2021-05-05 22:27:04 -04:00
teor 6443615e98 Explain how to deploy the seeder on a non-Zcash network 2021-05-05 22:16:19 -04:00
Deirdre Connolly c83c96971b
Add 'dig' example (#5) 2020-06-15 15:52:02 -04:00
Deirdre Connolly 048f11288e
Add gcloud build and deploy workflow (#4)
* Add gcloud workflow to build, push, and deploy single container image instance

* Add 'seeder' tag to instance

The existing firewall rule 'allow-inbound-dns' should be applied automatically to instances with this tag.

* Use machine type n1-highcpu-4

* Add seeder-zfnd-org-startup-script.sh, use that in deploy

* Add additional seeders
2020-06-15 03:41:18 -04:00
George Tankersley 4bd1ae2a09 Add additional seeders to example configurations
This also changes the recommended CoreDNS configuration to allow using
the DNS names of other seeders even under a bare systemd deployment.
2020-06-11 14:02:07 -04:00
George Tankersley 37fa9bd8fd Release for dnsseeder v0.1.1 2020-06-10 13:10:02 -04:00
George Tankersley 8863d9f66c Update README 2020-06-10 13:10:02 -04:00
George Tankersley dfdf26130d Add example GCP start script 2020-06-10 12:54:26 -04:00
George Tankersley 521cbbb800 Build tarball in Makefile 2020-06-09 20:51:57 -04:00
George Tankersley f01cb0719d Remove container-specific health check to avoid bind conflict 2020-06-09 20:46:41 -04:00
George Tankersley 4b287e71b4 Install script should not fail if resolved.conf.d exists 2020-06-09 20:46:38 -04:00
George Tankersley e66a787844 Use 'setcap' to bind to port 53 in the container 2020-06-09 17:42:48 -04:00
George Tankersley c7d1423bfd Add VERSION parameter for containers 2020-06-01 14:26:17 -04:00
George Tankersley dc27d65439 initial commit 2020-05-29 19:38:30 -04:00