Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alanconway committed Aug 22, 2024
1 parent 750fcf7 commit ec0b229
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion internal/pkg/build/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0-dev
0.7.1

0 comments on commit ec0b229

Please sign in to comment.