Skip to content

Resonate v0.6.0

Latest
Compare
Choose a tag to compare
@dfarr dfarr released this 29 Jul 18:21
· 11 commits to main since this release
48ff8bd

Release Notes - Version 0.6.0

Overview

This release introduces support for multiple basic auth username/password combos. Thank you @hkiiita!!!

Note: this change requires updating the format of resonate.yml if basic auth is configured, auth is now an object of username password combos.

api:
  subsystems:
    http:
      auth:
        username1: password1
        username2: password2

What's Changed

  • build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #339
  • fix(lint): making the lint gods happy by @guergabo in #341
  • feat(back-channel): verify the task submissions by @guergabo in #338
  • build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #344
  • build(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #348
  • build(deps): bump github.com/go-playground/validator/v10 from 10.20.0 to 10.22.0 by @dependabot in #349
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #350
  • build(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.14 by @dependabot in #353
  • Basic Auth for multiple users. by @hkiiita in #352
  • build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #355
  • build(deps): bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.0 by @dependabot in #354
  • gocoro refactor by @dfarr in #356
  • build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #351
  • build(deps): bump DeterminateSystems/magic-nix-cache-action from 6 to 7 by @dependabot in #347
  • build(deps): bump DeterminateSystems/flake-checker-action from 7 to 8 by @dependabot in #346
  • build(deps): bump DeterminateSystems/nix-installer-action from 11 to 13 by @dependabot in #367
  • Fix ticks in DST workflow by @dfarr in #369
  • Set correct CompletePromise response code by @dfarr in #374

New Contributors

Full Changelog: v0.5.6...v0.6.0