You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The springboot templates have been updated to use Spring Boot 3.0 and the new Spring 6.0 AOT support. Note: this requires Java 17 when building locally. (#1509, @trisberg)
Node.js and TypeScript functions now support ESM modules (#1468, @lance)
Documentation
Updated springboot templates to use Spring Boot version 2.7.7 (#1502, @trisberg)
Bug or Regression
Fix: envvar parsing for pack tekton task when envvar contains the = char (#1512, @matejvasek)
Fixes a bug preventing autoscaling options from being applied (#1482, @zroubalik)
Fixes a bug where --path was sometimes not evaluated. (#1519, @lkingland)
Other (Cleanup or Flake)
Fixes an issue for developers where code in the test package would not be fully supported by some IDEs (#1503, @lkingland)
Update the error message when neither the --registry flag nor the FUNC_REGISTRY environment variable are set (#1510, @lance)