-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- refactor(kafka): Refactor Kafka SASL logic - fix(dataflow): Fix for batching does not support raw tensors - docs(metrics): [V2D-1220] Update documentation for podmonitor changes - refactor(kafka): [SCV2-32] Refactor Kafka SASL password logic for consistency - refactor(kafka): [SCV2-61] Restrict scope of locks in Kafka auth setup - fix(dataflow): [SCV2-18] Fix for batching does not handle mixed raw and normal tensors - fix(auth): [SCV2-60] Add checks for empty/whitespace namespaces to Kafka auth stores - build(operator): [SCV2-53] Fix operator CVEs due to stale Go packages - build(hodometer): [SCV2-53] Fix Hodometer CVEs due to stale Go packages - build(envoy): [SCV2-53] Update Envoy base image from UBI 9.1 to 9.3 - build(hodometer): [SCV2-53] Update Hodometer base images from UBI 9.2 to 9.3 - build(rclone): [SCV2-53] Update Rclone base image to UBI-9.3 - build(dataflow): [SCV2-53] Update dataflow engine base image from UBI9 OpenJDK 1.14 to 1.16 - build(operator): [SCV2-53] Update operator base image from UBI 9.2 to 9.3 - build(agent): [SCV2-53] Update agent base image from UBI 9.2 to 9.3 - build(scheduler): [SCV2-53] Update scheduler base image from UBI 9.2 to 9.3 - build(model-gateway): [SCV2-53] Update model gateway base image from UBI 9.2 to 9.3 - build(pipeline-gateway): [SCV2-53] Update pipeline gateway base image from UBI 9.2 to 9.3 - build(runtime-components): [SCV2-53] Update stale deps in scheduler module - fix: CVEs by upgrading to g1.20 - fix: Upgrade rclone and grafana - fix: LPL changes - fix(scheduler): fix scheduler segfault when agent 0 disconnects - fix(agent): Rclone config resync - fix(scheduler): non latest models consistency when server disconnects - feature: configuration of images using private registries via ansible - fix(dataflow): deadlock when Kafka stream never reaches 'running' state - fix: Update [CONTRIBUTING.md](http://contributing.md/) to remove reference to open source license --------- Co-authored-by: Alex Rakowski <20504869+agrski@users.noreply.github.com> Co-authored-by: Michael Cheah <20640150+michaelcheah@users.noreply.github.com> Co-authored-by: Lucian Carata <lc525@users.noreply.github.com> Co-authored-by: paulb-seldon <141156400+paulb-seldon@users.noreply.github.com>
- Loading branch information
1 parent
d350206
commit acc55f0
Showing
511 changed files
with
46,190 additions
and
109,754 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* @sakoush @lc525 | ||
/ansible/ @sakoush @lc525 @RafalSkolasinski | ||
/.github/ @sakoush @RafalSkolasinski |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ on: | |
- opened | ||
- reopened | ||
- edited | ||
- synchronize | ||
|
||
jobs: | ||
conventional-commit: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.