Skip to content

Commit

Permalink
cherry pick: Version and release documentation (#531) (#604)
Browse files Browse the repository at this point in the history
* .gitignore,Makefile: added 'build' Makefile target to build a binary within project context (in 'build' dir), and .gitignore clause

* Makefile: add mutiple build targets and reformat 'all' make target

* Makefile: added signature make targets to run under release target

* Makefile: ensure git and gpg are configured to have the same signing key

* doc/release-versioning.md: document supported k8s versions, architectures, and platforms in their own section

* release.sh,Makefile,pkg/generator/templates.go: check versions before tagging on release
  • Loading branch information
estroz authored and Shawn Hurley committed Oct 16, 2018
1 parent a78c102 commit cb369dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/scaffold/gopkgtoml.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ required = [
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "refactor/controller-runtime"
# version = "=v0.0.6"
branch = "refactor/controller-runtime" #osdk_branch_annotation
# version = "=v0.0.6" #osdk_version_annotation
[prune]
go-tests = true
Expand Down
4 changes: 2 additions & 2 deletions pkg/scaffold/gopkgtoml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ required = [
[[constraint]]
name = "github.com/operator-framework/operator-sdk"
# The version rule is used for a specific release and the master branch for in between releases.
branch = "refactor/controller-runtime"
# version = "=v0.0.6"
branch = "refactor/controller-runtime" #osdk_branch_annotation
# version = "=v0.0.6" #osdk_version_annotation
[prune]
go-tests = true
Expand Down

0 comments on commit cb369dd

Please sign in to comment.