-
Notifications
You must be signed in to change notification settings - Fork 3
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
sync downstream main with upstream main #81
Commits on Jun 22, 2023
-
build: fix
make docker-generate-protobuf
targetWith recent changes to detect Podman/Docker, the `docker-generate-protobuf` make target was broken. The parameters to the container build command were passed like `$^`, and not only the Containerfile filename. Fixes: #372 Signed-off-by: Niels de Vos <ndevos@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for f851aec - Browse repository at this point
Copy the full SHA f851aecView commit details -
crds: add lastsyncduration and lastsyncbytes to volrep
This commit adds lastsyncbytes and lastsyncduration to volume replication status and generates updated crds. Signed-off-by: yati1998 <ypadia@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6a356c5 - Browse repository at this point
Copy the full SHA 6a356c5View commit details -
proto: update rpc to include other volrep info
This commit updates the getvolumereplicationinfo rpc to include lastsyncbytes and lastsyncduration. Signed-off-by: yati1998 <ypadia@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f3f2b62 - Browse repository at this point
Copy the full SHA f3f2b62View commit details -
vendor: updates the vendor directory
This commit updates the vendor directory to include lastest spec. Signed-off-by: yati1998 <ypadia@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for dc8bb6d - Browse repository at this point
Copy the full SHA dc8bb6dView commit details -
replication: update reconcile logic
This commit updates the reconcile logic to get more info and update the volrep status. Signed-off-by: yati1998 <ypadia@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ee9403c - Browse repository at this point
Copy the full SHA ee9403cView commit details
Commits on Jun 23, 2023
-
build: use Go 1.20 while building in container
This also moves to use the quay.io mirror of the Golang container-image from docker.io. Docker Hub has pull restrictions, that can prevent pulling the image if it is done too often. Quay.io does not enforce restrictions like that. Signed-off-by: Niels de Vos <ndevos@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 1712b73 - Browse repository at this point
Copy the full SHA 1712b73View commit details
Commits on Jun 26, 2023
-
tools: move tools.go to its own directory tools/
tools.go is moved to another module tools to separate all dependencies used for build from main go.mod. Signed-off-by: Rakshith R <rar@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 342d457 - Browse repository at this point
Copy the full SHA 342d457View commit details -
ci: include
/tools
directory in dependabot configThe `/tools` directory was added with commit 342d457. It is needed to update the dependencies of the tools separately. Signed-off-by: Niels de Vos <ndevos@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 5da4b7f - Browse repository at this point
Copy the full SHA 5da4b7fView commit details -
vendor: Bump google.golang.org/grpc from 1.55.0 to 1.56.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.55.0...v1.56.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d58e6b4 - Browse repository at this point
Copy the full SHA d58e6b4View commit details -
build: update k8s and controller runtime pkgs
this commit update the kubernetes pkgs to latest 0.27.2 and controller runtime version to 1.15.0. Signed-off-by: subhamkrai <srai@redhat.com> Signed-off-by: subhamkrai <srai@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for d4463a0 - Browse repository at this point
Copy the full SHA d4463a0View commit details -
vendor: bump k8s.io/api from 0.27.2 to 0.27.3
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.27.2 to 0.27.3. - [Commits](kubernetes/api@v0.27.2...v0.27.3) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 36f9fd2 - Browse repository at this point
Copy the full SHA 36f9fd2View commit details -
vendor: Bump github.com/kubernetes-csi/csi-lib-utils
Bumps [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases) - [Commits](kubernetes-csi/csi-lib-utils@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: github.com/kubernetes-csi/csi-lib-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for da2bc42 - Browse repository at this point
Copy the full SHA da2bc42View commit details -
vendor: Bump k8s.io/client-go from 0.26.3 to 0.27.3
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.3 to 0.27.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.26.3...v0.27.3) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for e44d317 - Browse repository at this point
Copy the full SHA e44d317View commit details
Commits on Jun 27, 2023
-
vendor: bump google.golang.org/protobuf from 1.30.0 to 1.31.0
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d90368f - Browse repository at this point
Copy the full SHA d90368fView commit details -
vendor: Bump sigs.k8s.io/controller-tools in /tools
Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for fb32a2c - Browse repository at this point
Copy the full SHA fb32a2cView commit details -
deploy: commit changes done by controller-tools update
Signed-off-by: Rakshith R <rar@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 3fad6ab - Browse repository at this point
Copy the full SHA 3fad6abView commit details -
vendor: bump google.golang.org/protobuf to 1.31.0 in /tools
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0. Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a41d5ab - Browse repository at this point
Copy the full SHA a41d5abView commit details -
rebase: commit changes done while upating tools/protobuf
Signed-off-by: Rakshith R <rar@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 5c8fcf2 - Browse repository at this point
Copy the full SHA 5c8fcf2View commit details -
Adding version details to sidecar
Signed-off-by: saranyareddy24 <saranyareddipalle@yahoo.in>
Configuration menu - View commit details
-
Copy full SHA for 3fd87a2 - Browse repository at this point
Copy the full SHA 3fd87a2View commit details -
build: use
make
to build executables in containersThe `Makefile` now contains logic to provide a version (git tag) and the current git commit hash in a `-version` argument to executables. However the container-images did not use `make`, and therefor the executables would not have the version information set. While updating the building of the executables in the container, the names of the executables has been prefixed with `csi-addons-`, so that a listing of running processes on a Kubernetes node does not show `manager` for the CSI-Addons Operator, but `csi-addons-manager`. Updates: #385 Signed-off-by: Niels de Vos <ndevos@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7e73c8b - Browse repository at this point
Copy the full SHA 7e73c8bView commit details -
build: include
-version
option for csi-addons executableJust like for the manager and sidecar executables, add `-version` as an option to the `csi-addons` tool. Signed-off-by: Niels de Vos <ndevos@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 22b6288 - Browse repository at this point
Copy the full SHA 22b6288View commit details -
build: force rebuilding without CGo
Disable building with CGo support, so that only native Golang functions are used. This makes it possible to build the executables in one container, and run them in a distroless container. Fore rebuilding all components with `-a` in the `Makefile`, this prevents including artifacts that may have been built outside the contains with CGo enabled. Signed-off-by: Niels de Vos <ndevos@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for fcc6e23 - Browse repository at this point
Copy the full SHA fcc6e23View commit details
Commits on Jun 28, 2023
-
build: switch back to docker for golang:1.20
This commit switches back to docker for base image golang:1.20 since github actions does not seem to be able to pull from quay intermittently. Signed-off-by: Rakshith R <rar@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 6c78a07 - Browse repository at this point
Copy the full SHA 6c78a07View commit details -
cleanup: corrections in the ci doc
Signed-off-by: karthik-us <ksubrahm@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b136c3a - Browse repository at this point
Copy the full SHA b136c3aView commit details -
controller: fix reclaimspace based on ns annotation
Logic used for determining reclaimspace annotation based on ns annotation and driver support had a bug which caused all the PVCs regardless of driversupport being annotated. This commit makes sure only pvc with driver which support reclaimspace is annotated/ requeued. Signed-off-by: Rakshith R <rar@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bed9c6e - Browse repository at this point
Copy the full SHA bed9c6eView commit details