This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git


The following commit(s) were added to refs/heads/master by this push:
     new cf9a0d0  Bump the actions-deps group in /operator with 3 updates (#150)
cf9a0d0 is described below

commit cf9a0d06c78eb2adab0c77573632a05b43555f73
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 16 16:36:07 2025 +0800

    Bump the actions-deps group in /operator with 3 updates (#150)
    
    Bumps the actions-deps group in /operator with 3 updates: 
[k8s.io/api](https://github.com/kubernetes/api), 
[k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and 
[k8s.io/client-go](https://github.com/kubernetes/client-go).
    
    
    Updates `k8s.io/api` from 0.33.0 to 0.33.1
    - [Commits](https://github.com/kubernetes/api/compare/v0.33.0...v0.33.1)
    
    Updates `k8s.io/apimachinery` from 0.33.0 to 0.33.1
    - 
[Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1)
    
    Updates `k8s.io/client-go` from 0.33.0 to 0.33.1
    - 
[Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/kubernetes/client-go/compare/v0.33.0...v0.33.1)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-version: 0.33.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions-deps
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.33.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions-deps
    - dependency-name: k8s.io/client-go
      dependency-version: 0.33.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions-deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 operator/go.mod |  6 +++---
 operator/go.sum | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/operator/go.mod b/operator/go.mod
index fd41f94..651ae48 100644
--- a/operator/go.mod
+++ b/operator/go.mod
@@ -9,9 +9,9 @@ require (
        github.com/go-logr/logr v1.4.2
        github.com/sirupsen/logrus v1.9.3
        gopkg.in/yaml.v3 v3.0.1
-       k8s.io/api v0.33.0
-       k8s.io/apimachinery v0.33.0
-       k8s.io/client-go v0.33.0
+       k8s.io/api v0.33.1
+       k8s.io/apimachinery v0.33.1
+       k8s.io/client-go v0.33.1
        sigs.k8s.io/controller-runtime v0.20.4
        software.sslmate.com/src/go-pkcs12 v0.5.0
 )
diff --git a/operator/go.sum b/operator/go.sum
index b97bf14..7343c42 100644
--- a/operator/go.sum
+++ b/operator/go.sum
@@ -196,14 +196,14 @@ gopkg.in/yaml.v2 v2.4.0/go.mod 
h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod 
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
 gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
-k8s.io/api v0.33.0 h1:yTgZVn1XEe6opVpP1FylmNrIFWuDqe2H0V8CT5gxfIU=
-k8s.io/api v0.33.0/go.mod h1:CTO61ECK/KU7haa3qq8sarQ0biLq2ju405IZAd9zsiM=
+k8s.io/api v0.33.1 h1:tA6Cf3bHnLIrUK4IqEgb2v++/GYUtqiu9sRVk3iBXyw=
+k8s.io/api v0.33.1/go.mod h1:87esjTn9DRSRTD4fWMXamiXxJhpOIREjWOSjsW1kEHw=
 k8s.io/apiextensions-apiserver v0.32.1 
h1:hjkALhRUeCariC8DiVmb5jj0VjIc1N0DREP32+6UXZw=
 k8s.io/apiextensions-apiserver v0.32.1/go.mod 
h1:sxWIGuGiYov7Io1fAS2X06NjMIk5CbRHc2StSmbaQto=
-k8s.io/apimachinery v0.33.0 h1:1a6kHrJxb2hs4t8EE5wuR/WxKDwGN1FKH3JvDtA0CIQ=
-k8s.io/apimachinery v0.33.0/go.mod 
h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
-k8s.io/client-go v0.33.0 h1:UASR0sAYVUzs2kYuKn/ZakZlcs2bEHaizrrHUZg0G98=
-k8s.io/client-go v0.33.0/go.mod h1:kGkd+l/gNGg8GYWAPr0xF1rRKvVWvzh9vmZAMXtaKOg=
+k8s.io/apimachinery v0.33.1 h1:mzqXWV8tW9Rw4VeW9rEkqvnxj59k1ezDUl20tFK/oM4=
+k8s.io/apimachinery v0.33.1/go.mod 
h1:BHW0YOu7n22fFv/JkYOEfkUYNRN0fj0BlvMFWA7b+SM=
+k8s.io/client-go v0.33.1 h1:ZZV/Ks2g92cyxWkRRnfUDsnhNn28eFpt26aGc8KbXF4=
+k8s.io/client-go v0.33.1/go.mod h1:JAsUrl1ArO7uRVFWfcj6kOomSlCv+JpvIsp6usAGefA=
 k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
 k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
 k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff 
h1:/usPimJzUKKu+m+TE36gUyGcf03XZEP0ZIKgKj35LS4=

Reply via email to