Skip to content

Commit

Permalink
v2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
IzakMarais committed Mar 8, 2018
1 parent 098683c commit dc802dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build: $(TARGET)

.PHONY: docker-build
docker-build:
@docker build -t izakmarais/grafana-reporter:2.0.0 -t izakmarais/grafana-reporter:latest .
@docker build -t izakmarais/grafana-reporter:2.0.1 -t izakmarais/grafana-reporter:latest .

docker-push:
@docker push izakmarais/grafana-reporter
Expand Down
4 changes: 2 additions & 2 deletions cmd/grafana-reporter/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ package main
//When making new release also tag git repo and update Makefile docker-buil job
const generatedMajor = "2"
const generatedMinor = "0"
const generatedRelease = "0"
const generatedGitHash = "c034fddc3179af15079adbb5eacff4d26b85a2b2"
const generatedRelease = "1"
const generatedGitHash = "098683c4db326f42728f8d1aadc876f1e826098e"
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ or, the [GoConvey](http://goconvey.co/) webGUI:

### Release

A new release requires changes to the git tag, `cmd/grafana-reporter/version.go` and `Makefile: docker-build` job.
A new release requires changes to the git tag, `cmd/grafana-reporter/version.go` and `Makefile: docker-build` job.
Build the Docker image and push to Dockerhub.

0 comments on commit dc802dc

Please sign in to comment.