Skip to content

Commit 8b01466

Browse files
committed
Update CHANGELOG
1 parent 0766d0a commit 8b01466

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
44
## Unreleased (Planned Release Target: v0.2.1)
55

66
### List of Pull Requests
7-
- Refactor GitHub WorkFlows [#108](https://github.com/pulp-platform/Deeploy/pull/108)
7+
- Split CI Workflows by Platform and Task, Improve Formatting and Linting Reliability [#108](https://github.com/pulp-platform/Deeploy/pull/108)
88
- Refactor tiling code generation [#105](https://github.com/pulp-platform/Deeploy/pull/105)
99
- Change order of typeMatching entries [#68](https://github.com/pulp-platform/Deeploy/pull/68)
1010
- Node Mangling to avoid duplication [#93](https://github.com/pulp-platform/Deeploy/pull/93)
@@ -30,6 +30,9 @@ This file contains the changelog for the Deeploy project. The changelog is divid
3030
- missing checks for environment variables
3131
- `_permuteHyperRectangle` helper function
3232
- Added CI badges to the README
33+
- Added YAML linting to CI
34+
- Added missing license headers and C header include guards
35+
- Extended the pre-commit hooks to remove trailing whitespace, check licenses, format and lint files
3336

3437
### Changed
3538
- Replaced platform-specific tags (`*-amd64`, `*-arm64`) with direct digest references in `Noelware/docker-manifest-action`.
@@ -50,12 +53,14 @@ This file contains the changelog for the Deeploy project. The changelog is divid
5053
- in some functions, instead of passing the name of a buffer, the actual buffer is just passed
5154
- tile function allows overriding the optimizer with external tilingSolution and memoryMap
5255
- refactor of the permutation functions for clarity
53-
- Split CI into multiple files (one per platform, one for lint & license, one general Deeploy tests, one testing infrastructure, and two Docker flows)
56+
- Split CI into multiple workflow files: one per platform, one for lint & license, one for general Deeploy tests, one for infrastructure, and two for Docker flows, improving maintainability and status reporting
57+
- Extended CI to check license in cMake and YAML files
58+
- Removed all trailing whitespace
5459

5560
### Fixed
5661
- Prevent node duplication for graphs generated via GraphSurgeon
5762
- Resolved issue with missing `id` in the `Build Cache for Docker` step, used in the `Inject build-cache` step.
58-
- Fix license CI check.
63+
- Fix license CI check and prevent potential issues with `jq` installation
5964

6065
### Removed
6166
- Delete outdated and unused `.gitlab-ci.yml` file

0 commit comments

Comments
 (0)