Releases: omegaup/quark
Releases · omegaup/quark
v1.9.48
pin github action container version (#103) * Update ci.yml * Update release.yml
v1.9.47
Pin debian version (#102) * Update Dockerfile * Update Dockerfile * pin debian to stable, not latest * Update Dockerfile.prebuild
v1.9.46
bump omegajail (#101) * Update Dockerfile * Update Dockerfile
v1.9.45
rollback omegajail (#100) * Update sandbox.go * Update main.go * Update sandbox.go * gofmt * bump omegajail * Update Dockerfile * Update Dockerfile * Update Dockerfile
v1.9.44
Disable sandboxing for CI runs (#99) * Update sandbox.go * Update main.go * Update sandbox.go * gofmt * bump omegajail
v1.9.43
Finish the `omegaup-submissions` migration (#97) Now that we save all the submissions in this bucket, we don't need to keep the old one around for anything.
v1.9.42
Publish the s3 objects to `omegaup-submissions` too (#96) This is a migration commit that helps publish objects to both the `omegaup-backup` and the `omegaup-submissions` buckets.
v1.9.41
Export runner metrics with the hostname (#95) Dealing with IPs is hard.
v1.9.40
Publish the self-reported runner public IP (#94) The remote address as reported by `r.RemoteAddr` is not useful because it's the ingress internal address. This change now uses the self-reported public IP address from the runner.
v1.9.39
Make the runner publish its own public IP when requesting (#93) This allows the grader to correctly represent the runner's public server.