Releases: eiffel-community/etos
7.2.4
What's Changed
- apply ingress annotations from cluster spec by @andmat900 in #430
Full Changelog: 7.2.3...7.2.4
7.2.3
ETOS
Full Changelog: 7.2.2...7.2.3
ETOS API
What's Changed
- internal/kubernetes/kubernetes.go: lazy K8S API calls by @andmat900 in eiffel-community/etos-api#117
Full Changelog: eiffel-community/etos-api@2.9.7...2.9.8
7.2.2
ETOS
This release enhances the robustness of the ETOS through dependency updates, safer log handling, and improved error and retry mechanisms.
ETOS Suite Runner
What's Changed
- step up ETR version by @andmat900 in eiffel-community/etos-suite-runner#91
Full Changelog: eiffel-community/etos-suite-runner@5.3.6...5.3.7
ETOS Test Runner
What's Changed
-
build-publish.yml: update gh-action-sigstore-python by @andmat900 in eiffel-community/etos-test-runner#59
-
safer logic in log filename truncation by @andmat900 in eiffel-community/etos-test-runner#58
Full Changelog: eiffel-community/etos-test-runner@3.7.1...3.7.2
ETOS Environment Provider
What's Changed
- Raise exceptions from the environment provider by @t-persson in eiffel-community/etos-environment-provider#122
- lib/log_area.py: more robust retry policy by @andmat900 in eiffel-community/etos-environment-provider#126
Full Changelog: eiffel-community/etos-environment-provider@5.3.2...5.3.3
7.2.1
ETOS
ETOS SSE update with reduced Suite Runner job status poll frequency.
Full Changelog: 7.2.0...7.2.1
ETOS API (Updated to 2.9.7)
What's Changed
- SSEHandler.Subscribe(): 2s polling interval for h.kube.IsFinished() by @andmat900 in eiffel-community/etos-api#115
Full Changelog: eiffel-community/etos-api@2.9.6...2.9.7
7.2.0
ETOS
Configurable resource parameters for ETCD have been added to the ETOS cluster specification.
What's Changed
- read volatile etcd parameters from the cluster spec by @andmat900 in #422
Full Changelog: 7.1.3...7.2.0
7.1.3
ETOS
ETOS API compatibility fix for the latest OpenTelemetry Python SDK.
Full Changelog: 7.1.2...7.1.3
ETOS API (Updated to 2.9.6)
What's Changed
- use etos_lib 5.1.3 by @andmat900 in eiffel-community/etos-api#114
Full Changelog: eiffel-community/etos-api@2.9.5...2.9.6
7.1.2
ETOS
Minor fix in the etos_client
Python package.
What's Changed
- setuptools_scm root path in cli/pyproject.toml by @andmat900 in #420
Full Changelog: 7.1.1...7.1.2
7.1.1
ETOS
Various bugfixes and minor updates.
What's Changed
- downloader.py: read retries 10 by @andmat900 in #415
- Update OpenTelemetry collector variable (#47) by @fredjn in #413
- etos_client: disable imports from etos_lib.messaging by @andmat900 in #418
- Remove hard coded image name for log listener by @fredjn in #419
Full Changelog: 7.1.0...7.1.1
ETOS API (Updated to 2.9.5)
What's Changed
- use git version 2.47.3 in Dockerfiles by @andmat900 in eiffel-community/etos-api#113
- Add deployment files for the key service by @t-persson in eiffel-community/etos-api#106
- Catch TimeoutError and return GatewayTimeout to client by @t-persson in eiffel-community/etos-api#107
Full Changelog: eiffel-community/etos-api@2.9.3...2.9.5
ETOS Suite Starter (Updated to 2.7.4)
What's Changed
- Update OpenTelemetry collector variable by @fredjn in eiffel-community/etos-suite-starter#47
Full Changelog: eiffel-community/etos-suite-starter@2.7.3...2.7.4
ETOS Suite Runner (Updated to 5.3.5)
What's Changed
- Remove the OTEL_COLLECTOR_HOST variable by @fredjn in eiffel-community/etos-suite-runner#89
Full Changelog: eiffel-community/etos-suite-runner@5.3.4...5.3.5
7.1.0
ETOS
Cluster spec update with support for OpenTelemetry and replicas (etos-api and etos-suite-starter), various bugfixes.
What's Changed
- Update ETCD version and clean up statefulset by @t-persson in #390
- Let's not log the secret to stdout by @t-persson in #392
- Add ssev2 client by @t-persson in #383
- Adjust CPU limits for Suite Runner by @andmat900 in #395
- Revert "Adjust CPU limits for Suite Runner" by @andmat900 in #396
- Adjust suite-runner CPU requests and limits by @andmat900 in #397
- Restart deployments and statefulsets if configurations have changed by @t-persson in #398
- Replicas support for etos-api and etos-suite-starter by @andmat900 in #400
- Fix a crash that we get when the Annotations map is nil by @t-persson in #404
- Upgrade kubebuilder v4.1.1 to v4.5.2 by @t-persson in #405
- Enable opentelemetry support for ETOS when deployed with Cluster spec by @t-persson in #401
- The ETOS v1alpha client would never shutdown by @t-persson in #393
Full Changelog: 7.0.3...7.1.0
ETOS Suite Runner (Updated to 5.3.4)
What's Changed
- update ETR_VERSION to 3.7.0 by @andmat900 in eiffel-community/etos-suite-runner#88
Full Changelog: eiffel-community/etos-suite-runner@5.3.3...5.3.4
7.0.3
ETOS (Updated to 7.0.3)
Small hotfix release to get sending of Open Telemetry Signals to work properly
What's Changed
- Update the sigstore action version by @t-persson in #391
Full Changelog: 7.0.0...7.0.3
ETOS Suite Runner (Updated to 5.3.3)
What's Changed
- Fix otel logging setup bug by @fredjn in eiffel-community/etos-suite-runner#86
Full Changelog: eiffel-community/etos-suite-runner@5.3.2...5.3.3
ETOS Suite Runner (Updated to 2.7.3)
What's Changed
- Fix otel logging setup bug by @fredjn in eiffel-community/etos-suite-starter#46
Full Changelog: eiffel-community/etos-suite-starter@2.7.2...2.7.3
ETOS API (Updated to 2.9.3)
What's Changed
- Fix otel logging setup bug by @fredjn in eiffel-community/etos-api#109
- Add missing etos-api config map to deployment manifest by @fredjn in eiffel-community/etos-api#110
- Fix syntax mistake in API deployment manifest by @fredjn in eiffel-community/etos-api#111
Full Changelog: eiffel-community/etos-api@2.9.2...2.9.3