Knative common packages
Go to file
dependabot[bot] 2aafe0ec04
Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (#2801)
* Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0

Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.31.0...pubsub/v1.32.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run ./hack/update-codegen.sh

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-21 08:55:21 +00:00
.github rename-sandbox (#2779) 2023-08-02 15:53:47 +00:00
apiextensions/storageversion update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
apis Bump gomodules.xyz/jsonpatch/v2 from 2.2.0 to 2.3.0 (#2789) 2023-08-15 13:28:40 +00:00
changeset changeset: allow override the revision through ldflags (#2601) 2022-11-02 20:10:08 +00:00
client/injection Generate kresource duck type codegen (#2754) 2023-06-12 15:54:45 +00:00
codegen/cmd/injection-gen bump k8s dependencies and update min version to v1.25 (#2745) 2023-05-23 14:06:11 +00:00
configmap update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
controller Use go sync/atomic instead of go.uber.org/atomic (#2777) 2023-08-02 16:26:48 +00:00
depcheck Go1.19 changes (#2631) 2022-11-03 22:34:05 +00:00
environment Support to set qps and burst via env variable (#2755) 2023-06-16 13:46:50 +00:00
hack Add reconcile for ValidatingWebhookConfiguration and MutatingWebhookConfiguration. (#2550) 2022-07-20 22:08:01 +00:00
hash update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
injection drop the dynamic type (#2750) 2023-05-31 07:39:36 +00:00
kflag update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
kmap kmap changes (#2355) 2021-11-19 15:11:11 -08:00
kmeta update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
kmp bump k8s dependencies and update min version to v1.25 (#2745) 2023-05-23 14:06:11 +00:00
kref Add KReference.Group field and ResolveGroup function (#2127) 2021-06-15 02:27:20 -07:00
kvstore Fix nil pointer panic in kvstore (#2002) 2021-01-27 08:35:30 -08:00
leaderelection Support fetching configs from `ctx`. (#2505) 2022-05-03 15:25:57 +00:00
logging update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
metrics Use go sync/atomic instead of go.uber.org/atomic (#2777) 2023-08-02 16:26:48 +00:00
network Make minimum TLS version configurable for webhooks (#2721) 2023-04-14 15:45:51 +00:00
profiling Use go sync/atomic instead of go.uber.org/atomic (#2777) 2023-08-02 16:26:48 +00:00
ptr Added inverse functions for the ptr package (#2172) 2021-06-28 15:56:12 -07:00
reconciler Use go sync/atomic instead of go.uber.org/atomic (#2777) 2023-08-02 16:26:48 +00:00
resolver Eventing TLS: Added AddressableFromDestination method on the resolver (#2717) 2023-04-20 07:15:39 +00:00
signals Format go code (#2312) 2021-10-15 12:04:13 -07:00
source update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
system Fix revive related linting issues (#2131) 2021-05-26 01:10:28 -07:00
test Use go sync/atomic instead of go.uber.org/atomic (#2777) 2023-08-02 16:26:48 +00:00
testing Fix subresource update logic. (#2546) 2022-07-15 18:32:28 +00:00
third_party Bump github.com/hashicorp/golang-lru from 0.5.4 to 1.0.2 (#2804) 2023-08-21 08:46:28 +00:00
tracing update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
tracker update boilerplate date (#2539) 2022-06-30 22:25:31 +00:00
unstructured bump k8s to v1.20.7 (#2145) 2021-06-10 06:56:43 -07:00
vendor Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (#2801) 2023-08-21 08:55:21 +00:00
version bump k8s dependencies and update min version to v1.25 (#2745) 2023-05-23 14:06:11 +00:00
webhook Allow overriding webhook secret data keys (#2662) 2023-08-02 19:19:48 +00:00
websocket update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
.codecov.yaml fix coverage settings (#2471) 2022-03-25 11:51:48 -07:00
.gitattributes Enable coverage for test code (#778) 2019-10-21 12:37:24 -07:00
.gitignore [Genreconciler] Fix group names when client groups differ than their directory name. (#1097) 2020-02-18 17:14:59 -08:00
.golangci.yaml Bump golangci-lint timeout to 10m for github actions (#2241) 2021-08-27 04:26:38 -07:00
CONTRIBUTING.md Fix CONTRIBUTING.md link (#1752) 2020-09-28 16:46:28 -07:00
DEVELOPMENT.md Update DEVELOPMENT.md (#2069) 2021-03-30 23:23:21 -07:00
LICENSE Initial commit 2018-07-25 10:16:04 -07:00
OWNERS update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
OWNERS_ALIASES Update community files (#2794) 2023-08-15 01:25:42 +00:00
README.md Drop master references to knative repos (#2050) 2021-03-11 09:48:26 -08:00
RELEASE-LEADS.md moved release docs to github.com/knative/release (#2040) 2021-02-26 10:29:47 -08:00
code-of-conduct.md Adding code of conduct to reference knative/community's CoC (#2470) 2022-03-18 11:55:21 -07:00
go.mod Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (#2801) 2023-08-21 08:55:21 +00:00
go.sum Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (#2801) 2023-08-21 08:55:21 +00:00

README.md

Knative Common Packages

sink

"The kitchen sink" by Alan Cleaver is licensed under CC BY 2.0

GoDoc Go Report Card codecov

Knative pkg provides a place for sharing common Knative packages across the Knative repos.

To learn more about Knative, please visit our Knative docs repository.

If you are interested in contributing, see CONTRIBUTING.md and DEVELOPMENT.md.