Skip to content

Commit c57b40f

Browse files
committed
chore(main): release 0.8.0
1 parent 7ad53ac commit c57b40f

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/Wompipomp/function-starlark/compare/v0.7.0...v0.8.0) (2026-03-28)
4+
5+
6+
### Features
7+
8+
* add env var fallbacks and promote ociCacheTTL to CLI ([8a5fd4c](https://github.com/Wompipomp/function-starlark/commit/8a5fd4c29987a2cf0fe2558c7c329caa679197c6))
9+
* default Usage API to v2 (Crossplane 2.x) and rename to ResolveUsageAPIVersion ([e96d6c5](https://github.com/Wompipomp/function-starlark/commit/e96d6c5d04c39417fc0c864fe5940194035990e6))
10+
* implement end-to-end testing suite, add OCI insecure registry fallback, and update resource metadata handling in builtins ([eed5dcd](https://github.com/Wompipomp/function-starlark/commit/eed5dcdf65fc6618e600f445e9a1beeceed36330))
11+
* inject resource-name labels, update Usage to use resourceSelectors, and improve OCI resolution and deduplication logic ([ad2d0eb](https://github.com/Wompipomp/function-starlark/commit/ad2d0ebec71d66397e2be8e64389166c0a8de81a))
12+
* **quick-3:** preserve relative paths in OCI extraction and raise maxFileCount to 1000 ([60e2ec2](https://github.com/Wompipomp/function-starlark/commit/60e2ec2587ece3fa6ac60231e3741c77c87a553b))
13+
* **quick-4:** implement namespace alias support for load() star imports ([4817ada](https://github.com/Wompipomp/function-starlark/commit/4817adaa969362ed3df8bc715a6fc8cce624865b))
14+
15+
16+
### Bug Fixes
17+
18+
* **quick-4:** update expected globals count for struct builtin ([2e4be5f](https://github.com/Wompipomp/function-starlark/commit/2e4be5f3ba4bbae44d8aaedcab068418dd16509b))
19+
* rewrite if-else chain to switch in ResolveStarImports per gocritic lint ([1dd65a9](https://github.com/Wompipomp/function-starlark/commit/1dd65a98b41775ab25ad102890cf770407b867d4))
20+
* suppress gosec G703 false positive on validated path in buildKeychain ([7ad53ac](https://github.com/Wompipomp/function-starlark/commit/7ad53ac2779c42e30366d2b5a043895d2b38a985))
21+
* use canonical registry matching for insecure registries and add test coverage ([f7673c9](https://github.com/Wompipomp/function-starlark/commit/f7673c93b8e0b906e6feb81725b016f6c57bd043))
22+
323
## [0.7.0](https://github.com/Wompipomp/function-starlark/compare/v0.6.0...v0.7.0) (2026-03-20)
424

525

0 commit comments

Comments
 (0)