-
Notifications
You must be signed in to change notification settings - Fork 28
monorepo: add imported sidecar #74
monorepo: add imported sidecar #74
Conversation
added issue templates to COSI sidecar
Add approvers to facilitate project management
Added grpc client and server modules
fixed spacing typo in README.md added repo/images table to README.md added images to README.md changed name of adapter image in README.md changed urls in README.md edited README.md
…readme updated README.md
…roller Add BucketAccess Controller
Pass by-ref instead of by-value
Fix make and make test
BucketAccess Controller fixes
Added bucket controller
Added binary source and build target
Added Dockerfile for sidecar
added kustomize template & k8s resources for sidecar
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Bumps library/golang from 1.21.5 to 1.22.2. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.2 to 1.63.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.46.2...v1.63.2) --- 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>
…y/golang-1.22.2 Bump library/golang from 1.21.5 to 1.22.2
…ogle.golang.org/grpc-1.63.2 Bump google.golang.org/grpc from 1.46.2 to 1.63.2
Add BlaineEXE to the owners file to allow reviewing and merging code changes.
Add BlaineEXE to the owners file
Bumps library/golang from 1.22.2 to 1.22.3. --- updated-dependencies: - dependency-name: library/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…order Added EventRecorder to Provisioner Sidecar
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Add shanduur to owners file
Bumps the github-dependencies group with 2 updates: [github.com/spf13/cobra](https://github.com/spf13/cobra) and [github.com/spf13/viper](https://github.com/spf13/viper). Updates `github.com/spf13/cobra` from 1.4.0 to 1.8.0 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.4.0...v1.8.0) Updates `github.com/spf13/viper` from 1.12.0 to 1.19.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.12.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…y/golang-1.22.3 Bump library/golang from 1.22.2 to 1.22.3
…thub-dependencies-3391429866 Bump the github-dependencies group with 2 updates
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BlaineEXE The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
It looks like there are EasyCLA errors again. There are commits from a now-deleted GH user named And the same deleted GH user from before Since I don't think we can track down deleted users, I think we will have to force merge again as we did last time: #72 (comment) |
We'll force merge this PR: |
This PR does exactly 1 thing:
git subtree add --prefix pkg/imported-sidecar sidecar/master
where sidecar is https://github.com/kubernetes-sigs/container-object-storage-interface-provisioner-sidecarThis adds all provisioner-sidecar commits (with history intact), plus the subtree commit to merge them. Due to the huge scope, no other changes are made.
Follow up to #72.