Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta release #1255

Merged
merged 4 commits into from
Jun 2, 2023
Merged

beta release #1255

merged 4 commits into from
Jun 2, 2023

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    e3d160e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f1c71 View commit details
    Browse the repository at this point in the history
  3. feat: Implemented API key authentication mechanism (#1246)

    * refactor: refactor metronome metrics with consistent tags (#1241)
    
    * feat: Implemented API key authentication mechanism
    
    * fix: Fixed marshaling based on code review suggestion
    
    * feat: Added whoami endpoint
    
    * refactor: minor refactor based on code review comments
    
    ---------
    
    Co-authored-by: Peter Boros <pboros@tigrisdata.com>
    JigarJoshi and pboros committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f9ef7c2 View commit details
    Browse the repository at this point in the history
  4. chore: Build arm64 docker image in separate workflow

    Building arm64 images on amd64 Github runners is ~10 time slower
    than amd64 images.
    To speed up amd64 deployments this diff is separating the builds.
    efirs committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    99b78c8 View commit details
    Browse the repository at this point in the history