|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -All notable changes will be documented under [GitHub Releases](https://github.com/flatland-association/flatland-benchmarks/releases). |
4 |
| - |
5 |
| -The release notes are based on [Keep a Changelog](https://keepachangelog.com/), |
| 3 | +All notable changes will be documented in this file, updated by [release-please](https://github.com/googleapis/release-please) based on [Conventional Commit messages](https://www.conventionalcommits.org/en/v1.0.0/), |
6 | 4 | and this project adheres to [Semantic Versioning](https://semver.org/).
|
7 | 5 |
|
| 6 | +## [0.4.0](https://github.com/flatland-association/flatland-benchmarks/compare/v0.3.0...v0.4.0) (2025-02-11) |
| 7 | + |
| 8 | +* [Fixed] Fix passing through S3_UPLOAD_PATH_TEMPLATE and S3_UPLOAD_PATH_TEMPLATE_USE_SUBMISSION_ID from compute worker to evaluator. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/95 |
| 9 | +* [Changed] Run checks upon push to main and daily on default branch. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/96 |
| 10 | +* [Added] Display and store evaluation result by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/101 |
| 11 | +* [Security] Update npm packages by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/102 |
| 12 | +* [Changed] #31 Publish result when eula accepted by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/106 |
| 13 | +* [Changed] #103 Use same theme as flatland.cloud by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/107 |
| 14 | +* [Added] #30 Public leaderboard by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/109 |
| 15 | +* [Changed] #98 Use python 3.13 for compute worker. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/100 |
| 16 | +* [Changed] #81 Get rid of pvc and ad-hoc pod in favor of s3. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/112 |
| 17 | +* [Added] #69 Add timeout for k8s jobs. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/110 |
| 18 | +* [Changed] #94 UUID for submissions and results by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/113 |
| 19 | +* [Added] #75 Make supported client versions configurable. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/115 |
| 20 | +* [Changed] #9 Remove submission template in favor of external starterkit. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/111 |
| 21 | +* [Changed] Reduce Rabbit healthcheck interval. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/118 |
| 22 | +* [Changed] Cleanup pr template. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/121 |
| 23 | +* [Added] #78 Evaluate only selected tests by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/117 |
| 24 | +* [Changed] #105 Submission flow by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/116 |
| 25 | +* [Changed] #10 Download environments from S3 in k8s initContainers. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/126 |
| 26 | +* [Added] #99 Fail fast if either submission or evaluation fails. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/119 |
| 27 | +* [Changed] #104 #120 Improve submission UX and leaderboard by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/129 |
| 28 | +* [Changed] #93 #33 #130 UI updates by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/131 |
| 29 | +* [Security] #108 #88 Backend auth guard by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/134 |
| 30 | +* [Added] #10 Env generation for Flatland 3. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/128 |
| 31 | + |
| 32 | +## [0.3.0](https://github.com/flatland-association/flatland-benchmarks/compare/v0.0.0...v0.3.0) (2025-02-05) |
| 33 | + |
| 34 | +* [Added] #1 Repo Initialization. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/13 |
| 35 | +* [Added] Add CHANGELOG.md, CONTRIBUTING.MD and pr template. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/18 |
| 36 | +* [Added] #3 Data Model Frontend/Backend by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/17 |
| 37 | +* [Added] #2 High-Level Architecture description. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/14 |
| 38 | +* [Added] #4 story frontend template by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/19 |
| 39 | +* [Changed] Update `pull_request_template.md` by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/24 |
| 40 | +* [Added] #8 Cloud Deployment Bootstrapping. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/23 |
| 41 | +* [Changed] #4 Minor template cleanup by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/22 |
| 42 | +* [Added] #6 `@flatland-association/flatland-ui` library for UI components.. by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/25 |
| 43 | +* [Fixed] Fix backend entrypoint. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/28 |
| 44 | +* [Changed] Cleanup repo/app name: flatland-benchmarks/Flatland Benchmarks/FAB/fab-. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/29 |
| 45 | +* [Added] #4 Bootstrapping Evaluation by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/20 |
| 46 | +* [Fixed] #35 Fix RabbitMQ High CPU Usage. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/37 |
| 47 | +* [Changed] Cleanup after repo renaming. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/44 |
| 48 | +* [Changed] Simplify story issue template to general task. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/61 |
| 49 | +* [Added] #27 Cloud Deployment. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/38 |
| 50 | +* [Added] #7 #26 refine submission flow by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/51 |
| 51 | +* [Added] #56 Bootstrap Unit Test Coverage for fab-flatland3-compute-worker by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/58 |
| 52 | +* [Added] #57 Bootstrap Integration Test Coverage for fab-flatland-compute-worker and fab-flatland3-evaluator by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/67 |
| 53 | +* [Fixed] #49 Fix nginx config supporting paths. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/77 |
| 54 | +* [Fixed] Fix invalid checks.yaml. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/79 |
| 55 | +* [Fixed] #49 Fix path, failing in gh by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/80 |
| 56 | +* [Added] 59 Update interface documentation by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/84 |
| 57 | +* [Added] #65 Pass `output.csv` and `output.json`: `evaluator` -> `compute_worker` -> `redis` (-> `backend`) by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/68 |
| 58 | +* [Added] #40 k8s compute worker implementation by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/83 |
| 59 | +* [Changed] Use gh releases for changelog keeping. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/85 |
| 60 | +* [Changed] #46 Use non-super-user to run compute worker. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/72 |
| 61 | +* [Added] #6 Keycloak authentication integration frontend by @Holzchopf in https://github.com/flatland-association/flatland-benchmarks/pull/76 |
| 62 | +* [Fix] Fix broken link to ci badge. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/89 |
| 63 | +* [Fixed] Fix missing `pandas` dependency in compute worker. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/90 |
| 64 | +* [Fixed] Fix compute worker: env var mismatch for redis. Fix missing file. Add config options for evaluator. by @chenkins in https://github.com/flatland-association/flatland-benchmarks/pull/91 |
| 65 | + |
| 66 | +## New Contributors |
| 67 | + |
| 68 | +* @Holzchopf made their first contribution in https://github.com/flatland-association/flatland-benchmarks/pull/17 |
| 69 | + |
8 | 70 |
|
0 commit comments