Skip to content

v1.1.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 01:12
· 15 commits to main since this release
v1.1.0-beta1
4e39194

Features

  • scaler.go: add support for a Wait modifier on scaler to increase or decrease duration based on an interval (Benji Vesterby)
  • scaler.go: add max routine support to scaler #31 (Benji Vesterby)
  • scaler.go: fuzz testing of new scaled wait and max scale #31 (Benji Vesterby)

Documentation

Tests

  • scaler_test.go: add max test for scaler #31 (Benji Vesterby)
  • scaler_test.go: add cases for testing proper MinWait when scaling factor is negative and current duration is time.Millisecond #31 (Benji Vesterby)

Continuous Integration

Commits

  • d657b81: Remove dot import recommendation (Benji Vesterby)
  • 331b9b3: Bump pascalgn/automerge-action from 0.15.3 to 0.15.5 (dependabot[bot]) #15
  • 48958ea: ci(README.md,.github/workflows/docs.yml): add action for auto-generation of go docs in readme (Benji Vesterby)
  • 6a7be2c: docs(README.md,scaler.go): update docs to be correct (Benji Vesterby)
  • 81fccd9: Bump actions/setup-go from 3 to 4 (dependabot[bot]) #17
  • 463386c: ci(docs.yml,docs.go): move package docs to dedicated file, exclude from lint, and fix action (Benji Vesterby)