Skip to content

v1.1.10

Choose a tag to compare

@joshiste joshiste released this 29 Aug 09:34
· 680 commits to main since this release
12ffecc

Changelog

  • 6f503d9 Gcp (#141)
  • 5808fda Merge pull request #133 from steadybit/dependabot/go_modules/k8s.io/api-0.30.3
  • 09a6275 Merge pull request #134 from steadybit/dependabot/go_modules/k8s.io/client-go-0.30.3
  • 6efc160 Merge pull request #136 from steadybit/dependabot/go_modules/golang.org/x/sys-0.23.0
  • 3c718dc Merge pull request #137 from steadybit/dependabot/go_modules/golang.org/x/sys-0.24.0
  • d5349e6 Merge pull request #138 from steadybit/dependabot/go_modules/k8s.io/client-go-0.31.0
  • 2cf7ad0 chore(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0
  • b4c8f50 chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0
  • e635834 chore(deps): bump k8s.io/api from 0.30.2 to 0.30.3
  • fe546c7 chore(deps): bump k8s.io/client-go from 0.30.2 to 0.30.3
  • 0b32a52 chore(deps): bump k8s.io/client-go from 0.30.3 to 0.31.0
  • 0ddfe14 chore: changelog
  • 3234cb7 chore: clean up inline docu
  • 63fd63d chore: fix "Steadybit" casing in log messages
  • 12ffecc chore: prepare release
  • 9948d0f chore: update helm chart version
  • a35183f feat: add SteadybitPlatformApplication to the default jvm excludes
  • a491045 feat: add timestamp to snapshot name template
  • 7bc615c feat: add timestamp to snapshot name template
  • e826fe4 feat: add timestamp to snapshot name template
  • c8c0b17 feat: change default value for "jitter" in all "Delay" attacks to false
  • 84c363e feat: changed description of "Failure Types" param for http client status attack
  • 7330dab feat: exclude "JetBrains Toolbox.app"
  • 7c8cffd feat: logging for action stops from the java-agent
  • e09eca6 feat: make http client status attack prop "host address" use optionsOnly=false to be able overwrite the dropdown values
  • c5ff4b2 feat: option to validate class/method in attacks
  • a6f1cb7 feat: print command error stacktrace if log level is debug
  • 28c995b feat: streamline method parameter of mvc attacks
  • 92d586d fix: always add exception class to logging
  • 392d792 fix: attack agent is calling the wrong endpoint when the attack is stopped
  • eac569c fix: audit
  • 97e99c4 fix: don't add empty target attributes
  • 586a0f9 fix: don't overwrite java-agent-log level via command if explicitly set via env var
  • 805be02 fix: excludes via vm-arguments
  • eccce91 fix: go.sum
  • 677a0c5 fix: gracefully handle signals
  • 72c0ab3 fix: missing working-directory
  • 5c7ddf3 fix: only return existing http status codes when using "random 4xx" or "random 5xx"
  • 34b0445 fix: reduce log noise
  • e54dbb4 fix: registrationBean.getServlet() has sometimes no method getServlet. We ignore those
  • 1fee91e fix: registrationBean.getServlet() has sometimes no method getServlet. We ignore those
  • 5e53d84 fix: test
  • d33e5a0 fix: use ApplicationContextEnvironmentReader is jmx value is sanitized (default with SB >= 3)
  • abd86de fix: use spring instance name as jvm label if present
  • c2f450b fix: wrong default response of java agent registration endpoint
  • 767dfac refa: Http Client Status - Url Path has no dropdown "Any" anymore. And is now just a textfield. Empty means wildcard.
  • 100be21 refa: Http Client Status - Url Path has no dropdown "Any" anymore. And is now just a textfield. Empty means wildcard.
  • d5c86bc refa: rename constant targetId to targetType
  • 5ceee96 refa: setting java agent log level
  • 5e35c34 revert: don't overwrite java-agent-log level via command if explicitly set via env var
  • 93e23bc style: added .editorconfig and reformated java sources