Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Releases: divviup/prio-server

2021-03-09 release

09 Mar 18:11
5e341b4
Compare
Choose a tag to compare

This release contains dependency version updates.

Integration tester for staging

04 Mar 23:05
127a76a
Compare
Choose a tag to compare
facilitator integration tester & terraform changes (#322)


Co-authored-by: Tim Geoghegan <[email protected]>

2012-02-22 release

22 Feb 20:52
3552c40
Compare
Choose a tag to compare

This release contains

  • Various dependency bumps via dependabot
  • Structured JSON logging in facilitator (#424)
  • More forgiving timeouts when accessing GCS from facilitator (#434)
  • Bugfix for metrics reporting in workflow-manager (#425)

build from rust-1.50.0-alpine3.13

22 Feb 20:27
Compare
Choose a tag to compare
facilitator: build rust:1.50.0-alpine3.13

Our NCI colleagues believe that this specific Alpine base image should
not exhibit the `musl` DNS issue. We will see!

Move to rust-1.50

19 Feb 19:53
Compare
Choose a tag to compare
facilitator: use rust-1.50

NCI's vuln scanner was unhappy with images built from rust-1.46

Build from debian image

19 Feb 18:15
c6b781c
Compare
Choose a tag to compare
Merge pull request #433 from abetterinternet/timg/rust-buster

facilitator: build on default (Debian) Rust image

Build facilitator from rust-debian base image

19 Feb 17:53
c6b781c
Compare
Choose a tag to compare
Merge pull request #433 from abetterinternet/timg/rust-buster

facilitator: build on default (Debian) Rust image

Wait between AWS retries

19 Feb 01:20
Compare
Choose a tag to compare
0.6.2-g

facilitator: wait 5s between AWS retries

GCS timeouts Episode VI

18 Feb 01:45
Compare
Choose a tag to compare
facilitator: GCS timeouts! Again!

I missed a couple spots where we set timeouts on `ureq::Request`s in
`transport/gcs.rs` due to inattention.

GCS timeouts even harder

17 Feb 17:37
f81d354
Compare
Choose a tag to compare
Merge pull request #419 from abetterinternet/timg/retry-gcs

facilitator: GCS client timeouts