Skip to content

Releases: wavelens/gradient

v1.2.0

18 May 12:26
v1.2.0
1f0a452

Choose a tag to compare

What's Changed

Read more

v1.1.1

02 May 10:42
v1.1.1
f33c143

Choose a tag to compare

What's Changed

  • Unauthenticated worker on /proto → arbitrary NAR write / cache poisoning by @DerDennisOP in #36

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 May 16:53
v1.1.0
9b2eba5

Choose a tag to compare

What's Changed

  • Migration from SSH Builders to Workers
  • Gitea, Forgejo, Gitlab, GitHub Integration
  • S3 Cache support
  • Integration of Gradient Proto
  • Entry Points shown on project page
  • Metrics for Entry Points, Evaluations and Caches
  • Instance Management / Superuser Role
  • Artefacts Download
  • Graph Menu
  • Documentation improvements

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

01 Apr 18:29
v1.0.0
9de58d1

Choose a tag to compare

New Features

  • Fully new Gradient Frontend
  • Substituters can now be configured
  • Public Organizations and Caches
  • Cache metrics are collected and displayed in frontend
  • Refactored Scheduler and Evaluator
  • Removed Git binary dependency
  • Documentation

Bug Fixes

  • Garbage Collection now cleans up nars from deleted caches
  • Quoting in project wildcard is now supported

v0.4.0-alpha

14 Oct 13:35
v0.4.0-alpha
627d011

Choose a tag to compare

v0.4.0-alpha Pre-release
Pre-release

This release did not gain new Features. We've made many bug fixes and frontend has been refined to a usable state.

v0.3.0-alpha

06 Jul 17:04
v0.3.0-alpha
7e0ebeb

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release

New Features

  • Remote Builds: support for building nix derivations without having nix installed locally.
  • Frontend: improved frontend by a ton.
  • Testing: added integration tests, which are fully working now and unit tests.

v0.2.0-alpha

03 May 15:08
23f26b1

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

New Features

  • Cache: integrated nix store cache.
  • User Permissions: There are now more permission groups.
  • CLI: The CLI now has way better interfaces

Bug Fixes

  • fix: many minor frontend bugs (unfortunately still not usable)
  • fix: builds now wont be scheduled when no server is configured
  • fix: aborted jobs got skipped on new evaluations

Gradient v0.1.0-alpha

01 Mar 17:55
6fbcf7b

Choose a tag to compare

Gradient v0.1.0-alpha Pre-release
Pre-release

Features

  • Organizations: multiple organizations, which work independently from each other (e.g. different servers, user access).
  • API: provides a RESTful API with API-Key management for authentication.
  • Streaming Logs: real-time log streaming for builds.
  • OAuth2: support for OAuth2 for user authentication.