nuclio

High-Performance Serverless event and data processing platform

APACHE-2.0 License

Stars
5.3K

Bot releases are hidden (Show)

nuclio - 1.3.12

Published by liranbg over 4 years ago

f223b7f9 Improve and format kaniko output logs (#1463)

nuclio - 1.1.24

Published by pavius over 4 years ago

ae04dc6ea156fa0df3332bc9dc3fd74b2e5a094c Remove Python/cron processing logs, bump default Kafka timeout (#1465)
3e0a480ca8eca2143fede266635b73d0dc87ce26 Fix dups in Kafka (#1462)

nuclio - 1.3.11

Published by pavius over 4 years ago

ba321e1c6018e6aac2f8378f5cb5851384048d0f Remove Python/cron processing logs, bump default Kafka timeout (#1465)
0d9ac5842c8a49cec43f4ac8b61c99eabc8d28d4 UI: Triggers: Add Max Workers to Kafka trigger & more (see desc) (#1464)

nuclio - 1.3.10

Published by pavius over 4 years ago

17b315a628c148a3f54eef087f4ac508ec0b037c Fix dups in Kafka (#1462)

nuclio - 1.1.23

Published by pavius over 4 years ago

f7b4f3512a5594f311bbf248b33fb8f1f57ab236 Kafka rebalance (#1461)

nuclio - 1.3.9

Published by pavius over 4 years ago

dc21d84f4e058c8cd13a0f8e5764aeafa8ecbfc9 Fix linting (#1460)
e5ffb2c7acb6115dfb80481df8c8920d5f852ae9 Kafka rebalancing tested against Kafka 1.1.1 (#1459)
5a342332107e29beac0f7d33f0381cc4a17ecf3a UI: Accommodate to Iguazio rebrand changes (#1457)
45dc171feab0ff1e87d8ce7694f1c3e33a435978 UI: Import: Add error message on error parsing YAML (#1455)

nuclio - 1.3.8

Published by liranbg over 4 years ago

f6ff0724 Added option to configure a template for image name prefix (#1451)
f36f6c0c Improve brief errors + validate NATS URL scheme (#1452)
ad248d94 Makefile helm-publish commit with default message if not provided with one (#1453)
4df5a24a Doc fixes for ingress instructions (#1454)

nuclio - 1.3.7

Published by liranbg over 4 years ago

896f5e77 Catch All Exceptions raised by Python wrapper (#1450)
2d7e0641 Added maxWorker limit validation (#1447)
945b532e Truncate kaniko job name to match k8s limit of 63 (#1449)
776b2ed2 UI: Fix: enable/disable function gets stuck (#1446)
50d6e79d UI: Fix [Projects] Initial sort does not work (#1445)

nuclio - 1.3.6

Published by liranbg almost 5 years ago

74eb36f5 Added kaniko configuration to helm chart (#1442)
29e73b1d Default MaxReplicas to MinReplicas before default value (#1440)
bd5414d1 UI: Fix wrong validation rules for label and annotation keys (#1441)
990c4ad6 UI: Fix: UI stuck on long values in labels/annotations keys (#1438)
6ef2c248 UI: Fix: key uniqueness violation falsely detected (#1437)
bf6be902 Docs / concepts - ingress controller - fixing traefik links (#1436)

nuclio - 1.3.5

Published by omesser almost 5 years ago

UI goodness

Details:
b6e22e89 UI: Import: Merge projects with an existing name; Export: fix bug(#1434)
98ff4ecc UI: Implement own Projects and Project screens (#1433)
45e96f05 Bump to 1.3.4

nuclio - 1.3.4

Published by liranbg almost 5 years ago

3aab5025 Increased fasthttp server read buffer size from 4kb to 16kb (#1431)
ea348680 UI: Fix broken build (#1432)
b27bee29 UI: Fix invocation URL "Not yet deployed" for scaled-to-zero func (#1430)
c3db6525 UI: Projects: Remove “View by” mechanism (#1429)
6865cd2e UI: Import: Add error message on error parsing YAML (#1428)

nuclio - 1.3.3

Published by liranbg almost 5 years ago

4972aede Adding scale to zero configuration to frontend specs (#1425)

nuclio - 1.1.22

Published by liranbg almost 5 years ago

23fdfef3 [1.1.x] Backport fixes (#1427)
949e98b0 Improved logs [1.1.x Backport] (#1426)

nuclio - 1.3.2

Published by liranbg almost 5 years ago

8b0845b0 bump dotnet 2.0 to 3.1 (#1423)
215d64fc Show k8s events on deployment failure (#1420)
ff3fd458 UI: Add validation rule to configuration; Show build error (#1424)
d0ded6b0 Fixed unittest timeout (#1422)
3153ebc1 UI: Consider httpPort: 0 as invocation URL N/A or not deployed (#1419)

nuclio - 1.3.1

Published by liranbg almost 5 years ago

Bug fixes

178d577d Build nuctl in docker without volumizing (#1418)
d1e3d069 Examples generator fix (#1416)
8446046b Fix Kinesis iterator expiration (#1414)
bdfa838f Fixing nuctl (#1412)
63e5c516 Fixing helm version (#1411)
2acecef8 Support for HTTP ingress host template control via helm chart (#1410)

nuclio - 1.1.21

Published by pavius almost 5 years ago

Fix Kinesis iterator expiration

nuclio - 1.3.0

Published by omesser almost 5 years ago

Releasing 1.3.0 with non backwards-compatible platform-configuration spec (scale-to-zero)

Details:
2aea9a6a Nuclio supports new scaler (#1400)
70efb54f Watch wrapper process (#1384)
57fceb94 [DOC-REVIEW] README update (PR #1402) (#1406)
bdada4a0 Bump to 1.2.3

nuclio - 1.2.3

Published by liranbg almost 5 years ago

1fcc159d Brief error message on deployment failure (#1399)
82be55fc UI: Functions: make Project col sortable; Projects: default sort (#1407)
befc9317 Update readme (#1402)
801e225d Change available worker metric to percentage (#1404)
82f93613 Bumping helm chart version
e0b9e457 Bump to 1.2.2 (#1403)

nuclio - 1.2.2

Published by pavius almost 5 years ago

Details:
bb58f15824cefb0118fe2d0ca29756d7d527c3ff IG-13850: Base registry fix (#1401)
79b442093c4ca3cff63cf18a38a640c94c7a2ec3 Fix integration test failure (#1395)
8e4a4fe18b8e96542893e7f1ee2d9520dafa7d11 Check function containers healthiness (#1381)
5b0490e9aa07d361af5e828b2a79e7d42454c984 UI: [bugfix] Import project failed (#1396)
2a2976c115b6bb2ec8647f7ffe034b6c0191f718 UI: Triggers: Class drop-down options partially hidden (#1398)
818666e42734b679912ca8b757190da226f97c1c UI: Projects/Functions lists: Various bug fixes and changes (#1397)
ae0b497b8930fdf6dfc01bfe4934b1281c1a9fc7 (tag: 1.2.1) Added kaniko logs & build timeout (#1393)
c2cff2a8182a141f7452c96af27b93cfd3251027 Add worker metrics (#1394)
acd04521b70060ce2d27c6675a656d405a08e760 Added limits to kaniko job (#1392)
58c8c19d4a61df85bb287ed09f0e7c85d1cc234e [DOC] (Cosmetics) Use consistent note formatting ("> Note:") (#1390)
515cbfa1d34dd72236e8ffacb98286acd3d6223c Onbuild to use kaniko instead of docker (#1366)
7ee31a99b73fa96386788d7c0a3cb4b3c4915be6 UI: Projects: Add checkboxes to projects and functions (#1389)
3449fc45ef18f5a02d15a7aed52f18f366323a6d [DOC REVIEW] best-practices-and-common-pitfalls.md (#1388)
1de157aa758ac91a08d8a0e6a39a011557537ab8 Fixing CI (#1387)
43d61f61408a56662beb24b52862727a8b42b4e5 UI: Stop using external_ip_addresses end-point (#1385)
f059f377c7173931a0f80d32874a8c2f22e5d4e2 UI: Projects/Functions screen refactoring (#1372)
9bb3719bc04b46e0bedb9099f4dc7c3f0e7f2cdf Add best practices and common pitfalls (#1382)

nuclio - 1.2.0

Published by liranbg almost 5 years ago

e324c8d0 EKS support using bearer token (#1379)
f43eaf4b UI: Fix: Disabled deploy button is bypassed by switching tabs (#1378)
adccd09b Bump docker cli version to 18.09.6 (#1365)
e7ebebf6 UI: Various minor fixes (#1377)
0a661eaa Merge remote-tracking branch 'upstream/master' into development
859cb075 fix the deployment configuration for the deprecated apiVersion (#1369)
8b8a3b29 Locking scaler-types version (#1371)
c9c63925 Fix ensure default project not wrapping errors when failed (#1370)
7867b723 Kinesis: wait before polling again when shard is empty. (#1368)
d2b00af8 Kinesis trigger: only wait in case of an error. (#1367)
e3345576 Merge branch 'master' into development
85cdbe26 Improve build/deployment failure logs readability (#1363)