Skip to content

Commit d271cdd

Browse files
committed
chore: update CHANGELOG for v0.2.1
1 parent 33d12e9 commit d271cdd

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

CHANGELOG.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.2.1] - 2026-02-01
6+
7+
### Bug Fixes
8+
9+
- Use workflow_run for PR coverage comments on fork PRs by @dims
10+
- Add actions:read permission for artifact download by @dims
11+
12+
### Features
13+
14+
- Add contextcheck and depguard linters by @dims
15+
- Add stale issue and PR automation by @dims
16+
- Add Dependabot grouping for Kubernetes dependencies by @dims
17+
- Add automatic changelog generation with git-cliff by @mchmarny
18+
19+
### Tasks
20+
21+
- Add dims in maintainers by @mchmarny
22+
- Add owners file by @mchmarny
23+
- Fix code owners by @mchmarny
24+
- Replace explicit list with a link to the maintainer team by @mchmarny
25+
- Update code owners by @mchmarny
26+
27+
## [0.2.0] - 2026-01-31
28+
29+
### Bug Fixes
30+
31+
- Support private repo downloads in install script by @mchmarny
32+
- Skip sudo when install directory is writable by @mchmarny
33+
34+
## [0.1.5] - 2026-01-31
35+
36+
### Bug Fixes
37+
38+
- Add GHCR authentication for image copy by @mchmarny
39+
40+
## [0.1.4] - 2026-01-31
41+
42+
### Features
43+
44+
- Add Artifact Registry for demo API server deployment by @mchmarny
45+
46+
## [0.1.3] - 2026-01-31
47+
48+
### Bug Fixes
49+
50+
- Install ko and crane from binary releases by @mchmarny
51+
52+
## [0.1.2] - 2026-01-31
53+
54+
### Bug Fixes
55+
56+
- Remove KO_DOCKER_REPO that conflicts with goreleaser repositories by @mchmarny
57+
58+
### Other
59+
60+
- Restore flat namespace for container images by @mchmarny
61+
62+
### Refactor
63+
64+
- Extract E2E tests into reusable composite action by @mchmarny
65+
66+
## [0.1.1] - 2026-01-31
67+
68+
### Bug Fixes
69+
70+
- Ko uppercase repository error and refactor on-tag workflow by @mchmarny
71+
72+
### Refactor
73+
74+
- Migrate container images to project-specific registry path by @mchmarny
75+
76+
## [0.1.0] - 2026-01-31
77+
78+
### Bug Fixes
79+
80+
- Correct serviceAccountName field casing in Job specs by @mchmarny
81+
- Add actions:read permission for CodeQL telemetry by @mchmarny
82+
- Add explicit slug to Codecov action by @mchmarny
83+
- Make SARIF upload graceful when code scanning unavailable by @mchmarny
84+
- Install ko from binary release instead of go install by @mchmarny
85+
- Strip v prefix from ko version for URL construction by @mchmarny
86+
87+
### CI/CD
88+
89+
- Run test and e2e jobs concurrently by @mchmarny
90+
- Add notice when SARIF upload is skipped by @mchmarny
91+
92+
### Features
93+
94+
- Replace Codecov with GitHub-native coverage tracking by @mchmarny
95+
- Add Flox manifest generator from .versions.yaml by @mchmarny
96+
97+
### Refactor
98+
99+
- Integrate E2E tests into main CI workflow by @mchmarny
100+
- Split CI into unit, integration, and e2e jobs by @mchmarny
101+
102+
### Tasks
103+
104+
- Init repo by @mchmarny
105+
- Replace file-existence-action with hashFiles by @mchmarny
106+
- Replace ko-build/setup-ko with go install by @mchmarny
107+
- Remove Homebrew and update org to NVIDIA by @mchmarny
108+
- Update settings by @mchmarny
109+
- Remove code owners for now by @mchmarny
110+
- Update project docs and setup by @mchmarny
111+
- Update contributing doc by @mchmarny
112+
- Remove badges not supported in local repos by @mchmarny
113+
114+
<!-- Generated by git-cliff -->

0 commit comments

Comments
 (0)