- update dependencies
- Use uid instead of name for user statement in Dockerfile
- Set new
Technology
property in extension description - Update dependencies (go 1.23)
- add help message to the linux installation configuration
- Update dependencies
- add linux package
- Update dependencies (go 1.22)
- Update dependencies
- Update dependencies
- Update dependencies
- Update dependencies
- Added
pprof
endpoints for debugging purposes - Update dependencies
- Possibility to exclude attributes from discovery
- update dependencies
- migration to new unified steadybit actionIds and targetTypes
- update dependencies
- Refactoring using
action_kit_sdk
- Read only file system
- Print build information on extension startup.
- Support creation of a TLS server through the environment variables
STEADYBIT_EXTENSION_TLS_SERVER_CERT
andSTEADYBIT_EXTENSION_TLS_SERVER_KEY
. Both environment variables must refer to files containing the certificate and key in PEM format. - Support mutual TLS through the environment variable
STEADYBIT_EXTENSION_TLS_CLIENT_CAS
. The environment must refer to a comma-separated list of files containing allowed clients' CA certificates in PEM format.
- Support for the
STEADYBIT_LOG_FORMAT
env variable. When set tojson
, extensions will log JSON lines to stderr.
- Set category to
monitoring
to align with Datadog extension.
- The log level can now be configured through the
STEADYBIT_LOG_LEVEL
environment variable.
- update ActionKit API to fix
executionId
deserialization
- Initial release