Skip to content

Releases: inviqa/harness-go

0.2.2

20 Feb 16:40
d8b0a62
Compare
Choose a tag to compare
  • 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

19 Feb 12:07
78b8581
Compare
Choose a tag to compare
  • 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

19 Feb 11:28
a6174da
Compare
Choose a tag to compare
  • 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

03 Feb 09:47
Compare
Choose a tag to compare

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