Skip to content

Commit

Permalink
Bump the actions-deps group across 1 directory with 9 updates (apache…
Browse files Browse the repository at this point in the history
…#163)

* Bump the actions-deps group across 1 directory with 9 updates

Bumps the actions-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/enriquebris/goconcurrentqueue](https://github.com/enriquebris/goconcurrentqueue) | `0.6.0` | `0.7.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.14.0` | `1.20.5` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.7.1` | `1.19.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.3.0` | `2.27.5` |
| [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) | `1.5.1` | `1.6.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.17.0` | `0.22.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.65.0` | `1.69.2` |



Updates `github.com/enriquebris/goconcurrentqueue` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/enriquebris/goconcurrentqueue/releases)
- [Commits](enriquebris/goconcurrentqueue@v0.6.0...v0.7.0)

Updates `github.com/prometheus/client_golang` from 1.14.0 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.14.0...v1.20.5)

Updates `github.com/prometheus/common` from 0.42.0 to 0.55.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.42.0...v0.55.0)

Updates `github.com/spf13/viper` from 1.7.1 to 1.19.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.7.1...v1.19.0)

Updates `github.com/urfave/cli/v2` from 2.3.0 to 2.27.5
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.3.0...v2.27.5)

Updates `go.uber.org/automaxprocs` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/uber-go/automaxprocs/releases)
- [Changelog](https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md)
- [Commits](uber-go/automaxprocs@v1.5.1...v1.6.0)

Updates `golang.org/x/mod` from 0.17.0 to 0.22.0
- [Commits](golang/mod@v0.17.0...v0.22.0)

Updates `google.golang.org/grpc` from 1.65.0 to 1.69.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.69.2)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1

---
updated-dependencies:
- dependency-name: github.com/enriquebris/goconcurrentqueue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: go.uber.org/automaxprocs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <[email protected]>

* Replace enable_TLS with enable_tls as viper config is case insensitive

* Clean up license

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kezhenxu94 <[email protected]>
  • Loading branch information
dependabot[bot] and kezhenxu94 authored Dec 24, 2024
1 parent 6a48442 commit ce1378c
Show file tree
Hide file tree
Showing 210 changed files with 6,888 additions and 10,365 deletions.
31 changes: 14 additions & 17 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ header:
copyright-owner: Apache Software Foundation

paths-ignore:
- '**/gen-codes/**'
- '**/*.md'
- 'dist'
- 'licenses'
- '**/go.mod'
- '**/go.sum'
- 'LICENSE'
- 'NOTICE'
- '.gitignore'
- '.gitmodules'
- '.gitattributes'
- 'test/e2e/base/.mvn'
- "**/gen-codes/**"
- "**/*.md"
- "dist"
- "licenses"
- "**/go.mod"
- "**/go.sum"
- "LICENSE"
- "NOTICE"
- ".gitignore"
- ".gitmodules"
- ".gitattributes"
- "test/e2e/base/.mvn"
# Copy from https://github.com/grandecola/bigqueue, listed in the LICENSE file
- 'plugins/queue/mmap/queue_operation.go'
- "plugins/queue/mmap/queue_operation.go"

comment: on-failure

Expand All @@ -59,9 +59,6 @@ dependency:
- name: github.com/glycerine/go-unsnap-stream
version: v0.0.0-20180323001048-9f0cb55181dd
license: MIT
- name: github.com/gogo/protobuf
version: v1.3.2
licnese: BSD-3-Clause
- name: github.com/golang/freetype
version: v0.0.0-20170609003504-e2365dfdc4a0
license: BSD-3-Clause-And-GPL-2
Expand Down Expand Up @@ -103,4 +100,4 @@ dependency:
license: Apache-2.0 and GPL-3.0
- name: github.com/kr/logfmt
version: v0.0.0-20140226030751-b84e30acd515
license: MIT
license: MIT
5 changes: 3 additions & 2 deletions configs/satellite_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sharing:
# Resource target port
port: ${SATELLITE_GRPC_CLIENT_KUBERNETES_EXTRA_PORT:11800}
# The TLS switch
enable_TLS: ${SATELLITE_GRPC_ENABLE_TLS:false}
enable_tls: ${SATELLITE_GRPC_ENABLE_TLS:false}
# The file path of client.pem. The config only works when opening the TLS switch.
client_pem_path: ${SATELLITE_GRPC_CLIENT_PEM_PATH:"client.pem"}
# The file path of client.key. The config only works when opening the TLS switch.
Expand Down Expand Up @@ -626,4 +626,5 @@ pipes:
# The TTL of the LRU cache size for hosting routine rules of service instance.
routing_rule_lru_cache_ttl: ${SATELLITE_METERPIPE_FORWARD_ROUTING_RULE_LRU_CACHE_TTL:180}
# The label key of the routing data, multiple keys are split by ","
routing_label_keys: net.host.name,host.name,job,service.name
routing_label_keys: net.host.name,host.name,job,service.name

457 changes: 42 additions & 415 deletions dist/LICENSE

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions dist/licenses/license-dmitri.shuralyov.com-gpu-mtl.txt

This file was deleted.

21 changes: 0 additions & 21 deletions dist/licenses/license-github.com-BurntSushi-toml.txt

This file was deleted.

42 changes: 0 additions & 42 deletions dist/licenses/license-github.com-BurntSushi-xgb.txt

This file was deleted.

22 changes: 0 additions & 22 deletions dist/licenses/license-github.com-Microsoft-go-winio.txt

This file was deleted.

13 changes: 0 additions & 13 deletions dist/licenses/license-github.com-NYTimes-gziphandler.txt

This file was deleted.

12 changes: 0 additions & 12 deletions dist/licenses/license-github.com-PuerkitoBio-purell.txt

This file was deleted.

27 changes: 0 additions & 27 deletions dist/licenses/license-github.com-PuerkitoBio-urlesc.txt

This file was deleted.

19 changes: 0 additions & 19 deletions dist/licenses/license-github.com-alecthomas-kingpin-v2.txt

This file was deleted.

27 changes: 0 additions & 27 deletions dist/licenses/license-github.com-alecthomas-template.txt

This file was deleted.

19 changes: 0 additions & 19 deletions dist/licenses/license-github.com-alecthomas-units.txt

This file was deleted.

8 changes: 0 additions & 8 deletions dist/licenses/license-github.com-antihax-optional.txt

This file was deleted.

20 changes: 0 additions & 20 deletions dist/licenses/license-github.com-armon-circbuf.txt

This file was deleted.

Loading

0 comments on commit ce1378c

Please sign in to comment.