Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump servox from 0.10.2 to 0.11.0 #37

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2021

Bumps servox from 0.10.2 to 0.11.0.

Release notes

Sourced from servox's releases.

v0.11.0 "preposterous ports"

Added

  • Prometheus connector fast-fail support; short-circuit long running measurements when SLO violations are detected #330
  • Kubernetes connector Argo Rollouts WorkloadRef support #337
  • Opsani Dev connector support for configuration of image and tag used for envoy sidecar injection #341
  • Kubernetes connector support for injecting static environment variables into the tuning Pod #343

Changed

  • Kubernetes Deployment optimizations (Saturation Mode) destroy error behavior changed to shutdown; the Deployment resource is no longer destroyed and is scaled to zero replicas instead #317
  • Kubernetes adjustment values no longer raise validation errors when outside the configured range (eg. falling back to initially observed/baseline values) #279

Fixed

  • Checks running on multiple connector assemblies were only processing checks for the first connector to respond #351
  • Prometheus connector reliance on implicit importing of servo.cli #355

v0.10.7 "baseless allegation"

Changed

  • Updated opsani Dev connector metrics to remove confusing _avg metric name #33 1

v0.10.6 "baseless allegation"

Changed

  • Update forked kubernetes_asyncio dependency to use PyPI package source instead of github #315

v0.10.5 "baseless allegation"

Changed

  • Improved messaging of unschedulable adjustment rejections #285
  • Test suites now treat warnings as errors #288
  • Relaxed validation of account names to support accounts that don't adhere to DNS naming convention #302
  • Updated calculation and naming of Opsani Dev prometheus metrics to use averages #305

Added

  • Beta support for optimizing Argo Rollouts #303
  • Simple telemetry to report run environment details to the backend #261
  • Existing kubernetes resource requests/limits are now validated #282

Removed

  • Opsani Dev p99 latency metrics #306
  • Opsani Dev main_pod_avg_request_rate redundant metric #305

v0.10.4 "baseless allegation"

... (truncated)

Changelog

Sourced from servox's changelog.

[0.11.0] "preposterous ports" - 2021-11-01

Added

  • Prometheus connector fast-fail support; short-circuit long running measurements when SLO violations are detected #330
  • Kubernetes connector Argo Rollouts WorkloadRef support #337
  • Opsani Dev connector support for configuration of image and tag used for envoy sidecar injection #341
  • Kubernetes connector support for injecting static environment variables into the tuning Pod #343

Changed

  • Kubernetes Deployment optimizations (Saturation Mode) destroy error behavior changed to shutdown; the Deployment resource is no longer destroyed and is scaled to zero replicas instead #317 it to zero replicas instead
  • Kubernetes adjustment values no longer raise validation errors when outside the configured range (eg. falling back to initially observed/baseline values) #279

Fixed

  • Checks running on multiple connector assemblies were only processing checks for the first connector to respond #351
  • Prometheus connector reliance on implicit importing of servo.cli #355

[0.10.7] "baseless allegation" - 2021-09-02

Changed

  • Updated opsani Dev connector metrics to remove confusing _avg metric name #331

[0.10.6] "baseless allegation" - 2021-08-20

Changed

  • Update forked kubernetes_asyncio dependency to use PyPI package source instead of github #315

[0.10.5] "baseless allegation" - 2021-08-16

Changed

  • Improved messaging of unschedulable adjustment rejections #285
  • Test suites now treat warnings as errors #288
  • Relaxed validation of account names to support accounts that don't adhere to DNS naming convention #302
  • Updated calculation and naming of Opsani Dev prometheus metrics to use averages #305

Added

  • Beta support for optimizing Argo Rollouts #303
  • Simple telemetry to report run environment details to the backend #261
  • Existing kubernetes resource requests/limits are now validated #282

Removed

... (truncated)

Commits
  • 44b1dc2 Merge pull request #356 from opsani/v0.11.0-update
  • 43faf4c Fix changelog typos
  • 140e29a v0.11.0 release updates
  • 663c7a8 Merge pull request #355 from opsani/fred/eng-521-servox-prometheus-connector-...
  • d0bfb0f Add explicit import for servo.cli to prometheus
  • 1ff6ab1 Merge pull request #351 from opsani/fred/eng-503-servox-cli-check-command-doe...
  • b859c9e Merge branch 'main' into fred/eng-503-servox-cli-check-command-does-not
  • 43d4295 Merge pull request #354 from opsani/fix-rollout-integration-test
  • 6ab8f7e Bump timeout on flakey test
  • fb4f4f7 Add xfail to test that ONLY fails on CI cluster
  • 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 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)

Bumps [servox](https://github.com/opsani/servox) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/opsani/servox/releases)
- [Changelog](https://github.com/opsani/servox/blob/main/CHANGELOG.md)
- [Commits](opsani/servox@v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: servox
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 2, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2021

Superseded by #41.

@dependabot dependabot bot closed this Nov 23, 2021
@dependabot dependabot bot deleted the dependabot/pip/servox-0.11.0 branch November 23, 2021 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants