From ec0b2294fa581700a4092455752df4b16d0183f6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 22 Aug 2024 18:06:34 -0400 Subject: [PATCH] Release 0.7.1 --- CHANGELOG.md | 11 +++++++++-- Makefile | 2 +- config/kustomization.yaml | 4 ++-- internal/pkg/build/version.txt | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0267e18f..238862e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.7.1] ### Removed @@ -24,10 +24,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [Authentication and Authorization for restricted access](https://github.com/korrel8r/korrel8r/issues/73) - [Use strict parsing to catch query errors.](https://github.com/korrel8r/korrel8r/issues/107) - REST API fix invalid JSON in responses, return [] instead of null for empty lists. +- Bugs in forwarding REST authorization tokens to stores. +- Various other bug fixes. ### Added - +- Trace domain to support traces in a Grafana Tempo store. - Mock store for unit tests, moved cluster tests to test/openshift. +- Default constraints and timeouts to avoid slow response times caused by excessively large responses. + - Defaults can be over-ridden by REST and command-line options. + - DefaultDuration queries for only an hour of of data. + - DefaultLimit restricts queries to at most 1000 result objects. + - DefaultTimeout limits query latency to 5 seconds. ## [0.6.6] - 2024-06-04 diff --git a/Makefile b/Makefile index 670cef4a..6fd0d779 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ help: ## Display this help. @grep -E '^## [A-Z0-9_]+: ' Makefile | sed 's/^## \([A-Z0-9_]*\): \(.*\)/\1#\2/' | column -s'#' -t ## VERSION: Semantic version for release, use -dev for development pre-release versions. -VERSION?=0.7.0-dev +VERSION?=0.7.1 ## REGISTRY: Name of image registry REGISTRY?=quay.io ## REGISTRY_ORG: Name of registry organization. diff --git a/config/kustomization.yaml b/config/kustomization.yaml index 581ba0a2..51f5e836 100644 --- a/config/kustomization.yaml +++ b/config/kustomization.yaml @@ -15,5 +15,5 @@ labels: images: - name: quay.io/korrel8r/korrel8r - newName: quay.io/alanconway/korrel8r - newTag: 0.7.0-dev + newName: quay.io/korrel8r/korrel8r + newTag: 0.7.1 diff --git a/internal/pkg/build/version.txt b/internal/pkg/build/version.txt index e1bde802..39e898a4 100644 --- a/internal/pkg/build/version.txt +++ b/internal/pkg/build/version.txt @@ -1 +1 @@ -0.7.0-dev +0.7.1