Skip to content

Releases: nuclio/nuclio

1.12.9

12 Dec 09:05
bc53880
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.12.8...1.12.9

1.12.8

28 Nov 07:26
ad1dda1
Compare
Choose a tag to compare

What's Changed

  • [Tests] Add RetryUntilSuccessful to TestDeployFunctionWithSidecarSanity by @rokatyy in #3056
  • [Dashboard][Processor] Add option to disable a creation of default http trigger by @rokatyy in #3051
  • [Nuctl] Make it possible to run nuctl in the pod without kubeconfig propagation by @rokatyy in #3057
  • [Runtime] Introduce python 3.10 and python 3.11 by @rokatyy in #3058
  • [Dashboard] Support project level node selector by @rokatyy in #3055
  • [CI] Fix go tests timeout by @rokatyy in #3060
  • [Docs] Generate nuclio docs with readthedocs by @rokatyy in #3030
  • [Docs] Update README.md by @liranbg in #3063
  • [Docs] Add function versioning to architecture TOC by @TomerShor in #3065
  • [Docs] Update readthedocs copyright by @TomerShor in #3066
  • [Docs] Fix typo statis to status by @foofybuster in #2956
  • [Readme] Updates and docs link update by @liranbg in #3064
  • [Dashboard] Retryable Iguazio http client by @liranbg in #3062
  • [Python] Bump pip for all python versions by @TomerShor in #3067
  • [Controller] Set default logs container when sidecars are set by @TomerShor in #3068
  • [Dashboard] Mount global env vars to functions env from secret by @rokatyy in #3069
  • [Docs] Fix images links in kafka trigger documentation by @rokatyy in #3072
  • [Controller] Consider scaling when monitoring function state by @TomerShor in #3071
  • [Project] Correct function default node selector field name by @liranbg in #3073

New Contributors

Full Changelog: 1.12.7...1.12.8

1.12.7

02 Nov 14:04
7bfd080
Compare
Choose a tag to compare

What's Changed

  • [Dependencies] Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #3042
  • [Deployment] Introducing Sidecars by @TomerShor in #3035
  • [Runtime] Deprecate python 3.6, add warn for python 3.7 and 3.8 by @rokatyy in #3040
  • [Docs] Add nuctl redeploy docs by @rokatyy in #3041
  • Bump github.com/nats-io/nats-server/v2 from 2.9.6 to 2.9.23 by @dependabot in #3046
  • [CI] Run tests with long execution time in parallel with the fast ones by @rokatyy in #3047
  • [Dependencies] Bump google.golang.org/grpc from 1.57.0 to 1.57.2 by @TomerShor in #3049
  • [Processor] Rework kafka stream processing logic by @rokatyy in #3044
  • [NATS] Submit events to workers concurrently by @TomerShor in #3050
  • [Dependencies] Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 by @dependabot in #3054

Full Changelog: 1.12.6...1.12.7

1.12.6

09 Oct 10:15
991bab1
Compare
Choose a tag to compare

What's Changed

  • [Nuctl] Keep image in spec by default when exporting by @rokatyy in #3037
  • [Trigger] Fix explicit ack mode population by @TomerShor in #3039

Full Changelog: 1.12.5...1.12.6

1.12.5

05 Oct 07:57
414c61f
Compare
Choose a tag to compare

What's Changed

  • [CI] Security Scan - use grype instead of trivy and print results by @TomerShor in #3025
  • [Controller] Allow redeploying function as Scaled To Zero by @rokatyy in #3024
  • [Nuctl] Add flag to export with previous state by @rokatyy in #3028
  • [Security] Fix Node and .Net vulnerabilities by @TomerShor in #3026
  • [Nuctl] Export with previous status annotations by default by @TomerShor in #3031
  • [CI] Skip building dotnet for arm64 by @liranbg in #3033
  • [Dashboard][Controller][Nuctl] Redeploy to desired state by @rokatyy in #3032
  • [Nuctl] Log how to redeploy from report if functions failed redeployment by @TomerShor in #3034

Full Changelog: 1.12.4...1.12.5

1.12.4

21 Sep 06:37
0b5ab58
Compare
Choose a tag to compare

What's Changed

  • [Examples] Update helloworld.go by @yenonn in #3008
  • [Overall] Bump packages, ci and other by @liranbg in #3009
  • [Kafka] Explicit ack enhancements by @liranbg in #3010
  • [Processor] Add buildFlags parameter to function config by @rokatyy in #3007
  • [Nuctl][Dashboard] Add flag to ensure external registry when redeploying functions by @rokatyy in #3014
  • [Nuctl] Add skip-external-registry-verify option to nuctl beta deploy by @rokatyy in #3017
  • [Go] Bump go version to 1.21 by @rokatyy in #3012
  • [Context] Remove detached package and use errgroup limit by @TomerShor in #3018
  • [Nuctl] Save a redeployment report to a file and rerun on retryable functions by @rokatyy in #3019
  • [Nuctl] Move redeploying functionality to a new command by @rokatyy in #3021
  • [Nuctl] Improve redeploy user experience by @TomerShor in #3023
  • [Docs] Local docker development by @umbrellerde in #2992

New Contributors

Full Changelog: 1.12.3...1.12.4

1.12.3

30 Aug 21:39
ca91cb4
Compare
Choose a tag to compare

What's Changed

  • [Dashboard][Helm] Add registry kind to helm chart and dashboard server by @rokatyy in #3003
  • [CI] Fix shell timeout test by @liranbg in #3006
  • [Processor] Fix unexpected consumption stop by @rokatyy in #3004

Full Changelog: 1.12.2...1.12.3

1.12.2

28 Aug 10:33
5e7010c
Compare
Choose a tag to compare

5e7010c [Processor] Fix event timing out (#3002)

What's Changed

Full Changelog: 1.12.1...1.12.2

1.12.1

26 Aug 18:03
7406348
Compare
Choose a tag to compare

What's Changed

  • [Processor] Add workers draining on processor termination by @rokatyy in #2989
  • [Dashboard] Added clean up of annotations during redeploying imported function by @rokatyy in #2993
  • [Nuctl] Add flag to leave image info in function config by @rokatyy in #2994
  • Revert "[Helm] Fix creation of ClusterRoleBinding for namespace access mode" by @TomerShor in #2996
  • [Helm] Fix creation of ClusterRoleBinding for namespace access mode by @rokatyy in #2997
  • [Processor] Fix panic on try to write to closed channel by @rokatyy in #2999
  • [Nuctl] Add previous state annotation when export function by @rokatyy in #2995
  • [OPA] Add redeploy function permission check by @TomerShor in #3000
  • [CI] Use gzip to compress images by @liranbg in #3001
  • [Controller] Remove internal annotations from function deployment by @rokatyy in #2998

Full Changelog: 1.12.0...1.12.1

1.11.25

21 Aug 11:54
1021d40
Compare
Choose a tag to compare

What's Changed

  • [Kafka] Commit the offset when handler is done on rebalance [1.11.x] by @TomerShor in #2991

Full Changelog: 1.11.24...1.11.25