Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: olix0r/kubert

Tags

kubert/v0.25.0

Toggle kubert/v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(kubert): v0.25.0 (#397)

kubert/v0.24.0

Toggle kubert/v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps)!: bump the kube group with 4 updates (#366)

Updates the requirements on [kube-client](https://github.com/kube-rs/kube), [kube-core](https://github.com/kube-rs/kube), [kube-runtime](https://github.com/kube-rs/kube) and [kube](https://github.com/kube-rs/kube) to permit the latest version.

Updates `kube-client` to 0.98.0
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.98.0...0.98.0)

Updates `kube-core` to 0.99.0
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.98.0...0.99.0)

Updates `kube-runtime` to 0.98.0
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.98.0...0.98.0)

Updates `kube` to 0.98.0
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.98.0...0.98.0)

---
updated-dependencies:
- dependency-name: kube-client
  dependency-type: direct:production
  dependency-group: kube
- dependency-name: kube-core
  dependency-type: direct:production
  dependency-group: kube
- dependency-name: kube-runtime
  dependency-type: direct:production
  dependency-group: kube
- dependency-name: kube
  dependency-type: direct:production
  dependency-group: kube
...

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Gould <[email protected]>

kubert-prometheus-tokio/v0.2.0

Toggle kubert-prometheus-tokio/v0.2.0's commit message
chore: bump versions

Drop alpha versions from kubert-prometheus-process, kubert-prometheus-tokio.
Bump kubert to v0.23.1.

kubert-prometheus-process/v0.2.3

Toggle kubert-prometheus-process/v0.2.3's commit message
fix(process): fix network_receive and network_transmit metric names

kubert-prometheus-process/v0.2.2

Toggle kubert-prometheus-process/v0.2.2's commit message
chore(kubert-prometheus-process): v0.2.2

kubert-prometheus-process/v0.2.1

Toggle kubert-prometheus-process/v0.2.1's commit message
fix(process): correct clock_time help message

kubert-prometheus-process/v0.2.0

Toggle kubert-prometheus-process/v0.2.0's commit message
chore: bump versions

Drop alpha versions from kubert-prometheus-process, kubert-prometheus-tokio.
Bump kubert to v0.23.1.

kubert/v0.23.1

Toggle kubert/v0.23.1's commit message
chore: bump versions

Drop alpha versions from kubert-prometheus-process, kubert-prometheus-tokio.
Bump kubert to v0.23.1.

kubert/v0.23.0

Toggle kubert/v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(kubert): v0.23.0 (#355)

kubert/v0.23.0-alpha10

Toggle kubert/v0.23.0-alpha10's commit message
feat(client): add response_status counter

The prior change made it difficult to compare sent requests and received
responses. This change introduces a new metric, response_status, that counts the
number of responses received by status code.