Tags: rokatyy/nuclio
Tags
[Builder] Install nuclio dependencies from nuclio wheels [1.14.x] (nu… …clio#3683) backport (nuclio#3681)
[Helm] Align OPA container args to latest version (nuclio#3669) Latest OPA clients (version 1.5.1) require the listening address to be passed explicitly. This is backwards compatible with older versions. https://iguazio.atlassian.net/browse/IG-23798 https://iguazio.atlassian.net/browse/IG-23799
[Controller] Enrich probes during populate deployment container (nucl… …io#3653) ### **Motivation** Described in the ticket - https://iguazio.atlassian.net/browse/NUC-447 ### **Root Cause** 1. Function created with controller version < [1.14.5](https://github.com/nuclio/nuclio/releases/tag/1.14.5) (i.e. - the function doesn't have `spec.ReadinessProbe`). 2. Upgrading controller's version 3. When the controller reach the `populateDeployment` it tries to reach the `spec.ReadinessProbe`, which is nil ### **Description** In this PR, the code changes are basically adding the probes enrichment the same way that were done [here](https://github.com/nuclio/nuclio/pull/3609/files#diff-ff8e7e972e8e2db67ff18af4a7af59aa7f367aa33b98c6ed32ce6298ea3f96fdR185). This enrichment ensures backward compatibility for functions created with controller versions < v1.14.5. ### **Affected Areas** Nuclio-controller ### **Testing** - unit test coverage - Manual test of the fix ### **Changes Made** - Added the enrichment logic to the controller's population logic ### **Additional Notes** It seems that every controller upgrade triggers an unnecessary CreateOrUpdate call per function. This doesn't affect running pods, as the final K8s request is ignored when the deployment hasn't changed. Further investigation is needed.
[Dependabot] Bump denoland/setup-deno from 2.0.2 to 2.0.3 (nuclio#3643) Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 2.0.2 to 2.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/denoland/setup-deno/releases">denoland/setup-deno's releases</a>.</em></p> <blockquote> <h2>v2.0.3</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/denoland/setup-deno/compare/v2.0.2...v2.0.3">https://github.com/denoland/setup-deno/compare/v2.0.2...v2.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/denoland/setup-deno/commit/e95548e56dfa95d4e1a28d6f422fafe75c4c26fb"><code>e95548e</code></a> 2.0.3 (<a href="https://redirect.github.com/denoland/setup-deno/issues/102">#102</a>)</li> <li><a href="https://github.com/denoland/setup-deno/commit/8273ddd773c0c6d98f36a2090d9a7ee53dbf3fab"><code>8273ddd</code></a> fix: switch back to package.json as it's necessary for GH actions (<a href="https://redirect.github.com/denoland/setup-deno/issues/101">#101</a>)</li> <li><a href="https://github.com/denoland/setup-deno/commit/609c0055983975d562c8554cc38ee754969f9287"><code>609c005</code></a> feat: include a hash of deno.lock files in the cache key automatically (<a href="https://redirect.github.com/denoland/setup-deno/issues/98">#98</a>)</li> <li><a href="https://github.com/denoland/setup-deno/commit/aa0fea114b8b900f9aee1f5c4558935c601c17ee"><code>aa0fea1</code></a> feat: add built-in caching via inputs (<a href="https://redirect.github.com/denoland/setup-deno/issues/89">#89</a>)</li> <li><a href="https://github.com/denoland/setup-deno/commit/db3496c46ad1f318f963e2c1f2cce55efe67a327"><code>db3496c</code></a> feat: add "lts" version option (<a href="https://redirect.github.com/denoland/setup-deno/issues/97">#97</a>)</li> <li><a href="https://github.com/denoland/setup-deno/commit/d74ee56ed6e07882f5322d77f64db3751d77bf02"><code>d74ee56</code></a> refactor: convert action to TS and bundle code (<a href="https://redirect.github.com/denoland/setup-deno/issues/95">#95</a>)</li> <li>See full diff in <a href="https://github.com/denoland/setup-deno/compare/909cc5acb0fdd60627fb858598759246509fa755...e95548e56dfa95d4e1a28d6f422fafe75c4c26fb">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[Dashboard] Implement elastic search client (nuclio#3634) Adds elastic search client to a platform config. Also defines interface for future implementation that is needed for getting logs. Namely, method to return a list of replicas and a method to stream the logs from ES. ` Jira - https://iguazio.atlassian.net/browse/NUC-429
B5EF
[Processor] Change terminology from async/sync allocator to blocking/… …non-blocking (nuclio#3607) To avoid a confusion with trigger mode type (sync/async)
[UI] Change Jquery version `1.13.x` (nuclio#3605) - **UI**: Change Jquery version to `3.7.1` and above Backported to `1.13.x` from nuclio#3604 Jira: https://iguazio.atlassian.net/browse/NUC-406
Revert "[Dependencies] Bump alpine to 1.21 [1.13.x]" (nuclio#3591) Reverts nuclio#3590
PreviousNext