-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the k8sio group across 1 directory with 4 updates
Bumps the k8sio group with 1 update in the / directory: [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver). Updates `k8s.io/apiextensions-apiserver` from 0.31.1 to 0.32.0 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.31.1...v0.32.0) Updates `k8s.io/apimachinery` from 0.31.1 to 0.32.0 - [Commits](kubernetes/apimachinery@v0.31.1...v0.32.0) Updates `k8s.io/client-go` from 0.31.1 to 0.32.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.1...v0.32.0) Updates `k8s.io/utils` from 0.0.0-20240921022957-49e7df575cb6 to 0.0.0-20241104100929-3ea5e8cea738 - [Commits](https://github.com/kubernetes/utils/commits) --- updated-dependencies: - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8sio - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8sio - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8sio - dependency-name: k8s.io/utils dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8sio ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
16914b3
commit 838ed0d
Showing
1,172 changed files
with
48,645 additions
and
17,596 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
7.0.1 | ||
# Keep this pinned version in parity with cel-go |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
*.pb.go linguist-generated=true | ||
*.pb.go -diff -merge |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bazel-* | ||
MODULE.bazel.lock |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
load("@io_bazel_rules_go//go:def.bzl", "go_library") | ||
|
||
package(default_visibility = ["//visibility:public"]) | ||
|
||
licenses(["notice"]) # Apache 2.0 | ||
|
||
go_library( | ||
name = "expr", | ||
srcs = [ | ||
"checked.pb.go", | ||
"eval.pb.go", | ||
"explain.pb.go", | ||
"syntax.pb.go", | ||
"value.pb.go", | ||
], | ||
importpath = "cel.dev/expr", | ||
visibility = ["//visibility:public"], | ||
deps = [ | ||
"@org_golang_google_genproto_googleapis_rpc//status:go_default_library", | ||
"@org_golang_google_protobuf//reflect/protoreflect", | ||
"@org_golang_google_protobuf//runtime/protoimpl", | ||
"@org_golang_google_protobuf//types/known/anypb", | ||
"@org_golang_google_protobuf//types/known/durationpb", | ||
"@org_golang_google_protobuf//types/known/emptypb", | ||
"@org_golang_google_protobuf//types/known/structpb", | ||
"@org_golang_google_protobuf//types/known/timestamppb", | ||
], | ||
) | ||
|
||
alias( | ||
name = "go_default_library", | ||
actual = ":expr", | ||
visibility = ["//visibility:public"], | ||
) |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Contributor Code of Conduct | ||
## Version 0.1.1 (adapted from 0.3b-angular) | ||
|
||
As contributors and maintainers of the Common Expression Language | ||
(CEL) project, we pledge to respect everyone who contributes by | ||
posting issues, updating documentation, submitting pull requests, | ||
providing feedback in comments, and any other activities. | ||
|
||
Communication through any of CEL's channels (GitHub, Gitter, IRC, | ||
mailing lists, Google+, Twitter, etc.) must be constructive and never | ||
resort to personal attacks, trolling, public or private harassment, | ||
insults, or other unprofessional conduct. | ||
|
||
We promise to extend courtesy and respect to everyone involved in this | ||
project regardless of gender, gender identity, sexual orientation, | ||
disability, age, race, ethnicity, religion, or level of experience. We | ||
expect anyone contributing to the project to do the same. | ||
|
||
If any member of the community violates this code of conduct, the | ||
maintainers of the CEL project may take action, removing issues, | ||
comments, and PRs or blocking accounts as deemed appropriate. | ||
|
||
If you are subject to or witness unacceptable behavior, or have any | ||
other concerns, please email us at | ||
[[email protected]](mailto:[email protected]). |
Oops, something went wrong.