Skip to content

Releases: nuclio/nuclio

1.15.13

14 Jan 13:35
06f738c

Choose a tag to compare

Changelog

[1.15.13] - 2026-01-14

🐛 Bug Fixes

  • [Projects] Fix auth propagation to MLRun Project Leader in IG4 (#3964) by @TomerShor

🧪 Dependencies

  • [Dependabot] Bump anchore/scan-action from 7.2.2 to 7.2.3 (#3965) by @dependabot[bot]

1.15.12

08 Jan 13:56
e40db40

Choose a tag to compare

Changelog

[1.15.12] - 2026-01-08

🚀 Features / Enhancements

🐛 Bug Fixes

◀️ Reverted Changes

  • Revert "[UI] Deleting a function from UI should allow deleting its related API gateway" (#3959) by @TomerShor

📚 Documentation

  • [Docs] Add troubleshooting section to async docs (#3961) by @rokatyy

🎨 UI

🧪 Dependencies

  • [Dependabot] Bump qs from 6.13.0 to 6.14.1 in /pkg/dashboard/ui/resources/previewServer in the npm_and_yarn group across 1 directory (#3950) by @dependabot[bot]
  • [Dependabot] Bump qs from 6.13.0 to 6.14.1 in /pkg/dashboard/ui/resources/previewServer in the npm_and_yarn group across 1 directory (#3955) by @dependabot[bot]

⚙️ CI

1.15.11

04 Jan 10:24
195ae07

Choose a tag to compare

Changelog

[1.15.11] - 2026-01-04

🚀 Features / Enhancements

  • [Security] Pin tagged version of docker/login-action (#3935) by @rokatyy
  • [Runtime] Remove support for Python 3.9 (#3941) by @Yacouby
  • [APIGW] Log error upon creation failure (#3949) by @liranbg
  • [Projects] Ensure project permissions are applied after creation (#3951) by @TomerShor

📚 Documentation

🔬 Testing

  • [Test] Fix closing connections in rabbitmq for CLIv2 (#3942) by @rokatyy

🧪 Dependencies

  • [Dependencies] Bump nuclio-sdk-py to v0.6.2 (#3934) by @rokatyy
  • [Dependabot] Bump orhun/git-cliff-action from 4.6.0 to 4.7.0 (#3936) by @dependabot[bot]
  • [Dependabot] Bump actions/upload-artifact from 5 to 6 (#3940) by @dependabot[bot]
  • [Dependabot] Bump actions/download-artifact from 6 to 7 (#3938) by @dependabot[bot]
  • [Dependabot] Bump peter-evans/create-pull-request from 7.0.11 to 8.0.0 (#3937) by @dependabot[bot]
  • [Dependabot] Bump anchore/scan-action from 7.2.1 to 7.2.2 (#3939) by @dependabot[bot]
  • [Dependencies] bump v3io-go to 0.3.14 (#3946) by @weilerN

1.15.10

12 Dec 11:33
6f53c91

Choose a tag to compare

Changelog

[1.15.10] - 2025-12-12

🚀 Features / Enhancements

🐛 Bug Fixes

  • [Auth] Fix OPA queries member IDs population for IG4 (#3929) by @TomerShor

📚 Documentation

🧪 Dependencies

  • [Dependabot] Bump actions/checkout from 5 to 6 (#3913) by @dependabot[bot]
  • [Dependabot] Bump anchore/scan-action from 7.1.0 to 7.2.0 (#3911) by @dependabot[bot]
  • [Dependabot] Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (#3912) by @dependabot[bot]
  • [Dependabot] Bump github.com/eclipse/paho.mqtt.golang from 1.5.0 to 1.5.1 in the go_modules group across 1 directory (#3920) by @dependabot[bot]
  • [Dependencies] Bump Go to 1.25.5 (#3922) by @weilerN
  • [Dependencies] Bump docker cli to 29.1.2 (#3925) by @rokatyy
  • [Dependabot] Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#3927) by @dependabot[bot]
  • [Dependabot] Bump anchore/scan-action from 7.2.0 to 7.2.1 (#3926) by @dependabot[bot]

1.15.9

24 Nov 12:15
ad1fde3

Choose a tag to compare

Changelog

[1.15.9] - 2025-11-24

🚀 Features / Enhancements

  • [Processor] Return a copy of statistics objects during metrics gathering (#3907) by @rokatyy

📚 Documentation

  • [Docs] Add default maxRequestBodySize to http trigger doc (#3904) by @TomerShor

🧪 Dependencies

  • [Dependencies] Bump minikube to 1.37.0 and kubernetes to 1.31.13 (#3899) by @rokatyy
  • [Dependencies] Bump the npm_and_yarn group across 1 directory with 1 update (#3905) by @dependabot[bot]
  • [Dependencies] Bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory (#3906) by @dependabot[bot]
  • [Dependencies] Bump Docker client version to 29.0.2 (#3908) by @weilerN

1.15.8

13 Nov 11:16
9bc3573

Choose a tag to compare

Changelog

[1.15.8] - 2025-11-13

🚀 Features / Enhancements

  • [Controller] Remove affect deployment.spec during function update if not needed (#3799) by @weilerN
  • [Processor] Improve atomic usage in trigger (#3802) by @weilerN
  • [Wrapper] Support awaitable entrypoint output for a sync function (#3810) by @rokatyy
  • [Local] Allow for graceful termination (#3823) by @rokatyy
  • [Tests] Improve kafka trigger tests (#3821) by @rokatyy
  • [RabbitMQ] Mask credentials from url (#3835) by @rokatyy
  • [Processor] Improve allocation logs and async docs (#3839) by @rokatyy
  • [RabbitMQ] Add ability to NACk on errors (#3840) by @rokatyy
  • [Processor] Set chunked content-type when streaming (#3849) by @rokatyy
  • [Platform] Remove namespace value from project secret template (#3854) by @rokatyy
  • [Platform] Validate project secret (#3857) by @rokatyy
  • [DLX] Skip waiting for readiness if functionReadinessVerificationEnabled disabled (#3887) by @VandanRogheliya
  • [Auth] Add context key resolution for igz4 (#3897) by @rokatyy
  • [API Gateway] Add Iguazio authentication mode (#3828) by @weilerN

🐛 Bug Fixes

💼 Other

  • Update stable badge to v1.14.14 (#3841) by @github-actions[bot]
  • Update stable badge to v1.14.15 (#3890) by @github-actions[bot]

📚 Documentation

🧪 Dependencies

  • [Dependencies] Bump Scaler version to v0.10.1 (#3809) by @weilerN
  • [Dependencies] Bump scaler version (#3815) by @weilerN
  • [Dependabot] Bump anchore/scan-action from 6.5.1 to 7.0.0 (#3818) by @dependabot[bot]
  • [Dependabot] Bump orhun/git-cliff-action from 4.5.1 to 4.6.0 (#3817) by @dependabot[bot]
  • [Dependencies] Bump go to 1.25 (#3755) by @rokatyy
  • [Dependabot] Bump docker/login-action from 3.5.0 to 3.6.0 (#3824) by @dependabot[bot]
  • [Dependencies] Bump github.com/nwaples/rardecode/v2 from 2.1.1 to 2.2.0 in the go_modules group across 1 directory (#3831) by @dependabot[bot]
  • [Dependencies] Bump docker cli client to 28.5.1 (#3832) by @rokatyy
  • [Dependabot] Bump github/codeql-action from 3 to 4 (#3834) by @dependabot[bot]
  • [Dependabot] Bump anchore/scan-action from 7.0.0 to 7.0.2 (#3844) by @dependabot[bot]
  • [Dependabot] Bump docker/login-action from 2 to 3 (#3843) by @dependabot[bot]
  • [Dependabot] Bump actions/upload-artifact from 4 to 5 (#3859) by @dependabot[bot]
  • [Dependabot] Bump actions/download-artifact from 5 to 6 (#3860) by @dependabot[bot]
  • [Dependabot] Bump anchore/scan-action from 7.0.2 to 7.1.0 (#3862) by @dependabot[bot]
  • [Dependencies] Bump pip from 24.3.1 to 25.3 in /pkg/processor/runtime/python/py/requirements in the pip group across 1 directory (#3865) by @dependabot[bot]
  • [Dependencies] Bump Go to 1.25.3 (#3885) by @weilerN
  • [Dependencies] Bump nuclio-sdk to v0.6.1 to support content-type propagation (#3886) by @rokatyy
  • [Dependabot] Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#3896) by @dependabot[bot]

⚙️ CI

  • [CI] Integrate govulncheck (#3801) by @rokatyy
  • [CI] Add stable and latest tags (#3826) by @rokatyy
  • [CI] Implement WaitForBroker for kafka tests (#3842) by @rokatyy
  • [CI] Exclude handler-builder-dotnetcore-onbuild arm64 from tagging (#3851) by @rokatyy
  • [CI] Tag handler-builder-golang-onbuild -alpine as stable (#3852) by @rokatyy
  • [CI] Remove golang onbuild alpine image from docker_image_rules_json (#3853) by @rokatyy
  • [CI] Fix pushing of latest alpine golang image (#3872) by @rokatyy

1.15.7

05 Nov 16:24
455569a

Choose a tag to compare

Changelog

[1.15.7] - 2025-11-05

🚀 Features / Enhancements

  • [DLX] Skip waiting for readiness if functionReadinessVerificationEnabled disabled [1.15.x] (#3889)

🐛 Bug Fixes

  • [Java] Fix SDK downloading [1.15.x] (#3882)
  • [RabbitMQ] Fix ack on error configuration and add docs [1.15.x] (#3881)
  • [DLX] Fix health check retries routing to DLX instead of function pod [1.15.x] (#3892)

🧪 Dependencies

  • [Dependencies] Bump nuclio-sdk to v0.6.1 to support content-type propagation [1.15.x] (#3888)

1.14.15

29 Oct 15:18
308eef8

Choose a tag to compare

Changelog

[1.14.15] - 2025-10-29

🚀 Features / Enhancements

  • [RabbitMQ] Mask credentials from url [1.14.x] (#3847)
  • [Dashboard] Validate service account is allowed [1.14.x] (#3858)
  • [Controller] Enrich and Validate service account [1.14.x] (#3863)
  • [Kaniko] Enrich and Validate service account [1.14.x] (#3866)
  • [Controller] Set enriched SA to status when function is ready [1.14.x] (#3868)
  • [Utils] Add check for an empty SA in IsServiceAccountAllowed [1.14.x] (#3870)
  • [Platform] Remove namespace value from project secret template [1.14.x] (#3871)
  • [Platform] Validate project secret [1.14.x] (#3873)
  • [RabbitMQ] Add ability to NACk on errors [1.14.x] (#3874)

🐛 Bug Fixes

  • [RabbitMQ] Fix worker allocator initialization [1.14.x] (#3846)
  • [Java] Fix SDK downloading [1.14.x] (#3877)
  • [RabbitMQ] Fix ack on error configuration and add docs [1.14.x] (#3880)

📚 Documentation

  • [Docs] Update async python documentation [1.14.x] (#3805)
  • [Docs] Add technical preview note for async, batching [1.14.x] (#3807)

1.15.6

27 Oct 19:00
254335d

Choose a tag to compare

Changelog

[1.15.6] - 2025-10-27

🚀 Features / Enhancements

  • [RabbitMQ] Mask credentials from url [1.15.x] (#3845)
  • [RabbitMQ] Add ability to NACk on errors [1.15.x] (#3848)
  • [Processor] Set chunked content-type when streaming [1.15.x] (#3855)
  • [Platform] Remove namespace value from project secret template [1.15.x] (#3856)
  • [Platform] Validate project secret [1.15.x] (#3864)

🐛 Bug Fixes

  • [RabbitMQ] Fix worker allocator initialization [1.15.x] (#3836)
  • [Processor] Fix sync function streaming [1.15.x] (#3861)

1.15.5

22 Sep 15:15
4aeaf81

Choose a tag to compare

Changelog

[1.15.5] - 2025-09-22

🧪 Dependencies

  • [Dependencies] Bump Scaler version to v0.10.2 [1.15.x] (#3816)