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

Releases: divviup/prio-server

facilitator with support for writing to GCS from outside GCP

13 Nov 03:01
4fe889a
Compare
Choose a tag to compare
Merge pull request #196 from abetterinternet/timg/fix-docker-push

GH Actions: Fix push-facilitator action

facilitator with support for writing to GCS from outside GCP

13 Nov 02:35
7fe4785
Compare
Choose a tag to compare
Merge pull request #193 from abetterinternet/timg/facilitator-gcs-auth

facilitator: support GCP SA key files

WebIDP on AWS

14 Nov 02:05
68ba2cf
Compare
Choose a tag to compare

The release adds support for both workflow-manager and facilitator to authenticate to S3 from AWS EKS using WebIDP / IAM Roles for Service Accounts. This causes those components to read the environment variables AWS_ROLE_ARN and AWS_WEB_IDENTITY_TOKEN_FILE.

Narnia release 0.4.0

11 Nov 01:44
2b8049a
Compare
Choose a tag to compare
Cherry-pick #173 into narnia (#189)

Updates to workflow-manager and facilitator

05 Nov 03:56
d6f14ea
Compare
Choose a tag to compare

Gets rid of default values for flags in facilitator.
Workflow-manager gets config for the facilitator jobs from a ConfigMap instead of "passthrough" args.

Testing tagging of "latest", plus pulling in some recent changes.

31 Oct 00:47
4e7fa5e
Compare
Choose a tag to compare
Fix flag name for --portal-identity. (#122)

Previously this was looking for --aggregation-identity.

Updated facilitator, plus docker image for prio-workflow-manager.

30 Oct 23:10
fb88312
Compare
Choose a tag to compare
0.2.0

Add workflow-manager publish to GitHub Actions. (#120)

Draft release of Avro message schemas

23 Oct 19:28
194f3cc
Compare
Choose a tag to compare

This release contains a near final version of Avro message schemas.

Testing Docker image push

28 Sep 22:39
Compare
Choose a tag to compare
facilitator: update libprio dependency branch

Bad news: the build broke because we changed the default branch of
libprio-rs to main, and eventually deleted the master branch, so the
dependency became unresolvable.
Good news: our CI setup works!