-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: introduce use of kapp-ctrl/packaging #87
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e5e00ae
git: ignore 'release' directory
9524050
config: add namespace object
4c18207
config: add missing secret type
baf6c2c
examples: use dockerconfigjson type for kpack
e17620f
hack/ci: remove scripts that are not ci specific
cf9538a
add packaging templates
219cf59
hack: re-introduce docker-login
43c42b9
hack: add release generation script
a2c18c8
hack: add release-notes.sh script
ab74dbc
hack: add github-release script
00e7e2f
hack: re-introduce cluster setup
fbc0ee8
hack: remove local-dev
ac4ca6c
makefile: remove targets covered by scripts
de73167
update install and release instructions
ac2e95b
github/validation: use new scripts
629b655
github/release: run tests + use own release script
dae02d6
hack: update release to add ytt
304e5e5
make: remove kodata target
0134108
hack: add checksum verification to install bins
490ec76
hack: make bin installs uniform
dc80591
hack: add checksum verification for ytt download
0db5853
hack: add bundle tarball generation
2e92696
github: make release workflow closer to testing
c441b7d
readme: bump cert-manager version
4b3c55e
hack: use variables for dependencies' versions
03a0f9c
readme: update instructions for installing using bundle
58d22d2
hack: default github-release to draft
dbcd8e0
refactor documentation to account tarball flow
866dc38
gh: run lint/copyright as early as possible
56b97cf
github: remove whitespace
d880c9e
hack: fix setting of current release version
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,4 @@ cmd/random | |
coverage.* | ||
|
||
kubeconfig | ||
release.yaml | ||
releases | ||
/release |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we switch to caret version matching? Go has committed to 1.x being compatible.
go-version: '^1.17.1'
ought to keep us on the latest minor and patch version.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sgtm!