Skip to content

Commit

Permalink
prepare for 1.0.0 beta (#29)
Browse files Browse the repository at this point in the history
* prepare for beta release
  • Loading branch information
jasonrichardsmith authored Sep 7, 2018
1 parent 4e90e05 commit 07c50cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ about: Create a report to help us improve
**Describe the bug**
A clear and concise description of what the bug is.


**K8s version**
Please run and paste output
```bash
kubectl version
```

**Sentry logs**
Please paste sentry logs

**To Reproduce**
Steps to reproduce the behavior:
1. kubectl deploy '...'
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: build buildhash minikube minikubecontext push pushhash dep test goveralls deployk8s deploydindk8s e2etests travise2e
SHELL=/bin/bash -eo pipefail
.DEFAULT_GOAL := build
VERSION="1.0.0-beta"
REPO="jasonrichardsmith/sentry"
Expand Down

0 comments on commit 07c50cd

Please sign in to comment.