kubernetes-sigs / hierarchical-namespaces

Home of the Hierarchical Namespace Controller (HNC). Adds hierarchical policies and delegated creation to Kubernetes namespaces for improved in-cluster multitenancy.
Apache License 2.0
607 stars 105 forks source link

Bump contrib.go.opencensus.io/exporter/stackdriver from 0.13.0 to 0.13.14 #365

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps contrib.go.opencensus.io/exporter/stackdriver from 0.13.0 to 0.13.14.

Release notes

Sourced from contrib.go.opencensus.io/exporter/stackdriver's releases.

v0.13.8

No release notes provided.

v0.13.7

No release notes provided.

v0.13.6

Fixes:

  • Flush interval reader when stopping metric reader
  • Change default timeout from 5 -> 12 seconds to match ingestion
  • Fix detetction of generic_task resource types
  • Stagger start and end times when they are too close together, and would be rejected

v0.13.5

support knative_broker and knative_trigger resource types

Release v0.13.4

Parse the number of dropped timeseries from Create Timeseries Response to correctly record the number of partial failures ( #276)

Release v0.13.3

Add option to allow user agent to be explicitly overridden (#274) Skip adding display name prefix for metrics with custom domain (#273)

Release v0.13.2

Changes Since v0.13.1

366afe7b1d81a1faaa8c58e725aaeb77344b343e Check .Present before setting label value (#268) 1fcdb6a82064f0824eb58b07d6315aa19225f370 Update opencensus-go to v0.22.4 (#267) 7ce9f727e74f37bdf955fb2c41cd4e2beaa8a082 Initialize the labels map in the response. (#264) 1905f4643248273f1ed512fdf1b6473d2e4445b4 Stop including artificial 0 bound when existing lowest bound is negative (#262)

Release v0.13.1

Changes Since v0.13.0

e191b7c50f739ebd7f4b1cf9e6158f4676f4def8 Make defaultMapResource function public to allow reusing it in custom functions (#255) 1d104f732041f033c2b7dbc1406b0c71125b8628 Allow exporting metrics with resource gae_instance. (#253) f86b8f187394dc07653dc193e42063ae3bf30353 Default mapping for knative_revision & autodetect labels (#252) ddbc64abe5fffb1dd27cf39339f0ac45e7f2ea46 update PushTraceSpans to return dropped spans instead of good spans. (#251)

Commits
  • f4930fe add workload to the list of known domains (#304)
  • 5a007e3 Update prometheus/prometheus to v0.35.0 (#302)
  • e781cdd Ignore staleness markers (#300)
  • 074d8ef avoid expensive clones in splitCreateTimeSeriesRequest (#299)
  • dfce60d Handle the case where grpc client connections are shared (#298)
  • 706a872 Call CreateServiceTimeSeries for service time series (#294)
  • 0a4a840 Add the ability to close metric and trace clients (#295)
  • ed3a404 Switch to GCB and fix CI failures (#297)
  • 3ce4984 Migrate to Github Actions (#296)
  • 42e7e58 Add staggering between identical start and end times in metric in PushMetrics...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
k8s-ci-robot commented 5 months ago

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
rjbez17 commented 5 months ago

/ok-to-test

rjbez17 commented 2 months ago

/approve /lgtm

k8s-ci-robot commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], rjbez17

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/hierarchical-namespaces/blob/master/OWNERS)~~ [rjbez17] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment