Skip to content

Releases: omegaup/quark

v1.9.48

20 Jan 00:50
74ecf9c
Compare
Choose a tag to compare
pin github action container version (#103)

* Update ci.yml

* Update release.yml

v1.9.47

19 Jan 22:12
cc6fa07
Compare
Choose a tag to compare
Pin debian version (#102)

* Update Dockerfile

* Update Dockerfile

* pin debian to stable, not latest

* Update Dockerfile.prebuild

v1.9.46

19 Jan 19:33
6e1728f
Compare
Choose a tag to compare
bump omegajail (#101)

* Update Dockerfile

* Update Dockerfile

v1.9.45

19 Jan 17:45
537582e
Compare
Choose a tag to compare
rollback omegajail (#100)

* Update sandbox.go

* Update main.go

* Update sandbox.go

* gofmt

* bump omegajail

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

v1.9.44

19 Jan 17:25
640a6d0
Compare
Choose a tag to compare
Disable sandboxing for CI runs (#99)

* Update sandbox.go

* Update main.go

* Update sandbox.go

* gofmt

* bump omegajail

v1.9.43

10 Nov 02:20
ef104d2
Compare
Choose a tag to compare
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

08 Nov 14:23
07b9e75
Compare
Choose a tag to compare
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

02 Oct 17:47
a12cc04
Compare
Choose a tag to compare
Export runner metrics with the hostname (#95)

Dealing with IPs is hard.

v1.9.40

02 Oct 16:28
f958eed
Compare
Choose a tag to compare
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

02 Oct 16:05
eb26673
Compare
Choose a tag to compare
Make the runner publish its own public IP when requesting (#93)

This allows the grader to correctly represent the runner's public
server.