1
0
mirror of https://github.com/helm/chartmuseum.git synced 2026-02-06 00:45:15 +01:00
Commit Graph

656 Commits

Author SHA1 Message Date
Casey Buto
1d1604bf74 use released version in README
Signed-off-by: Casey Buto <cbuto22@gmail.com>
2024-05-30 10:55:36 -04:00
Casey Buto
5e3818a86c Bump version to prep for 0.16.2
Signed-off-by: Casey Buto <cbuto22@gmail.com>
2024-05-30 10:33:06 -04:00
dependabot[bot]
bea8a5db8e build(deps): bump github.com/prometheus/client_golang (#770)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.19.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.16.0...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-30 10:15:33 -04:00
scbizu
aaf4b1a549 mod: update cosign version to v2.2.4
Signed-off-by: scbizu <scbizu@gmail.com>
2024-05-07 20:41:46 +08:00
scbizu
96f70483ba mod: remove toolchain for go1.21
Signed-off-by: scbizu <scbizu@gmail.com>
2024-05-07 20:27:54 +08:00
scbizu
bc761e801b mod: bump storage to v0.15.0 2024-05-07 20:24:37 +08:00
dependabot[bot]
00ba7520f5 build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#762)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 12:43:49 +08:00
dependabot[bot]
dfd85117db build(deps): bump gevent from 22.10.2 to 23.9.0 in /loadtesting (#756)
Bumps [gevent](https://github.com/gevent/gevent) from 22.10.2 to 23.9.0.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](https://github.com/gevent/gevent/compare/22.10.2...23.9.0)

---
updated-dependencies:
- dependency-name: gevent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 12:42:09 +08:00
Obinna Odirionye
a090682770 Merge pull request #755 from helm/dependabot/go_modules/github.com/docker/docker-24.0.9incompatible
build(deps): bump github.com/docker/docker from 23.0.3+incompatible to 24.0.9+incompatible
2024-04-15 15:42:27 +04:00
dependabot[bot]
60c334dee3 build(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.3+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v23.0.3...v24.0.9)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 11:29:49 +00:00
Obinna Odirionye
157f397ade Merge pull request #754 from helm/dependabot/go_modules/helm.sh/helm/v3-3.14.3
build(deps): bump helm.sh/helm/v3 from 3.12.3 to 3.14.3
2024-04-09 14:50:03 +04:00
Obinna Odirionye
13758afdf0 Merge pull request #753 from helm/dependabot/go_modules/google.golang.org/protobuf-1.33.0
build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
2024-04-09 14:48:43 +04:00
dependabot[bot]
14f30113aa build(deps): bump helm.sh/helm/v3 from 3.12.3 to 3.14.3
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.12.3 to 3.14.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.12.3...v3.14.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 06:46:04 +00:00
dependabot[bot]
5e41c5a188 build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 23:19:12 +00:00
guillaumem
90e47f6336 Add support for creating repository indexes in JSON format (#739)
* repo: add support for JSON marshalling

Signed-off-by: MeurillonGuillaume <MeurillonGuillaume@users.noreply.github.com>

* cfg: add configuration for json index

Signed-off-by: MeurillonGuillaume <MeurillonGuillaume@users.noreply.github.com>

* repo: add tests for json and yaml index options

Signed-off-by: MeurillonGuillaume <MeurillonGuillaume@users.noreply.github.com>

---------

Signed-off-by: MeurillonGuillaume <MeurillonGuillaume@users.noreply.github.com>
Co-authored-by: MeurillonGuillaume <MeurillonGuillaume@users.noreply.github.com>
2024-01-29 19:03:01 +08:00
dependabot[bot]
f00683f2e1 build(deps): bump golang.org/x/crypto from 0.11.0 to 0.17.0 (#740)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.16.1
2023-12-31 20:02:57 +08:00
dependabot[bot]
81cae6423c build(deps): bump github.com/containerd/containerd from 1.7.0 to 1.7.11 (#741)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.0 to 1.7.11.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.0...v1.7.11)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-31 19:57:37 +08:00
dependabot[bot]
262684a78d build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 (#727)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-31 19:10:56 +08:00
dependabot[bot]
3bbddcecbd build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 (#733)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.55.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-31 19:09:58 +08:00
scbizu
4044841c42 ci: release: pass --yes to skip cosign in action
Signed-off-by: scbizu <scbizu@gmail.com>
2023-11-03 20:50:42 +08:00
scbizu
5127f96d51 ci: release: pass --yes to skip cosign prompt
Refers to https://github.com/sigstore/cosign/issues/3158

Signed-off-by: scbizu <scbizu@gmail.com>
2023-11-03 20:10:41 +08:00
scbizu
94e1deeadd ci: bump cosign
Signed-off-by: scbizu <scbizu@gmail.com>
2023-11-03 19:27:37 +08:00
warjiang
0cfeb2e008 feat: allow user set forcePathStyle for s3 storage (#731)
* feat: update storage lib and export cmd params

Signed-off-by: warjiang <1096409085@qq.com>

* feat: upgrade chartmuseum/storage to v0.14.1

Signed-off-by: warjiang <1096409085@qq.com>

* doc: update usage of force-path-style

Signed-off-by: warjiang <1096409085@qq.com>

---------

Signed-off-by: warjiang <1096409085@qq.com>
2023-11-03 16:44:33 +08:00
Nace Sc
73e75ce517 pkg/repo,pkg/chartmuseum/server: per-limit-chart chart expiration removes prefix mathching for chartpath preparing (#721)
Fix #714

Signed-off-by: scbizu <scbizu@gmail.com>
2023-09-18 20:43:22 -05:00
dependabot[bot]
26e2e635c7 build(deps): bump helm.sh/helm/v3 from 3.12.1 to 3.12.3 (#710)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.12.1 to 3.12.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.12.1...v3.12.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 13:48:47 -04:00
Josh Dolitsky
b70fa48c48 Prep for v0.16.1 release (#703)
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2023-06-30 12:45:29 -05:00
Casey Buto
d459f513c0 fix: lock tenant map to avoid race (#702)
Signed-off-by: Casey Buto <cbuto@d2iq.com>
2023-06-29 12:21:38 -05:00
dependabot[bot]
fcb3049f46 build(deps): bump github.com/prometheus/client_golang (#698)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.15.1...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 09:55:06 -04:00
dependabot[bot]
e46439c9aa build(deps): bump helm.sh/helm/v3 from 3.12.0 to 3.12.1 (#696)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.12.0...v3.12.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 11:00:14 -04:00
Casey Buto
617a56a8a6 chore(deps): bump storage to v0.14.0 (#701)
Signed-off-by: Casey Buto <cbuto@d2iq.com>
2023-06-27 21:46:35 +08:00
Casey Buto
e1d98a8141 test: Use eventually to avoid flakey test (#700)
Signed-off-by: Casey Buto <cbuto@d2iq.com>
2023-06-23 16:29:05 -05:00
dependabot[bot]
31cd02b074 build(deps): bump github.com/urfave/cli from 1.22.13 to 1.22.14 (#695)
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.13 to 1.22.14.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v1.22.13...v1.22.14)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.16.0
2023-06-14 15:46:56 -07:00
Josh Dolitsky
34c66b7d02 Update various dependencies, prep for 0.16.0 release (#693)
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2023-06-09 16:28:56 -05:00
Eng Zer Jun
6c0976ff6b chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml (#692)
At the time of making this commit, the package `github.com/ghodss/yaml`
is no longer actively maintained.

`sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively
maintained by Kubernetes SIG.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-06-09 16:10:37 -05:00
dependabot[bot]
dab05fc930 build(deps): bump github.com/docker/distribution (#684)
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 10:41:16 -04:00
dependabot[bot]
95e4555171 build(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#690)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 09:56:41 -04:00
smoky
a238f4a0fc replace io/ioutil package with os package (#685)
Signed-off-by: 0xff-dev <stevenshuang521@gmail.com>
2023-05-24 16:26:00 -04:00
dependabot[bot]
72bdd1e832 build(deps): bump flask from 2.2.2 to 2.3.2 in /loadtesting (#681)
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.2.2...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 15:26:15 -04:00
dependabot[bot]
95e8f78ed8 build(deps): bump helm.sh/helm/v3 from 3.11.2 to 3.11.3 (#679)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.2 to 3.11.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.11.2...v3.11.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 15:24:45 -04:00
dependabot[bot]
a02769a5d2 build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#661)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 11:44:30 +08:00
dependabot[bot]
00017d359f build(deps): bump github.com/urfave/cli from 1.22.10 to 1.22.12 (#662)
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.10 to 1.22.12.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v1.22.10...v1.22.12)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 11:43:37 +08:00
dependabot[bot]
7370316fd9 build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 (#668)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-07 11:57:21 -04:00
dependabot[bot]
b6cc2fc087 build(deps): bump helm.sh/helm/v3 from 3.10.3 to 3.11.2 (#671)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.10.3 to 3.11.2.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.10.3...v3.11.2)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-24 13:08:09 -04:00
dependabot[bot]
02aa766ba7 build(deps): bump golang.org/x/net (#669)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221014081412-f15817d10f9b to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 10:45:24 +08:00
Syoc
cff7886cd6 fix: update URLs in k8s mirror script (#667)
Pointing URLs in script to the new ones ref. https://helm.sh/blog/new-location-stable-incubator-charts/

Signed-off-by: Syoc <Syoc@users.noreply.github.com>
2023-02-21 10:20:55 +08:00
Casey Buto
61fbe13786 ci: pin buildx version (#664)
Signed-off-by: Casey Buto <cbuto@d2iq.com>
2023-02-15 17:45:19 -05:00
Casey Buto
5d9b509e93 feat: Remove NetEase object storage provider (#656)
Signed-off-by: Casey Buto <cbuto@d2iq.com>

Signed-off-by: Casey Buto <cbuto@d2iq.com>
2023-01-11 14:22:02 -06:00
dependabot[bot]
f104113eac build(deps): bump helm.sh/helm/v3 from 3.10.2 to 3.10.3 (#649)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.10.2 to 3.10.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.10.2...v3.10.3)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 10:35:07 -05:00
dependabot[bot]
7eed227ae9 build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /loadtesting (#648)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 10:14:01 +08:00
dependabot[bot]
a85dc18ae1 build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 (#645)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 10:29:36 +08:00