forked from operator-framework/operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump to k8s v1.17 (operator-framework#2746)
Upgrade all dependencies to their k8s v1.17 equivalent versions, and update APIs broken by these changes. * bundle create: fix issue where manifests/ is expected by the operator-registry image builder but not generated by the SDK. In case deploy/olm-catalog/<operator-name>/manifests doesn't exist, create one and delete it after the image is done building. If --generate-only is set, do not remove manifests/. * hack/tests: add 'bundle create' test cases * Makefile: bump K8S_VERSION to v1.17.2 * doc,website: add breaking change to migration guide, update CLI docs * CHANGELOG.md: --output-dir and --output additions, breaking changes for bundle.Dockerfile and version bumps Co-authored-by: kevinrizza <[email protected]> Co-authored-by: Camila Macedo <[email protected]>
- Loading branch information
1 parent
c97e53b
commit a00c1b7
Showing
29 changed files
with
2,117 additions
and
1,057 deletions.
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
Oops, something went wrong.