dependabot[bot]
48c489d8f1
build(deps): bump actions/checkout from 4.0.0 to 4.1.0 ( #7633 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.0.0 to 4.1.0.
- [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/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 21:26:08 +00:00
Gustavo Valverde
8d0a17ee1c
fix(ci): handle disk mounting and logs reading edge-cases ( #7690 )
...
* fix: use `exit-nopipe` with consistent `shell` usage
Temporarily disabled the `set -e` option around the docker logs command to handle the broken pipe error gracefully.
Handle more complex scenarios in our `Result of ${{ inputs.test_id }} test` job
* fix: Use single quotes for the outer command
* fix: use same approach for CD
* test: check launch failure logs
* fix: revert CD changes
* fix: do not try to increase the disk size and wait mounting
* fix: increase GB a bit more
* fix: do not fail on pipe failure
* fix: use plain `tee /dev/stderr`
If this does not work try `(tee … || true)`
* fix: `tee` not stoping on cd config tests
* fix: match logic with GCP tests
* fix(cd): handle pipe and other errors correctly
* try `tee --output-error=exit-nopipe`
* fix: TRAP without pipefail
* test: pipefail with exit and trap
* fix: use a subshell
* fix(ci): wait for mounting and show system logs if fail
* fix(ci): GCP is not always mounting disks in the same order
* fix: use `grep` instead of `awk`
* fix: typo
* fix: use simpler `grep` command
* fix: do not sleep if not require
* chore: reduce diff
2023-10-09 17:59:59 +00:00
teor
a2b7859e8e
Try larger cached state disk sizes ( #7684 )
2023-10-09 03:10:08 +00:00
Alfredo Garcia
c498eee67f
change(ci): Create automatic tickets on CI failure for more workflows ( #7620 )
...
* add buld failures ticket generation to most important workflows
* add missing newline at the end of the file
* doc fixes
* add missing testnet build check
Co-authored-by: teor <teor@riseup.net>
---------
Co-authored-by: teor <teor@riseup.net>
2023-10-09 02:01:51 +00:00
dependabot[bot]
f6bba8c88e
build(deps): bump reviewdog/action-actionlint from 1.39.0 to 1.39.1 ( #7669 )
...
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint ) from 1.39.0 to 1.39.1.
- [Release notes](https://github.com/reviewdog/action-actionlint/releases )
- [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.39.0...v1.39.1 )
---
updated-dependencies:
- dependency-name: reviewdog/action-actionlint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 23:26:10 +00:00
dependabot[bot]
f6346eb889
build(deps): bump tj-actions/changed-files from 39.2.0 to 39.2.1 ( #7668 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 39.2.0 to 39.2.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v39.2.0...v39.2.1 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-08 23:10:18 +00:00
Gustavo Valverde
5c3a02a1d0
fix(ci): disk validation for docker volume mount ( #7665 )
...
* fix(ci): disk validation for docker volume mount
* Use a symlink for lightwalletd cached state rather than mounting the same volume twice
* Avoid "sdb seems to be busy" errors from docker by adding extra sleeps
* Add a missing backslash
* Remove symlink from workflow
* Symlink lightwalletd path in entrypoint.sh
* Retry on failure and check Docker logs
* End ssh shell lines with explicit terminators
* Delete Docker containers if Docker mount fails
* Revert symlink changes in entrypoint.sh
* Debug using lsof
* Use correct lsof commands
* Use correct syntax for lsof +D
* fix(ci): make multiple validations before mounting
Loop and checks for three conditions:
The device `/dev/sdb` exists.
No process is using the device `/dev/sdb`.
No process is using the Docker volume directory.
* fix: do not pre-mount docker volume
The Docker version available with the newer `cos-stable` OS (https://cloud.google.com/release-notes#cos-109-17800-0-45 ) allows to mount the image when running it.
Mounting it before makes the disk unavailable.
* fix: remove extra `;`
* fix: just confirm with `lsof` and show it's output
* chore: reduce diff
---------
Co-authored-by: teor <teor@riseup.net>
2023-10-06 14:00:57 +01:00
teor
f3238fca1b
fix(ci): Replace busybox with ubuntu to avoid "device or resource busy" failures ( #7686 )
2023-10-06 15:11:15 +10:00
dependabot[bot]
a9bd127121
build(deps): bump jontze/action-mdbook from 2.2.1 to 2.2.2 ( #7632 )
...
Bumps [jontze/action-mdbook](https://github.com/jontze/action-mdbook ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/jontze/action-mdbook/releases )
- [Changelog](https://github.com/jontze/action-mdbook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jontze/action-mdbook/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: jontze/action-mdbook
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-04 09:56:11 +00:00
Gustavo Valverde
3248c4c38b
fix(ci): wait for disk to be mounted in VM ( #7662 )
2023-10-04 09:25:02 +01:00
teor
04568d2527
change(release): Add "wait for a full sync" to the release checklist and ticket template ( #7612 )
...
* Add a state full sync to the release-checklist.md
* Add state test and freeze to release.md
* Make testing requirement clearer
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
---------
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
2023-09-28 22:53:30 +00:00
dependabot[bot]
cdddbcc7fe
build(deps): bump reviewdog/action-actionlint from 1.38.0 to 1.39.0 ( #7631 )
...
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint ) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/reviewdog/action-actionlint/releases )
- [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.38.0...v1.39.0 )
---
updated-dependencies:
- dependency-name: reviewdog/action-actionlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-28 13:55:37 +00:00
dependabot[bot]
739f3bbc3b
build(deps): bump tj-actions/changed-files from 39.0.2 to 39.2.0 ( #7630 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 39.0.2 to 39.2.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v39.0.2...v39.2.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-28 10:31:13 +00:00
Gustavo Valverde
0309afc0b9
imp(workflows): use larger runners on time consuming jobs ( #7626 )
...
Fixes : #7180
Closes : #6457
Fixes : #7625
2023-09-25 23:33:49 +00:00
dependabot[bot]
5b3ecfb913
build(deps): bump docker/metadata-action from 4.6.0 to 5.0.0 ( #7593 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4.6.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
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>
2023-09-21 08:27:01 +00:00
dependabot[bot]
81710c1b55
build(deps): bump baptiste0928/cargo-install from 2.1.0 to 2.2.0 ( #7594 )
...
Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/baptiste0928/cargo-install/releases )
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md )
- [Commits](https://github.com/baptiste0928/cargo-install/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 23:40:46 +00:00
dependabot[bot]
a6063443a8
build(deps): bump docker/setup-buildx-action from 2 to 3 ( #7595 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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>
2023-09-20 21:18:22 +00:00
dependabot[bot]
285608c91b
build(deps): bump arduino/setup-protoc from 2.0.0 to 2.1.0 ( #7592 )
...
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/arduino/setup-protoc/releases )
- [Commits](https://github.com/arduino/setup-protoc/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: arduino/setup-protoc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 21:18:02 +00:00
Gustavo Valverde
2b0b2a4292
fix(ci): handle `tee` trying to write to a closed pipe ( #7580 )
...
Use `trap '' PIPE` as a command in the pipeline might exit early and we want the script to continue executing, as using `grep --max-count=1` might exit after finding the first match, causing a broken pipe error with `tee`.
This is being combined with `set -o pipefail` to have strict error handling and we want the script to fail if any command in the pipeline fails.
2023-09-20 18:58:18 +00:00
teor
dbdb4be429
add(doc): Add instructions for changing crate owners ( #7572 )
...
* Add instructions for changing crate owners
* Explain new owner invites
* Remove duplicate `cargo login` instructions from the release checklist
* Remove owners as well
* Missing log line
2023-09-20 00:40:48 +00:00
teor
0e39c9dc6b
Open a ticket for main branch failures ( #7565 )
2023-09-19 12:02:25 +00:00
teor
28088dfb81
Label cached state disks with the disk they were updated from ( #7560 )
2023-09-18 09:02:00 +00:00
dependabot[bot]
3e9f9d2d34
build(deps): bump docker/login-action from 2.2.0 to 3.0.0 ( #7547 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2.2.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
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>
Co-authored-by: teor <teor@riseup.net>
2023-09-14 18:07:31 +00:00
teor
5a2a7df1b9
Create ticket template for zcashd dependency upgrades ( #7536 )
2023-09-13 23:59:40 +00:00
dependabot[bot]
a07cc54a94
build(deps): bump tj-actions/changed-files from 39.0.0 to 39.0.2 ( #7548 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 39.0.0 to 39.0.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v39.0.0...v39.0.2 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 19:07:04 +00:00
dependabot[bot]
8ee36b6ab5
build(deps): bump Swatinem/rust-cache from 2.6.2 to 2.7.0 ( #7546 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.6.2...v2.7.0 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 19:06:47 +00:00
dependabot[bot]
ac87d425c8
build(deps): bump docker/setup-qemu-action from 2 to 3 ( #7545 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
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>
2023-09-13 19:06:26 +00:00
teor
67d97acca1
Add bridgetree to the ECC dependabot group ( #7537 )
2023-09-13 08:30:20 +00:00
Gustavo Valverde
d60e23a64e
feat(ci): add self hosted runner for long tests ( #7520 )
...
* feat(ci): add self-hosted runners for long tests
* fix(workflow): use correct runner name
* test: add runner to more jobs
* fix: remove custom packages which are not available in self-hosted runner
This step was mostly required as we did SSH several times during PR, Queue and Push to `main`, but this hasn been reduced considerably.
* Revert "fix: remove custom packages which are not available in self-hosted runner"
This reverts commit 5b5d5464fe
.
* fix: do not generate a public key
* fix: install `openssh`in new Ubuntu image
* fix: update OS before installing
* fix: allow silent install
* ref(workflow): use a single job for sync tests
* ref(workflow): use a single job for setup and launch
* fix: apply review recommendations
* chore: comment removal
2023-09-13 06:07:29 +00:00
Alfredo Garcia
a63fe225a0
change(tests): Obtain lightwalletd tip from logs instead of grpc ( #7507 )
...
* obtain lightwalletd from the logs
* revert #7332
* temporarily stop checking that the update sync has a good cached state
* Revert "temporarily stop checking that the update sync has a good cached state"
This reverts commit 0fb10938d9
.
* add `save_to_disk` to workflow
* Fix lightwalletd height_grep_text for ECC fork
* Add a TODO about blocking the async executor
---------
Co-authored-by: teor <teor@riseup.net>
2023-09-13 03:33:09 +00:00
dependabot[bot]
c78d658bc5
build(deps): bump reviewdog/action-actionlint from 1.37.1 to 1.38.0 ( #7505 )
...
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint ) from 1.37.1 to 1.38.0.
- [Release notes](https://github.com/reviewdog/action-actionlint/releases )
- [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.37.1...v1.38.0 )
---
updated-dependencies:
- dependency-name: reviewdog/action-actionlint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 21:08:02 +00:00
dependabot[bot]
0f704b8417
build(deps): bump actions/checkout from 3.6.0 to 4.0.0 ( #7492 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.0.0.
- [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.6.0...v4.0.0 )
---
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>
2023-09-06 04:53:23 +00:00
dependabot[bot]
7eabd7bd63
build(deps): bump tj-actions/changed-files from 38.1.3 to 39.0.0 ( #7491 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 38.1.3 to 39.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v38.1.3...v39.0.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
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>
2023-09-06 04:52:25 +00:00
teor
17b6d27736
Tweak dependabot groups ( #7468 )
2023-09-05 19:09:54 +00:00
teor
349af4d575
Fix testnet checkpoint job height regex ( #7433 )
2023-08-31 16:24:42 +00:00
dependabot[bot]
c5ea437ebd
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 ( #7425 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [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.5.3...v3.6.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 13:59:49 +00:00
dependabot[bot]
e7a322d640
build(deps): bump tj-actions/changed-files from 38.0.0 to 38.1.3 ( #7426 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 38.0.0 to 38.1.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v38.0.0...v38.1.3 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 01:08:30 +00:00
Pili Guerra
a857d1c48c
Remove custom blank template and enable blank issues ( #7420 )
2023-08-30 11:02:18 +00:00
Gustavo Valverde
7f28ac9dd5
fix(ci): allow to set docs build as a required test ( #7413 )
...
* fix(ci): allow to set docs build as a required test
* build(docs): add problem matcher to docs
2023-08-30 01:32:14 +00:00
teor
798b271279
Show correct lightwalletd cache heights in CI cached state ( #7390 )
2023-08-28 12:06:51 +00:00
dependabot[bot]
f4b37bac14
build(deps): bump tj-actions/changed-files from 37.6.0 to 38.0.0 ( #7374 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.6.0 to 38.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.6.0...v38.0.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
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>
2023-08-28 09:17:26 +00:00
dependabot[bot]
f03978a9a2
build(deps): bump Swatinem/rust-cache from 2.6.1 to 2.6.2 ( #7373 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.6.1...v2.6.2 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: teor <teor@riseup.net>
2023-08-28 06:02:03 +00:00
Pili Guerra
32050a7281
Update issue templates to add a custom blank template ( #7367 )
...
* Update issue templates to add a custom blank template
* revert changes to other templates
* Update custom.md
Add details about intended template usage
2023-08-22 21:00:28 +00:00
Gustavo Valverde
92dd5285e6
ref(docs): consolidate docs linting and publishing ( #7339 )
...
* fix(docs): use specific variables to avoid using an `environment`
* fix(docs): build and publish the correct paths
* fix(docs): remove all environments
* ref(docs): consolidate docs linting and publishing
* chore: minimum lint
* fix: cross-reference
* fix(docs): remove preview URLs from deployments
2023-08-18 02:04:56 +00:00
dependabot[bot]
6b7eafd8f1
build(deps): bump tj-actions/changed-files from 37.5.1 to 37.6.0 ( #7342 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.5.1 to 37.6.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.5.1...v37.6.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 18:40:24 +00:00
dependabot[bot]
0b0a340ace
build(deps): bump Swatinem/rust-cache from 2.6.0 to 2.6.1 ( #7341 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-17 17:48:31 +00:00
Gustavo Valverde
5eaaeae08c
fix(docs): deploy external and internal docs with the correct path ( #7338 )
...
* fix(docs): use specific variables to avoid using an `environment`
* fix(docs): build and publish the correct paths
* fix(docs): remove all environments
2023-08-16 22:16:55 +00:00
Gustavo Valverde
63597307c1
fix(doc): consolidate firebase hosting in prod project ( #7313 )
...
* fix(doc): consolidate firebase hosting in prod project
* fix(deploy): use correct environment and permissions
* ref(firebase): use a single firebase configuration
* fix(firebase): entrypoint no longer needed
* ref(docs): deploy docs on PR for preview
* fix(docs): allow to comment on PR
* fix(docs): allow enough time to build docs
* fix(docs): cancel previous docs build
* fix(docs): use a more specific group
* fix(firebase): extra permissions
* fix: commit `.firebaserc`
* fix(mdbook): use different actual directory
* fix(deploy): increase Rust build timeout
* chore: more timeout for building and publishing
* fix(deploy): login to GCP before deploying
This is to avoid timeout issues with the GCP credentials
* chore: lint code
* chore: revert SC2002 fix try
2023-08-15 14:13:00 +00:00
dependabot[bot]
4de8bd2d30
build(deps): bump r7kamura/rust-problem-matchers from 1.3.0 to 1.4.0 ( #7311 )
...
Bumps [r7kamura/rust-problem-matchers](https://github.com/r7kamura/rust-problem-matchers ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/r7kamura/rust-problem-matchers/releases )
- [Commits](https://github.com/r7kamura/rust-problem-matchers/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: r7kamura/rust-problem-matchers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-08-11 18:34:49 +00:00
Marek
5e20d89a54
fix(ci): Specify Testnet in jobs that require it ( #7309 )
...
* Add "Testnet" to `generate-checkpoints-testnet`
* Add `Testnet` to `full-sync-to-tip-testnet`
2023-08-10 19:27:33 +00:00
Arya
a9a6c6a8e5
use zcash lwd in ci instead of aditya fork ( #7307 )
2023-08-09 10:01:21 +00:00
dependabot[bot]
cce81b35c9
build(deps): bump Swatinem/rust-cache from 2.5.1 to 2.6.0 ( #7294 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.5.1...v2.6.0 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 21:55:21 +00:00
dependabot[bot]
2c2fa63a03
build(deps): bump tj-actions/changed-files from 37.5.0 to 37.5.1 ( #7295 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.5.0 to 37.5.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.5.0...v37.5.1 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 10:51:15 +00:00
Deirdre Connolly
24fa1eece4
fit(whitespace): Update CODEOWNERS ( #7296 )
2023-08-03 15:21:02 +00:00
dependabot[bot]
195280a760
build(deps): bump tj-actions/changed-files from 37.4.0 to 37.5.0 ( #7291 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.4.0 to 37.5.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.4.0...v37.5.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-30 21:10:57 +00:00
Gustavo Valverde
da2e696836
ref(docker): remove all unrequired docker arguments from CI/CD pipelines ( #7231 )
...
* ref(docker): remove all unrequired docker arguments
* fix(ci): use correct `$NETWORK` approach for tests
* fix(release): do not change default `$NETWORK` for experimental image
* Update .github/workflows/continous-integration-docker.yml
Co-authored-by: Marek <mail@marek.onl>
* Revert "fix(release): do not change default `$NETWORK` for experimental image"
This reverts commit bd5b6c831b
.
* fix: typo
---------
Co-authored-by: Marek <mail@marek.onl>
2023-07-25 22:50:45 +00:00
dependabot[bot]
f7a4c7164f
build(deps): bump tj-actions/changed-files from 37.3.0 to 37.4.0 ( #7280 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.3.0 to 37.4.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.3.0...v37.4.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 12:16:38 +00:00
dependabot[bot]
2b7b65b208
build(deps): bump tj-actions/changed-files from 37.1.2 to 37.3.0 ( #7264 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.1.2 to 37.3.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.1.2...v37.3.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 11:28:11 +00:00
teor
7114cc03a8
change(deps): Use larger dependabot groups ( #7247 )
...
* Use larger dependabot groups
* Reduce number of open PRs
2023-07-24 11:28:03 +00:00
Gustavo Valverde
3d02d54f7f
ref(issues): use newer template where applicable ( #7254 )
...
* ref(issues): use newer template where applicable
This also fixes emojis, indenting and issues with GitHub YAML schema for issues template
* fix(issues): do not require testing or related work
* fix(issues): textarea required
* fix(issues): do not be strict on issues structure
2023-07-18 23:41:36 +00:00
Gustavo Valverde
e6d3295b8a
refactor(issues): Include DevOps template and improve others ( #7232 )
...
* add(issues): add DevOps ticket template
* imp(issues): add visual feedback and context
* fix: use correct links
* fix(issues): typo
* fix: typo
* fix(issues): wrong file type
* fix(issues): yaml error
2023-07-18 07:20:57 +00:00
teor
e6a35610ef
When testnet is selected, disable jobs that don't work on it ( #7198 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-18 07:14:06 +00:00
teor
af2962613d
Change dependabot.yml Actions schedule and fix groups ( #7241 )
2023-07-18 04:55:13 +00:00
dependabot[bot]
1e47fe5b2b
build(deps): bump tj-actions/changed-files from 37.1.0 to 37.1.2 ( #7220 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.1.0 to 37.1.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.1.0...v37.1.2 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 00:10:40 +00:00
teor
be5cfad07f
change(state): Prepare for in-place database format upgrades, but don't make any format changes yet ( #7031 )
...
* Move format upgrades to their own module and enum
* Launch a format change thread if needed, and shut it down during shutdown
* Add some TODOs and remove a redundant timer
* Regularly check for panics in the state upgrade task
* Only run example upgrade once, change version field names
* Increment database format to 25.0.2: add format change task
* Log the running and initial disk database format versions on startup
* Add initial disk and running state versions to cached state images in CI
* Fix missing imports
* Fix typo in logs workflow command
* Add a force_save_to_disk argument to the CI workflow
* Move use_internet_connection into zebrad_config()
* fastmod can_spawn_zebrad_for_rpc can_spawn_zebrad_for_test_type zebra*
* Add a spawn_zebrad_without_rpc() function
* Remove unused copy_state() test code
* Assert that upgrades and downgrades happen with the correct versions
* Add a kill_and_return_output() method for tests
* Add a test for new_state_format() versions (no upgrades or downgrades)
* Add use_internet_connection to can_spawn_zebrad_for_test_type()
* Fix workflow parameter passing
* Check that reopening a new database doesn't upgrade (or downgrade) the format
* Allow ephemeral to be set to false even if we don't have a cached state
* Add a test type that will accept any kind of state
* When re-using a directory, configure the state test config with that path
* Actually mark newly created databases with their format versions
* Wait for the state to be opened before testing the format
* Run state format tests on mainnet and testnet configs (no network access)
* run multiple reopens in tests
* Test upgrades run correctly
* Test that version downgrades work as expected (best effort)
* Add a TODO for testing partial updates
* Fix missing test arguments
* clippy if chain
* Fix typo
* another typo
* Pass a database instance to the format upgrade task
* Fix a timing issue in the tests
* Fix version matching in CI
* Use correct env var reference
* Use correct github env file
* Wait for the database to be written before killing Zebra
* Use correct workflow syntax
* Version changes aren't always upgrades
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-13 21:36:15 +00:00
teor
80b1b227f3
Stop requiring testnet job for CI to pass ( #7208 )
2023-07-12 09:33:51 +00:00
teor
cf1e07248e
change(release): Document the release level for RPC and command-line changes ( #7196 )
...
* Document the release level for RPC and command-line changes
* Add RPCs and command-line arguments
2023-07-11 21:04:53 +00:00
teor
d3cc91e594
change(merge): Require 2 reviews for PRs with an extra-reviews label ( #7158 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-11 09:34:15 +10:00
teor
da07b11f1b
fix(ci): Pass the network input to all cached state tests ( #7186 )
...
* Pass the network input to all cached state tests
* Check the network is correct before running tests
2023-07-10 18:20:50 +00:00
dependabot[bot]
c4321083e7
build(deps): bump tj-actions/changed-files from 37.0.5 to 37.1.0 ( #7183 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.0.5 to 37.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.0.5...v37.1.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 10:47:10 +00:00
teor
e733d71973
change(devops): Reduce number of dependabot PRs ( #7156 )
...
* Reduce number of dependabot PRs
* Validate dependabot config before merging
* Fix indentation
* Fix spacing again
* Split large group
* Expand comments, fix typos
Co-authored-by: Marek <mail@marek.onl>
---------
Co-authored-by: Marek <mail@marek.onl>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-10 01:27:14 +00:00
teor
83c459d8ab
Add extra patch job to continous-integration-os.patch.yml ( #7086 )
2023-07-06 01:04:45 +00:00
dependabot[bot]
9cff85d1a4
build(deps): bump tj-actions/changed-files from 37.0.4 to 37.0.5 ( #7117 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.0.4 to 37.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.0.4...v37.0.5 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-05 20:52:34 +00:00
dependabot[bot]
b50252d70c
build(deps): bump Swatinem/rust-cache from 2.5.0 to 2.5.1 ( #7138 )
...
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-05 02:09:45 +00:00
teor
9b32ab7878
change(release): Update release script and check it in CI ( #7128 )
...
* Activate production features on docs.rs
* Make version requirements more flexible to work around unpublished versions
* Remove a redundant feature requirement that causes publishing issues
* fix release auto-replacement format
* cargo release replace --verbose --execute --package zebrad
* Add a missing 1.0.1 changelog entry
* Fix incorrect commands in the release checklist
* Check the crates.io release script in CI, to avoid release failures
* Fix release date in changelog
* Fix workflow typo
* Add --no-confirm to the workflow
* Fix outdated version in release check command
* After the release, add a "remove do-not-merge" step
* Set git identity before committing
* Don't overwrite tweaked versions on upgrade
* cargo release version doesn't support --dependent-version
* Update the same commands in the release checklist
* Commit to git after each change
* And in the checklist
* Add cargo release config
* In CI, allow any branch and provide a fake previous tag name
* Remove redundant `cargo release commit`
* Use a simpler release version process
* Start simplifying the release dry run in CI
* Fix a cargo dependency lint
* just skip the failing crates for now
* Fix the release checklist to match CI
* Use the latest versions of all Zebra dependencies
2023-07-04 19:01:11 +00:00
dependabot[bot]
560d5f7de9
build(deps): bump tj-actions/changed-files from 37.0.3 to 37.0.4 ( #7092 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.0.3 to 37.0.4.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.0.3...v37.0.4 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 20:46:27 +00:00
teor
9112aa43d0
change(release): Split release checklist into a ticket and PR template ( #7088 )
...
* Split release checklist into a ticket and PR template
* Fix quoting
2023-06-28 09:46:59 +00:00
teor
c2bc799dd9
Use correct name for CD build patch job ( #7073 )
2023-06-28 02:35:50 +00:00
teor
fc9baf92dd
Make CD docker tests more flexible ( #7077 )
2023-06-28 02:35:20 +00:00
teor
62b4fa21a2
change(docker): Replace the zcash-params Dockerfile build with a zebrad binary copy ( #7054 )
...
* Replace the zcash-params Dockerfile build with a zebrad binary copy
* Update zcash-params workflow conditions
2023-06-28 02:34:46 +00:00
dependabot[bot]
015a970e16
build(deps): bump tj-actions/changed-files from 36.4.1 to 37.0.3 ( #7065 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.4.1 to 37.0.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.4.1...v37.0.3 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
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>
2023-06-26 21:30:10 +00:00
teor
76a7ff45a9
fix(deps): Replace openssl with rustls in tests and experimental features ( #7047 )
...
* Remove openssl dependency and prevent it coming back
* Put the arguments in the right place
* Put comment in the right place
* Add a default-docker feature to zebrad and use it in workflows and Docker files
* Fix a comment typo
* Make sure that Docker production builds don't use openssl
* Rename feature to default-release-binaries
2023-06-26 05:44:19 +00:00
teor
f455baaa6e
Rename a CD job with the same name as a CI job ( #7063 )
2023-06-26 01:12:29 +00:00
teor
9229424ebb
add(ci): Run release builds and production Docker image tests on pull requests ( #7055 )
...
* Update the workflow run conditions for CI docker tests
* Run release builds and release Docker image tests on pull requests
* Remove the manual docker test from the release checklist
* Fix workflow syntax
* Use the right kind of quotes
2023-06-25 23:24:10 +00:00
teor
31bc46bb2a
Add deny.toml update details to release-checklist.md ( #7042 )
2023-06-22 07:47:02 +00:00
dependabot[bot]
d3c2a9a31c
build(deps): bump tj-actions/changed-files from 36.4.0 to 36.4.1 ( #7024 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.4.0 to 36.4.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.4.0...v36.4.1 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-22 04:17:07 +00:00
dependabot[bot]
53cb0a7fa2
build(deps): bump peter-evans/dockerhub-description from 3.4.1 to 3.4.2 ( #7023 )
...
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases )
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v3.4.1...v3.4.2 )
---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 22:19:32 +00:00
Deirdre Connolly
44b7a8bde5
change(rename): Update missed tower-batch-control renames ( #7011 )
2023-06-20 22:36:00 +00:00
dependabot[bot]
067e32b380
build(deps): bump tj-actions/changed-files from 36.3.0 to 36.4.0 ( #7004 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.3.0 to 36.4.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.3.0...v36.4.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 15:19:36 +00:00
teor
ac4a34231b
Change network upgrade wording in release-checklist.md ( #7010 )
2023-06-20 11:04:32 +00:00
dependabot[bot]
cd8dddffe5
build(deps): bump reviewdog/action-actionlint from 1.37.0 to 1.37.1 ( #7003 )
...
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint ) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/reviewdog/action-actionlint/releases )
- [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.37.0...v1.37.1 )
---
updated-dependencies:
- dependency-name: reviewdog/action-actionlint
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 02:42:39 +00:00
dependabot[bot]
2d35feb177
build(deps): bump Swatinem/rust-cache from 2.4.0 to 2.5.0 ( #7002 )
...
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/Swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Swatinem/rust-cache/compare/v2.4.0...v2.5.0 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 02:42:25 +00:00
dependabot[bot]
fba9440af0
build(deps): bump w9jds/firebase-action from 11.30.1 to 12.4.0 ( #7005 )
...
Bumps [w9jds/firebase-action](https://github.com/w9jds/firebase-action ) from 11.30.1 to 12.4.0.
- [Release notes](https://github.com/w9jds/firebase-action/releases )
- [Commits](https://github.com/w9jds/firebase-action/compare/v11.30.1...v12.4.0 )
---
updated-dependencies:
- dependency-name: w9jds/firebase-action
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>
2023-06-20 00:33:51 +00:00
dependabot[bot]
40d697a66c
build(deps): bump tj-actions/changed-files from 36.2.1 to 36.3.0 ( #6986 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.2.1 to 36.3.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.2.1...v36.3.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 04:32:59 +00:00
teor
b199a3008d
change(release): Add more cargo clean to the release checklist ( #6964 )
...
* Add more cargo clean to the release checklist
* Add locked to the install command
2023-06-16 16:32:21 +00:00
teor
7598a59fd2
Remove an outdated TODO in release-binaries.yml ( #6978 )
2023-06-16 10:30:38 +00:00
dependabot[bot]
dc1eb18aaf
build(deps): bump tj-actions/changed-files from 36.1.0 to 36.2.1 ( #6973 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.1.0 to 36.2.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.1.0...v36.2.1 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 18:35:22 +00:00
dependabot[bot]
e748d9a833
build(deps): bump baptiste0928/cargo-install from 2.0.0 to 2.1.0 ( #6903 )
...
Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/baptiste0928/cargo-install/releases )
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md )
- [Commits](https://github.com/baptiste0928/cargo-install/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-15 03:09:03 +00:00
Deirdre Connolly
9bf1c980c2
change(docs): Explicitly invoke --execute when bumping crate versions ( #6949 )
...
* Explicitly invoke --execute when bumping crate versions
* Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md
Co-authored-by: teor <teor@riseup.net>
* Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md
Co-authored-by: teor <teor@riseup.net>
---------
Co-authored-by: teor <teor@riseup.net>
2023-06-14 20:00:53 +00:00
Deirdre Connolly
e870c389a9
change(docs): Add `cargo clean` step to crate publishing steps ( #6959 )
...
This bit me mid-publish so
2023-06-14 19:09:41 +00:00
Marek
c4c29eb466
Fix doc links pointing to private items ( #6944 )
...
Our documentation for some public items contains links to private items.
These links resolve fine because we use the `--document-private-flags`,
but still generate warnings during the compilation of the docs.
This commit (hopefully) correctly suppresses the warnings, and updates
CI.
2023-06-14 19:09:10 +00:00
dependabot[bot]
4d1ff3b363
build(deps): bump docker/build-push-action from 4.1.0 to 4.1.1 ( #6942 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-14 19:08:33 +00:00
dependabot[bot]
3e24b1d21c
build(deps): bump docker/metadata-action from 4.5.0 to 4.6.0 ( #6941 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-14 19:07:50 +00:00
Deirdre Connolly
d2a29b6552
change(docs): Add publishing crates as part of release checklist ( #6909 )
...
* change(docs): Add instructions for publishing crates as part of release checklist
* Update release-checklist.md
* Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md
Co-authored-by: teor <teor@riseup.net>
* Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md
Co-authored-by: teor <teor@riseup.net>
* Rewrite the release checklist using `cargo release`
* Minimise diff
* Re-order testing, minimise diff
* Add checkbox to checkpoints instruction
* Tag/promote release, then publish crates, then publish docker images
---------
Co-authored-by: teor <teor@riseup.net>
2023-06-13 20:53:15 +00:00
teor
7acc04c9f4
Disable scheduled testnet full sync by default ( #6930 )
2023-06-13 12:31:34 +00:00
Deirdre Connolly
62d946d139
change(crates): Prepare for publishing crates to crates.io ( #6908 )
...
* change(crates): Publish tower-batch-control
* Cargo fields for zebra-test
* Cargo fields for tower-fallback
* Cargo fields for zebra-chain
* Cargo fields for zebra-consensus
* Cargo fields for zebra-network
* Cargo fields for zebra-node-services
* Cargo fields for zebra-rpc
* Cargo fields for zebra-script
* Cargo fields for zebra-state
* Cargo fields for zebrad
* Cargo fields for zebra-test
* Include zebra-test version and path for zebra-chain
* Include zebra-chain version and path for zebra-node-services
* Include zebra-chain version and path for zebra-script
* Include zebra-chain and zebra-test versions and paths for zebra-state
* Include zebra-* versions and paths for zebra-consensus
* Include zebra-* and tower-fallback versions and paths for tower-batch-control
* Include tower-* versions and paths for zebra-consensus
* Fixed tower-fallback license string
* Remove versions for dev-dependencise
* Update zebra-rpc/Cargo.toml
Co-authored-by: teor <teor@riseup.net>
* tower-batch-control license MUST remain MIT only
* Align zebra-network with upstream tower's MIT license
* Update zebra-test/Cargo.toml
Co-authored-by: teor <teor@riseup.net>
* Update zebra-utils/Cargo.toml
Co-authored-by: teor <teor@riseup.net>
* fix(legal): Use correct licenses for tower-batch-control and zebra-network (#6927 )
* Don't modify whitespace
* Resolve rustdoc and cargo-release warnings
* Add missing zebra internal dependency versions
* Workaround missing zebra-utils test dependency in zebrad test-only feature
* Fix missing zebra internal dependency versions
* Add README, home page, and search terms to every crate
* Fix README publish warnings
* Change tower crates to beta versions
* Add zebra-utils to the list of allowed unused dependencies
* Update tower-batch-control/Cargo.toml
* Update tower-fallback/Cargo.toml
---------
Co-authored-by: teor <teor@riseup.net>
2023-06-13 08:46:01 +00:00
Gustavo Valverde
16ee87a19f
ci(tests): run network syncs on a weekly schedule ( #6920 )
...
* ci(tests): just run the full sync weekly
This change allows to run the Zebra full sync test every Friday at mid-day UTC.
* fix: also run Testnet & LWD full sync only on schedule
* chore: remove not needed file
* chore: fix wording and comments
Co-authored-by: teor <teor@riseup.net>
---------
Co-authored-by: teor <teor@riseup.net>
2023-06-13 01:27:22 +00:00
dependabot[bot]
2e379811c3
build(deps): bump docker/build-push-action from 4.0.0 to 4.1.0 ( #6902 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 01:00:21 +00:00
dependabot[bot]
6549357dbc
build(deps): bump actions/checkout from 3.5.2 to 3.5.3 ( #6901 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.2 to 3.5.3.
- [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.5.2...v3.5.3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-10 00:59:58 +00:00
Gustavo Valverde
17d36ffc7a
fix(deploy): allow the container to raise in MIGs ( #6893 )
...
* fix(deploy): allow the container to raise in MIGs
* fix(docker): add the `ZEBRA_CACHED_STATE_DIR` as a default `ENV`
This no longer requires the env variable to be defined in other places, unless we're changing the default configuration
2023-06-09 19:16:39 +00:00
teor
d67b37a7a1
Fix release-checklist.md ( #6883 )
2023-06-09 15:58:38 +00:00
teor
3390f03be4
Stop doing another full sync on every main branch push ( #6895 )
2023-06-09 15:30:37 +00:00
teor
89bf875744
fix(deployment): Fix log file path and log colour ( #6890 )
...
* Fix CD log file path handling
* Variables don't substitute
* Disable color escapes in Google Cloud logs
* Use correct elif syntax
2023-06-09 07:41:09 +00:00
dependabot[bot]
4fbc89fc93
build(deps): bump tj-actions/changed-files from 36.0.18 to 36.1.0 ( #6874 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.0.18 to 36.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.0.18...v36.1.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 23:42:52 +00:00
Deirdre Connolly
319b01bb84
docs: Prep release checklist for stable ( #6876 )
...
* Prep release checklist for stable
* Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md
2023-06-08 19:53:51 +00:00
teor
d9add4a01f
change(cd): Deploy testnet instances for every main branch push and release ( #6842 )
2023-06-08 15:44:30 +10:00
Alfredo Garcia
081d2d1ec2
release(docs): Refactor bug report template ( #6858 )
...
* try a github form the user bug report template
* make fixes
* apply suggestions
* Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
---------
Co-authored-by: teor <teor@riseup.net>
2023-06-08 05:34:23 +00:00
dependabot[bot]
6075a091de
build(deps): bump docker/login-action from 2.1.0 to 2.2.0 ( #6849 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 05:34:07 +00:00
dependabot[bot]
baa2b01284
build(deps): bump docker/metadata-action from 4.4.0 to 4.5.0 ( #6850 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v4.4.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 05:33:44 +00:00
teor
38206373b4
fix(ci): Add jobs to allow the full sync to finish before the first stable release ( #6846 )
...
* Delete an unused CI job that was previously partially deleted
* Add 2 more jobs to the full sync test
* Increase Rust test time: current expected time is 60 hours
2023-06-07 15:35:32 +00:00
dependabot[bot]
6d4083010b
build(deps): bump tj-actions/changed-files from 36.0.17 to 36.0.18 ( #6835 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.0.17 to 36.0.18.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.0.17...v36.0.18 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-07 07:49:27 +00:00
Alfredo Garcia
0c2107af7c
disable macOS tests ( #6825 )
2023-06-06 03:35:39 +00:00
dependabot[bot]
427e2b03ed
build(deps): bump arduino/setup-protoc from 1.3.0 to 2.0.0 ( #6798 )
...
* build(deps): bump arduino/setup-protoc from 1.3.0 to 2.0.0
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc ) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/arduino/setup-protoc/releases )
- [Commits](https://github.com/arduino/setup-protoc/compare/v1.3.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: arduino/setup-protoc
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Apply suggestions from code review
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arya <aryasolhi@gmail.com>
2023-06-06 02:05:31 +00:00
dependabot[bot]
a7b03228bc
build(deps): bump tj-actions/changed-files from 36.0.9 to 36.0.17 ( #6815 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.0.9 to 36.0.17.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.0.9...v36.0.17 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 21:20:04 +00:00
dependabot[bot]
2cd9455ded
build(deps): bump tj-actions/changed-files from 36.0.8 to 36.0.9 ( #6792 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.0.8 to 36.0.9.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.0.8...v36.0.9 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 21:59:04 +00:00
teor
54699263a6
Increase config test timeouts ( #6787 )
2023-05-30 12:57:08 +00:00
teor
ed1d15be7a
fix(ci): Disable unnecessary GitHub Actions runner checks ( #6789 )
...
* Disable unnecessary OS checks
* Remove corresponding patch jobs
2023-05-30 12:56:44 +00:00
Gustavo Valverde
edc13e336c
fix(release): do not hardcode the name of our images ( #6710 )
...
* fix(release): do not hardcode the name of our images
Our main image in DockerHub is called `zebra` not `zebrad`.
This hardcoded value is also causing the mining image to also be called `zebra` instead of `zebrad-mining-rpcs-testnet`
* fix(release): use same naming convention for `.experimental`
* chore: fix comment
2023-05-29 23:58:57 +00:00
dependabot[bot]
ffb83bb318
build(deps): bump arduino/setup-protoc from 1.2.0 to 1.3.0 ( #6773 )
...
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/arduino/setup-protoc/releases )
- [Commits](https://github.com/arduino/setup-protoc/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: arduino/setup-protoc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 19:16:36 +00:00
dependabot[bot]
c2516e24e2
build(deps): bump tj-actions/changed-files from 36.0.4 to 36.0.8 ( #6774 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36.0.4 to 36.0.8.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36.0.4...v36.0.8 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-29 16:31:26 +00:00
dependabot[bot]
c68a10f879
build(deps): bump tj-actions/changed-files from 35.9.2 to 36.0.4 ( #6769 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 35.9.2 to 36.0.4.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v35.9.2...v36.0.4 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
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>
2023-05-26 19:46:02 +00:00
dependabot[bot]
6784a9a413
build(deps): bump Swatinem/rust-cache from 2.3.0 to 2.4.0 ( #6741 )
...
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/Swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Swatinem/rust-cache/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 21:40:22 +00:00
teor
c62a4f27c3
Fix job names in build-crates-individually.patch.yml ( #6729 )
2023-05-19 11:04:21 +00:00
dependabot[bot]
9badcb5f2b
build(deps): bump arduino/setup-protoc from 1.1.2 to 1.2.0 ( #6719 )
...
Bumps [arduino/setup-protoc](https://github.com/arduino/setup-protoc ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/arduino/setup-protoc/releases )
- [Commits](https://github.com/arduino/setup-protoc/compare/v1.1.2...v1.2.0 )
---
updated-dependencies:
- dependency-name: arduino/setup-protoc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-18 23:41:42 +00:00
teor
de08b01fd4
change(ci): Turn CI errors into PR annotations for most CI jobs ( #6690 )
...
* Turn CI errors into PR annotations for most jobs
* Fix a missing step name
2023-05-18 16:44:39 +00:00
dependabot[bot]
de14dd7545
build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 ( #6694 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17 01:51:04 +00:00
dependabot[bot]
8d8f5beb7a
build(deps): bump Swatinem/rust-cache from 2.2.1 to 2.3.0 ( #6684 )
...
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/Swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Swatinem/rust-cache/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 01:03:50 +00:00
teor
855b341ed1
Fix CI concurrency names ( #6686 )
2023-05-15 23:04:33 +00:00
Alfredo Garcia
c76d1f5219
docs(release-checklist): add cargo update steps to task list ( #6657 )
...
* add cargo update steps to task list
* Fix a formatting issue in the checklist
* Apply suggestions from code review
Co-authored-by: teor <teor@riseup.net>
---------
Co-authored-by: teor <teor@riseup.net>
2023-05-14 03:27:24 +00:00
dependabot[bot]
af3c90155b
build(deps): bump google-github-actions/setup-gcloud from 1.1.0 to 1.1.1 ( #6653 )
...
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) from 1.1.0 to 1.1.1.
- [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/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-14 01:34:22 +00:00
teor
8c8ac4ac20
fix(ci): Stop running multiple full syncs on different branches ( #6664 )
...
* Stop running multiple full syncs on different branches
* Fully fix concurrency, and require found cache or generated cache
* Use correct syntax and job dependencies
2023-05-11 11:15:20 +00:00
dependabot[bot]
6c0b51df8d
build(deps): bump google-github-actions/auth from 1.1.0 to 1.1.1 ( #6639 )
...
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](https://github.com/google-github-actions/auth/compare/v1.1.0...v1.1.1 )
---
updated-dependencies:
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 02:39:36 +00:00
teor
a52178cfe7
Run all the duplicate dependency checks even if one fails ( #6660 )
2023-05-11 00:59:19 +00:00
teor
0e2407da79
Allow testnet syncs to take longer than 6 hours ( #6659 )
2023-05-10 22:09:38 +00:00
Gustavo Valverde
25ca4cc520
refactor(ci): migrate from abandoned `actions-rs/*` ( #6628 )
...
* refactor(ci): migrate from abandoned `actions-rs/*`
* ci(lint): keep clippy action until we find a better candidate
2023-05-10 14:25:41 +00:00
Gustavo Valverde
21391999a6
ci(deploy): templates do not allow the `zone` argument ( #6646 )
2023-05-10 02:06:18 +00:00
Gustavo Valverde
d3d3f2827b
ci: unpin specific `buildkit` version and fix deployment subnets ( #6645 )
...
* ci(build): unpin specific `buildkit` version
We previously had an issue with the following error: `cannot reuse body, request must be retried`
This commonly was a wrong error, caused by a containerd issue which has being tracked and solved here: https://github.com/docker/build-push-action/issues/761#issuecomment-1406261692
We're having errors when building, and this might be caused by an underliying error which containerd is not showing us correctly.
* ci(deploy): Use specific subnetworks on GCP VMs
2023-05-10 00:45:32 +00:00
Gustavo Valverde
b3691c514a
fix(deployment): explicitly use a service account and region ( #6643 )
2023-05-09 21:13:26 +00:00
Gustavo Valverde
4b6e2fe223
fix(build): sync LWD builder with our `build-docker-image.yml` workflow ( #6634 )
...
After migrating to our new GCP project, some references were not being applied correctly, as this workflow was not referencing new resources the right way. It was even outdated on some specific parts.
2023-05-08 22:16:47 +00:00
teor
f6c6311c8e
Update cached disk patch job name ( #6615 )
2023-05-08 01:19:16 +00:00