Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

build(deps): bump the github-dependencies group with 6 updates #65

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the github-dependencies group with 6 updates:

Package From To
github.com/aws/aws-sdk-go 1.47.9 1.49.13
github.com/ceph/go-ceph 0.24.0 0.25.0
github.com/csi-addons/kubernetes-csi-addons 0.7.0 0.8.0
github.com/google/uuid 1.4.0 1.5.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 0.69.1 0.70.0
github.com/prometheus-operator/prometheus-operator/pkg/client 0.69.1 0.70.0

Updates github.com/aws/aws-sdk-go from 1.47.9 to 1.49.13

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.49.13 (2023-12-29)

Service Client Updates

  • service/apprunner: Updates service API and documentation
  • service/location: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

Release v1.49.12 (2023-12-28)

Service Client Updates

  • service/codestar-connections: Updates service API
  • service/kinesis-video-archived-media: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Studio now supports Docker access from within app container

Release v1.49.11 (2023-12-27)

Service Client Updates

  • service/elasticmapreduce: Updates service API and documentation
    • Add support for customers to modify cluster attribute auto-terminate post cluster launch

Release v1.49.10 (2023-12-26)

Service Client Updates

  • service/iam: Updates service documentation
    • Documentation updates for AWS Identity and Access Management (IAM).

SDK Enhancements

  • aws: Add WithUseFIPSEndpoint to aws.Config. (#5078)
    • WithUseFIPSEndpoint can be used to explicitly enable or disable FIPS endpoint variants.

Release v1.49.9 (2023-12-22)

Service Client Updates

  • service/bedrock-agent: Updates service API
  • service/glue: Updates service API and documentation
    • This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
  • service/lakeformation: Updates service API and documentation
  • service/mediaconnect: Updates service API and documentation
  • service/networkmonitor: Adds new service
  • service/omics: Updates service documentation
  • service/s3: Updates service examples
    • Added additional examples for some operations.
  • service/secretsmanager: Adds new service

... (truncated)

Commits

Updates github.com/ceph/go-ceph from 0.24.0 to 0.25.0

Release notes

Sourced from github.com/ceph/go-ceph's releases.

Release v0.25.0

The maintainers and contributors to go-ceph are pleased to announce the v0.25.0 release. This is another great step towards making it possible to use the power of the Ceph APIs in the Go language.

As this is a v0.x release we do not guarantee backwards compatibility with previous versions of the code. However, we aim not to disrupt existing consumers of the library and thus make an effort not to immediately implement breaking changes without very good justification. Please see the "Deprecations & Removals" section (if present) to get a sense of what you can expect to change in the future and prepare your code ahead of time. You may also want to view "Deprecations & Removals" of previous releases as they are not repeated here. All newly introduced APIs in the following section are labeled as "preview" APIs first, and are only available if the ceph_preview build tag is set. There is explicitly no backwards compatibility guaranteed for these until they are labeled as "stable" in a later release.

Special thanks to our new contributors:

Changes

cephfs

rbd

rgw/admin

Internal

Full Changelog: ceph/go-ceph@v0.24.0...v0.25.0

Commits
  • 90ae26a rbd: Fix a typo in comment for Image.Resize2
  • ee8d569 docs: Update README.md for v0.25.0
  • 09d81f5 micro-osd.sh: Clarify the suspicion around S3 credentials
  • 7a73311 github: Remove a TODO
  • f316263 docs: Fix versions for recent API additions
  • 411ddbf go-ceph: bump github.com/aws/aws-sdk-go from 1.47.1 to 1.48.11
  • e02adb2 go-ceph: bump golang.org/x/sys from 0.13.0 to 0.15.0
  • df112a4 CI: add a workflow option for tmate debugging
  • fa8e6c8 CI: enable and collect core dumps in tests
  • 2852a13 cephfs: made ENOENT a public error
  • Additional commits viewable in compare view

Updates github.com/csi-addons/kubernetes-csi-addons from 0.7.0 to 0.8.0

Release notes

Sourced from github.com/csi-addons/kubernetes-csi-addons's releases.

v0.8.0

What's Changed

... (truncated)

Commits
  • 3ae6672 reclaimspace: send ControllerReclaimSpace operations to the leading controller
  • 0e14403 replication: send VolumeReplication operations to the leading controller
  • f5192a6 connection: track Namespace of driver Pods to locate Leases
  • b15ae1a ci: bump actions/setup-go from 4 to 5
  • 761b7ce controller: send NetworkFence requests to the leading CSI-Addons sidecar
  • 19bd3fe sidecar: use leader election when CONTROLLER_SERVICE is supported
  • c9431d4 Add ConnPool.GetLeaderByDriver() to return a Connection to the Lease holder
  • 5adcc46 util: add NormalizeLeaseName()
  • 397940a vendor: bump the k8s-dependencies group with 2 updates
  • 209424e update to proper message on a successful fence op
  • Additional commits viewable in compare view

Updates github.com/google/uuid from 1.4.0 to 1.5.0

Release notes

Sourced from github.com/google/uuid's releases.

v1.5.0

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Changelog

Sourced from github.com/google/uuid's changelog.

1.5.0 (2023-12-12)

Features

  • Validate UUID without creating new UUID (#141) (9ee7366)
Commits

Updates github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.69.1 to 0.70.0

Release notes

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's releases.

0.70.0 / 2023-11-30

  • [CHANGE] Use camelCase on scrapeConfig in prometheus job names. #6124
  • [CHANGE] Update field names for ConsulSD configs. #6094
  • [FEATURE] Add trackTimestampsStaleness field to ServiceMonitor, PodMonitor and ScrapeConfig CRDs. #6105
  • [FEATURE] Add persistentVolumeClaimRetentionPolicy field to the Prometheus and PrometheusAgent CRDs. #6038
  • [FEATURE] Support service,pod,endpoints,endpointslice,ingress roles to KubernetesSDConfigs in ScrapeConfig CRD. #6089
  • [FEATURE] Add support for Azure SD and GCE SD in ScrapeConfig CRD. #6078 #6009
  • [FEATURE] Add azure AD oauth support to remote write. #6037
  • [FEATURE] Add .spec.reloadStrategy to the Prometheus and PrometheusAgent CRDs. The value can be HTTP (default if not specified) or ProcessSignal. #5690
  • [ENHANCEMENT] Expose flag to enable the reloader probes in the jsonnet configuration. #6075
  • [ENHANCEMENT] Reduce memory usage for clusters with large number of secrets and/or configmaps. #5993
  • [ENHANCEMENT] Config reloader now sends all logs to os.Stdout. #6085
  • [BUGFIX] Remove verbose logging in admission-webhook pods. #6095
  • [BUGFIX] Fixed HTTP scheme value in the Consul SD configurations. #6098
  • [BUGFIX] Skip adding shard relabel rules if they were already set in additionalScrapeConfigs. #6099
  • [BUGFIX] Fix nil pointer exception when title and text are not set in MS Teams config. #6109
Changelog

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring's changelog.

0.70.0 / 2023-11-30

  • [CHANGE] Use camelCase on scrapeConfig in prometheus job names. #6124
  • [CHANGE] Update field names for ConsulSD configs. #6094
  • [FEATURE] Add trackTimestampsStaleness field to ServiceMonitor, PodMonitor and ScrapeConfig CRDs. #6105
  • [FEATURE] Add persistentVolumeClaimRetentionPolicy field to the Prometheus and PrometheusAgent CRDs. #6038
  • [FEATURE] Support service,pod,endpoints,endpointslice,ingress roles to KubernetesSDConfigs in ScrapeConfig CRD. #6089
  • [FEATURE] Add support for Azure SD and GCE SD in ScrapeConfig CRD. #6078 #6009
  • [FEATURE] Add azure AD oauth support to remote write. #6037
  • [FEATURE] Add .spec.reloadStrategy to the Prometheus and PrometheusAgent CRDs. The value can be HTTP (default if not specified) or ProcessSignal. #5690
  • [ENHANCEMENT] Expose flag to enable the reloader probes in the jsonnet configuration. #6075
  • [ENHANCEMENT] Reduce memory usage for clusters with large number of secrets and/or configmaps. #5993
  • [ENHANCEMENT] Config reloader now sends all logs to os.Stdout. #6085
  • [BUGFIX] Remove verbose logging in admission-webhook pods. #6095
  • [BUGFIX] Fixed HTTP scheme value in the Consul SD configurations. #6098
  • [BUGFIX] Skip adding shard relabel rules if they were already set in additionalScrapeConfigs. #6099
  • [BUGFIX] Fix nil pointer exception when title and text are not set in MS Teams config. #6109
Commits
  • c2c673f *: release 0.70
  • c67c951 *: bump dependencies
  • 2fc4faf Update stale workflow to close stale PRs (#6119)
  • a3e501d Merge pull request #6125 from prometheus-operator/dependabot/go_modules/golan...
  • e3fe536 build(deps): bump golang.org/x/net from 0.18.0 to 0.19.0
  • e2d5527 Merge pull request #6124 from perylemke/fix-scrapeconfig
  • a036183 scrapeConfig: Change to camelCase on scrapeConfig
  • 1d00063 Merge pull request #6121 from simonpasquier/split-endpoints-controller
  • ffd2f20 Merge pull request #5690 from simonpasquier/reload-via-signal
  • a143c8d feat: enable config reload via signal
  • Additional commits viewable in compare view

Updates github.com/prometheus-operator/prometheus-operator/pkg/client from 0.69.1 to 0.70.0

Release notes

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client's releases.

0.70.0 / 2023-11-30

  • [CHANGE] Use camelCase on scrapeConfig in prometheus job names. #6124
  • [CHANGE] Update field names for ConsulSD configs. #6094
  • [FEATURE] Add trackTimestampsStaleness field to ServiceMonitor, PodMonitor and ScrapeConfig CRDs. #6105
  • [FEATURE] Add persistentVolumeClaimRetentionPolicy field to the Prometheus and PrometheusAgent CRDs. #6038
  • [FEATURE] Support service,pod,endpoints,endpointslice,ingress roles to KubernetesSDConfigs in ScrapeConfig CRD. #6089
  • [FEATURE] Add support for Azure SD and GCE SD in ScrapeConfig CRD. #6078 #6009
  • [FEATURE] Add azure AD oauth support to remote write. #6037
  • [FEATURE] Add .spec.reloadStrategy to the Prometheus and PrometheusAgent CRDs. The value can be HTTP (default if not specified) or ProcessSignal. #5690
  • [ENHANCEMENT] Expose flag to enable the reloader probes in the jsonnet configuration. #6075
  • [ENHANCEMENT] Reduce memory usage for clusters with large number of secrets and/or configmaps. #5993
  • [ENHANCEMENT] Config reloader now sends all logs to os.Stdout. #6085
  • [BUGFIX] Remove verbose logging in admission-webhook pods. #6095
  • [BUGFIX] Fixed HTTP scheme value in the Consul SD configurations. #6098
  • [BUGFIX] Skip adding shard relabel rules if they were already set in additionalScrapeConfigs. #6099
  • [BUGFIX] Fix nil pointer exception when title and text are not set in MS Teams config. #6109
Changelog

Sourced from github.com/prometheus-operator/prometheus-operator/pkg/client's changelog.

0.70.0 / 2023-11-30

  • [CHANGE] Use camelCase on scrapeConfig in prometheus job names. #6124
  • [CHANGE] Update field names for ConsulSD configs. #6094
  • [FEATURE] Add trackTimestampsStaleness field to ServiceMonitor, PodMonitor and ScrapeConfig CRDs. #6105
  • [FEATURE] Add persistentVolumeClaimRetentionPolicy field to the Prometheus and PrometheusAgent CRDs. #6038
  • [FEATURE] Support service,pod,endpoints,endpointslice,ingress roles to KubernetesSDConfigs in ScrapeConfig CRD. #6089
  • [FEATURE] Add support for Azure SD and GCE SD in ScrapeConfig CRD. #6078 #6009
  • [FEATURE] Add azure AD oauth support to remote write. #6037
  • [FEATURE] Add .spec.reloadStrategy to the Prometheus and PrometheusAgent CRDs. The value can be HTTP (default if not specified) or ProcessSignal. #5690
  • [ENHANCEMENT] Expose flag to enable the reloader probes in the jsonnet configuration. #6075
  • [ENHANCEMENT] Reduce memory usage for clusters with large number of secrets and/or configmaps. #5993
  • [ENHANCEMENT] Config reloader now sends all logs to os.Stdout. #6085
  • [BUGFIX] Remove verbose logging in admission-webhook pods. #6095
  • [BUGFIX] Fixed HTTP scheme value in the Consul SD configurations. #6098
  • [BUGFIX] Skip adding shard relabel rules if they were already set in additionalScrapeConfigs. #6099
  • [BUGFIX] Fix nil pointer exception when title and text are not set in MS Teams config. #6109
Commits
  • c2c673f *: release 0.70
  • c67c951 *: bump dependencies
  • 2fc4faf Update stale workflow to close stale PRs (#6119)
  • a3e501d Merge pull request #6125 from prometheus-operator/dependabot/go_modules/golan...
  • e3fe536 build(deps): bump golang.org/x/net from 0.18.0 to 0.19.0
  • e2d5527 Merge pull request #6124 from perylemke/fix-scrapeconfig
  • a036183 scrapeConfig: Change to camelCase on scrapeConfig
  • 1d00063 Merge pull request #6121 from simonpasquier/split-endpoints-controller
  • ffd2f20 Merge pull request #5690 from simonpasquier/reload-via-signal
  • a143c8d feat: enable config reload via signal
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.47.9` | `1.49.13` |
| [github.com/ceph/go-ceph](https://github.com/ceph/go-ceph) | `0.24.0` | `0.25.0` |
| [github.com/csi-addons/kubernetes-csi-addons](https://github.com/csi-addons/kubernetes-csi-addons) | `0.7.0` | `0.8.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.4.0` | `1.5.0` |
| [github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring](https://github.com/prometheus-operator/prometheus-operator) | `0.69.1` | `0.70.0` |
| [github.com/prometheus-operator/prometheus-operator/pkg/client](https://github.com/prometheus-operator/prometheus-operator) | `0.69.1` | `0.70.0` |


Updates `github.com/aws/aws-sdk-go` from 1.47.9 to 1.49.13
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.47.9...v1.49.13)

Updates `github.com/ceph/go-ceph` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/ceph/go-ceph/releases)
- [Changelog](https://github.com/ceph/go-ceph/blob/master/docs/release-process.md)
- [Commits](ceph/go-ceph@v0.24.0...v0.25.0)

Updates `github.com/csi-addons/kubernetes-csi-addons` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/csi-addons/kubernetes-csi-addons/releases)
- [Commits](csi-addons/kubernetes-csi-addons@v0.7.0...v0.8.0)

Updates `github.com/google/uuid` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.4.0...v1.5.0)

Updates `github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring` from 0.69.1 to 0.70.0
- [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
- [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md)
- [Commits](prometheus-operator/prometheus-operator@v0.69.1...v0.70.0)

Updates `github.com/prometheus-operator/prometheus-operator/pkg/client` from 0.69.1 to 0.70.0
- [Release notes](https://github.com/prometheus-operator/prometheus-operator/releases)
- [Changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md)
- [Commits](prometheus-operator/prometheus-operator@v0.69.1...v0.70.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/ceph/go-ceph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/csi-addons/kubernetes-csi-addons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/prometheus-operator/prometheus-operator/pkg/client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #66.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github-dependencies-7f6d28e674 branch January 8, 2024 09:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants