Prepare release v0.1.1

This commit is contained in:
Jan Eitzinger 2024-12-05 08:12:10 +01:00
parent c10905938f
commit 55ff44ef75
3 changed files with 6 additions and 7 deletions

2
.gitignore vendored
View File

@ -4,7 +4,6 @@
*.dll
*.so
*.dylib
/cc-metric-store
# Test binary, built with `go test -c`
*.test
@ -16,6 +15,7 @@
# vendor/
# Project specific ignores
/cc-metric-store
/var
aditya.creds

View File

@ -1,6 +1,6 @@
TARGET = ./cc-metric-store
VAR = ./var/checkpoints/
VERSION = 0.1.0
VERSION = 0.1.1
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
CURRENT_TIME = $(shell date +"%Y-%m-%d:T%H:%M:%S")
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'

View File

@ -1,10 +1,10 @@
# `cc-metric-store` version 0.1.0
# `cc-metric-store` version 0.1.1
This is a minor release of `cc-metric-store`, the metric timeseries cache
This is a bugfix release of `cc-metric-store`, the metric timeseries cache
implementation of ClusterCockpit.
For release specific notes visit the [ClusterCockpit Documentation](https://clusterockpit.org/docs/release/).
Notable changes:
Notable changes in version 0.1.0:
- Cleanup of code and restructuring
- Document REST API with Swagger
@ -14,7 +14,6 @@ Notable changes:
- Support also ms, ns in line protocol
- Support NATS credentials
## Breaking changes
None