-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go.mod with no replace directives & k8s ver (#449)
The replace blocks should only be used temporarily unless an imported package forces them on. To make zookeeper more importable by other packages, don't use any replace directives that will require the parent package to also set them. Update Kubernetes version to 1.23.1 and controller runtime to 0.11.0. Signed-off-by: Tudor Marcu <[email protected]>
- Loading branch information
Showing
9 changed files
with
1,115 additions
and
415 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,8 @@ jobs: | |
sudo go version | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2 | ||
- name: get go version | ||
run: go version | ||
- name: Gofmt and License checks | ||
run: make check | ||
- name: unit tests | ||
|
@@ -37,7 +39,7 @@ jobs: | |
uses: codecov/[email protected] | ||
- name: Set env | ||
run: | | ||
echo "KUBERNETES_VERSION=v1.20.13" >> $GITHUB_ENV | ||
echo "KUBERNETES_VERSION=v1.23.1" >> $GITHUB_ENV | ||
echo "OPERATOR_SDK_VERSION=v0.19.4" >> $GITHUB_ENV | ||
echo "MINIKUBE_VERSION=v1.24.0" >> $GITHUB_ENV | ||
echo "KUBERNETES_CONFIG_FILE=$HOME/.kube/config" >> $GITHUB_ENV | ||
|
983 changes: 802 additions & 181 deletions
983
config/crd/bases/zookeeper.pravega.io_zookeeperclusters.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
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.