Skip to content

Commit

Permalink
chore(deps): bump helm.sh/helm/v3 from 3.8.1 to 3.10.3 (#5592)
Browse files Browse the repository at this point in the history
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.8.1 to 3.10.3.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.8.1...v3.10.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f50be15)

# Conflicts:
#	go.mod
#	go.sum
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
  • Loading branch information
dependabot[bot] authored and lukidzi committed Jan 11, 2023
1 parent ad487f6 commit c718ab8
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 54 deletions.
23 changes: 22 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ require (
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
<<<<<<< HEAD
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.8.0
istio.io/pkg v0.0.0-20201202160453-b7f8c8c88ca3
Expand All @@ -67,6 +68,21 @@ require (
sigs.k8s.io/controller-runtime v0.11.0
sigs.k8s.io/controller-tools v0.8.0
sigs.k8s.io/gateway-api v0.4.1
=======
helm.sh/helm/v3 v3.10.3
istio.io/pkg v0.0.0-20221115183735-2aabb09bf0bb
k8s.io/api v0.25.4
k8s.io/apiextensions-apiserver v0.25.4
k8s.io/apimachinery v0.25.4
k8s.io/client-go v0.25.4
k8s.io/klog/v2 v2.80.1
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
sigs.k8s.io/controller-runtime v0.13.1
sigs.k8s.io/controller-tools v0.10.0
// When updating this also update version in: `test/e2e_env/kubernetes/gateway/utils.go`
sigs.k8s.io/gateway-api v0.5.1
>>>>>>> f50be1546 (chore(deps): bump helm.sh/helm/v3 from 3.8.1 to 3.10.3 (#5592))
sigs.k8s.io/testing_frameworks v0.1.2
)

Expand All @@ -79,7 +95,7 @@ require (
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
Expand All @@ -101,9 +117,14 @@ require (
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v20.10.12+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
<<<<<<< HEAD
github.com/docker/go-units v0.4.0 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
=======
github.com/docker/go-units v0.5.0 // indirect
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
>>>>>>> f50be1546 (chore(deps): bump helm.sh/helm/v3 from 3.8.1 to 3.10.3 (#5592))
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
Expand Down
Loading

0 comments on commit c718ab8

Please sign in to comment.