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.1 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps servox from 0.10.2 to 0.11.1.

Release notes

Sourced from servox's releases.

v0.11.1 "preposterous ports"

Fixed

  • Kubernetes connector logical error in check for argo rollout permissions #358
  • Opsani Dev connector configuration mathematical error in prometheus queries for success_rate and error_rate #357

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

... (truncated)

Changelog

Sourced from servox's changelog.

[0.11.1] "preposterous ports" - 2021-11-19

Fixed

  • Kubernetes connector logical error in check for argo rollout permissions #358
  • Opsani Dev connector configuration mathematical error in prometheus queries for success_rate and error_rate #357

[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

... (truncated)

Commits
  • e8aad8e Merge pull request #365 from opsani/v0.11.1-update
  • 7ee060d Update project version and changelog
  • 81cba8d Merge pull request #357 from opsani/fred/eng-549-opsani-devprometheus-success...
  • a8b9d0a Merge branch 'main' into fred/eng-549-opsani-devprometheus-success_rate-and
  • d248806 Merge pull request #362 from opsani/fred/eng-618-update-servox-with-changes-f...
  • a3181d3 Update servox for new CICD setup
  • 53befe8 Merge pull request #358 from opsani/fred/eng-566-servox-kubernetes-connector-...
  • 601c603 Fix k8s permissions check error with rollout
  • 693139a Fix success/error rate metrics
  • 44b1dc2 Merge pull request #356 from opsani/v0.11.0-update
  • 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.1.
- [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.1)

---
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 23, 2021
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