Releases: inviqa/harness-go
Releases · inviqa/harness-go
0.2.2
- Fixes issue in deployment.yaml of Helm chart, where the
prometheus.io/port
annotation was an integer instead of a quoted string.
0.2.1
- Fixes formatting issues in main.go, which caused project pipelines to fail when gofmt is executed. This is due to the
.my127ws
directory being checked by the gofmt harness command, which will be fixed properly in a future version.
0.2.0
- Fixes issues with the ws create project flow. Previously this would not work, but now it will create a working go application with a dummy HTTP sever listening on port 80.
- Adds prometheus instrumentation to the harness as default, available on /metrics on the default HTTP port.
0.1.1
CHANGES:
- Lots of fixes for in-use harness
- Test harness and allow projects not using go modules
- Support defining the k8s service name and protocol