New features
- An optional in-memory cache was added to the pull-through mirror to help reduce the number of requests to the storage backend 🎉
What's Changed
- chore(helm): upgrade image version to v0.16.6 by @oliviermichaelis in #286
- feat: add labels to deployment, ingress and serviceAccount by @chrimi in #294
- refactor(upload): split out provider upload code and add tests by @oliviermichaelis in #297
- fix(upload): improve error message when object is not found in storage by @oliviermichaelis in #298
- docs: add example for provider upload and document mkdocs serve by @oliviermichaelis in #299
- Added namespace configuration to Helm Chart by @Nabsku in #309
- fix: debug endpoints only on on debug mode by @neekz0r in #304
- feat(helm): support adding annotations on Service by @Filip3Kx in #316
- docs: run mkdocs in container image locally by @oliviermichaelis in #320
- Update Go base image version to 1.25.5 by @lyao-77 in #325
- feat(upload): allow setting version on command line when uploading single module by @oliviermichaelis in #319
- test(module): increase test coverage and return error if version is missing by @oliviermichaelis in #323
- test: add integration tests for module upload by @oliviermichaelis in #324
- test: add --skipApiVersionCheck argument to azurite container by @oliviermichaelis in #330
- chore(go): upgrade go deps by @oliviermichaelis in #331
- chore(deps): upgrade go to 1.25 by @oliviermichaelis in #333
- feat(helm): add topologySpreadConstraint by @cschindlbeck in #339
- fix: reuse IamCredentialsClient to prevent memory leak in GCS storage by @brodin in #334
- feat: Add cache to mirror by @XREvo in #317
New Contributors
- @chrimi made their first contribution in #294
- @Nabsku made their first contribution in #309
- @neekz0r made their first contribution in #304
- @Filip3Kx made their first contribution in #316
- @lyao-77 made their first contribution in #325
- @cschindlbeck made their first contribution in #339
- @brodin made their first contribution in #334
Full Changelog: v0.16.6...v0.17.0