Skip to content

Commit

Permalink
[bot] Update from tektoncd/operator to 5da276fbc1c53eeeabaf31ee149b60…
Browse files Browse the repository at this point in the history
…f5d5f8b11e

    $ git diff --stat 5da276fbc1c53eeeabaf31ee149b60f5d5f8b11e..d0750747ab4db8293c8f72b70bd666986c0e15f4
     components.yaml                                    |    2 +-
     go.mod                                             |    8 +-
     go.sum                                             |   16 +-
     vendor/github.com/klauspost/compress/zstd/dict.go  |   31 -
     .../compress/zstd/internal/xxhash/xxhash_arm64.s   |    4 +-
     .../klauspost/compress/zstd/matchlen_amd64.s       |   10 +-
     .../open-policy-agent/opa/ast/annotations.go       |   13 +-
     .../open-policy-agent/opa/ast/builtins.go          |   14 +-
     .../github.com/open-policy-agent/opa/ast/check.go  |    5 +-
     .../github.com/open-policy-agent/opa/ast/index.go  |    2 +-
     .../github.com/open-policy-agent/opa/ast/parser.go |   20 +-
     .../github.com/open-policy-agent/opa/ast/policy.go |   12 +-
     .../opa/capabilities/v0.67.1.json                  | 4843 --------------------
     .../opa/capabilities/v0.68.0.json                  | 4843 --------------------
     .../open-policy-agent/opa/format/format.go         |   17 +-
     .../open-policy-agent/opa/loader/loader.go         |   31 -
     .../open-policy-agent/opa/logging/logging.go       |   11 -
     .../open-policy-agent/opa/plugins/rest/aws.go      |   28 +-
     .../github.com/open-policy-agent/opa/rego/rego.go  |   12 +-
     .../open-policy-agent/opa/topdown/cache.go         |   45 +-
     .../open-policy-agent/opa/topdown/eval.go          |  161 +-
     .../open-policy-agent/opa/topdown/query.go         |   30 +-
     .../open-policy-agent/opa/topdown/tokens.go        |   49 +-
     .../open-policy-agent/opa/topdown/trace.go         |    5 -
     .../open-policy-agent/opa/util/decoding/context.go |   10 -
     .../open-policy-agent/opa/util/read_gzip_body.go   |   25 +-
     .../open-policy-agent/opa/version/version.go       |    2 +-
     vendor/github.com/prometheus/client_golang/NOTICE  |    5 +
     .../internal/github.com/golang/gddo/LICENSE        |   27 -
     .../golang/gddo/httputil/header/header.go          |  145 -
     .../github.com/golang/gddo/httputil/negotiate.go   |   36 -
     .../client_golang/prometheus/go_collector.go       |   55 +-
     .../prometheus/go_collector_latest.go              |   19 +-
     .../client_golang/prometheus/histogram.go          |  226 +-
     .../prometheus/internal/go_collector_options.go    |    2 -
     .../prometheus/client_golang/prometheus/metric.go  |    2 +-
     .../client_golang/prometheus/process_collector.go  |   29 +-
     .../prometheus/process_collector_other.go          |   14 -
     .../client_golang/prometheus/promhttp/delegator.go |    6 -
     .../client_golang/prometheus/promhttp/http.go      |  113 +-
     .../client_golang/prometheus/registry.go           |   17 +-
     .../prometheus/client_golang/prometheus/summary.go |   42 -
     .../prometheus/client_golang/prometheus/vec.go     |    2 +-
     vendor/golang.org/x/time/LICENSE                   |    4 +-
     vendor/modules.txt                                 |   10 +-
     45 files changed, 173 insertions(+), 10830 deletions(-)

https://github.com/tektoncd/operator/compare/5da276fbc1c53eeeabaf31ee149b60f5d5f8b11e..d0750747ab4db8293c8f72b70bd666986c0e15f4
  • Loading branch information
openshift-pipelines-bot authored and openshift-merge-bot[bot] committed Oct 1, 2024
1 parent 5cf107b commit 26933ad
Show file tree
Hide file tree
Showing 46 changed files with 10,831 additions and 174 deletions.
2 changes: 1 addition & 1 deletion head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d0750747ab4db8293c8f72b70bd666986c0e15f4
5da276fbc1c53eeeabaf31ee149b60f5d5f8b11e
2 changes: 1 addition & 1 deletion upstream/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ chains:
version: v0.22.2
dashboard:
github: tektoncd/dashboard
version: v0.50.0
version: v0.51.0
hub:
github: tektoncd/hub
version: v1.18.0
Expand Down
8 changes: 4 additions & 4 deletions upstream/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/letsencrypt/boulder v0.0.0-20240620165639-de9c06129bec // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
Expand All @@ -212,7 +212,7 @@ require (
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/oleiade/reflections v1.0.1 // indirect
github.com/open-policy-agent/opa v0.67.0 // indirect
github.com/open-policy-agent/opa v0.68.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
Expand All @@ -221,7 +221,7 @@ require (
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.19.1 // indirect
github.com/prometheus/client_golang v1.20.2 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
Expand Down Expand Up @@ -281,7 +281,7 @@ require (
golang.org/x/sys v0.24.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/tools v0.23.0 // indirect
google.golang.org/api v0.190.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
Expand Down
16 changes: 8 additions & 8 deletions upstream/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1377,8 +1377,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU=
github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=
github.com/klauspost/compress v1.17.8/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down Expand Up @@ -1531,8 +1531,8 @@ github.com/onsi/gomega v1.27.8/go.mod h1:2J8vzI/s+2shY9XHRApDkdgPo1TKT7P2u6fXeJK
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/onsi/gomega v1.29.0 h1:KIA/t2t5UBzoirT4H9tsML45GEbo3ouUnBHsCfD2tVg=
github.com/onsi/gomega v1.29.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/open-policy-agent/opa v0.67.0 h1:FOdsO9yNhfmrh+72oVK7ImWmzruG+VSpfbr5IBqEWVs=
github.com/open-policy-agent/opa v0.67.0/go.mod h1:aqKlHc8E2VAAylYE9x09zJYr/fYzGX+JKne89UGqFzk=
github.com/open-policy-agent/opa v0.68.0 h1:Jl3U2vXRjwk7JrHmS19U3HZO5qxQRinQbJ2eCJYSqJQ=
github.com/open-policy-agent/opa v0.68.0/go.mod h1:5E5SvaPwTpwt2WM177I9Z3eT7qUpmOGjk1ZdHs+TZ4w=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQb2IpWsCzug=
Expand Down Expand Up @@ -1588,8 +1588,8 @@ github.com/prometheus/client_golang v1.12.2/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrb
github.com/prometheus/client_golang v1.13.0/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ=
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
github.com/prometheus/client_golang v1.15.1/go.mod h1:e9yaBhRPU2pPNsZwE+JdQl0KEt1N9XgF6zxWmaC0xOk=
github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE=
github.com/prometheus/client_golang v1.19.1/go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho=
github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg=
github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand Down Expand Up @@ -2319,8 +2319,8 @@ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8/go.mod h1:tRJNPiyCQ0inRvYxb
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.1.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.5.0 h1:o7cqy6amK/52YcAKIPlM3a+Fpj35zvRj2TP+e1xFSfk=
golang.org/x/time v0.5.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
Expand Down
31 changes: 31 additions & 0 deletions upstream/vendor/github.com/klauspost/compress/zstd/dict.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions upstream/vendor/github.com/open-policy-agent/opa/ast/builtins.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion upstream/vendor/github.com/open-policy-agent/opa/ast/parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions upstream/vendor/github.com/open-policy-agent/opa/ast/policy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26933ad

Please sign in to comment.