mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-12-25 00:19:05 +01:00
Prepare release v0.1.1
This commit is contained in:
parent
c10905938f
commit
55ff44ef75
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
@ -27,4 +27,4 @@ test_ccms_api.sh
|
||||
test_ccms_free_api.sh
|
||||
test_ccms_write_api.sh
|
||||
sample_alex.txt
|
||||
sample_fritz.txt
|
||||
sample_fritz.txt
|
||||
|
2
Makefile
2
Makefile
@ -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}'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user