Skip to content

Releases: opendatahub-io/kubeflow

v1.9.0-6

19 Dec 14:47
dbdb04f
Compare
Choose a tag to compare

What's Changed

  • Increase timeouts as they were too short. by @atheo89 in #478
  • Enable GHAs for v1.9-branch by @atheo89 in #483
  • RHOAIENG-7610: fix(nbc): deduplicate culling-related configmap keys by @jiridanek in #480
  • feat(automation): Add GitHub Action to handle creating a new release by @andyatmiami in #484
  • Sets secret token to enable GHA tests to run when the automated PR opens by @atheo89 in #489
  • RHOAIENG-11142: chore(test): Integrate Codecov coverage reporting for odh-notebook-controller by @andyatmiami in #492
  • Add a drop down menu for choosing Sync or Release action by @atheo89 in #488
  • NO-ISSUE: chore(gha): run tests in a gha when gha itself is modified in a pr by @jiridanek in #491
  • chore(owners): add andyatmiami as reviewer and approver by @andyatmiami in #495
  • RHOAIENG-11142: chore(test): Integrate Codecov coverage reporting for notebook-controller by @andyatmiami in #490
  • Sync main into v1.9-branch by @jiridanek in #499
  • [GHA-12395886097] Update odh and notebook-controller with image 1.9-521f441 by @ide-developer in #500
  • [GHA-12414671134] Update odh and notebook-controller with image 1.9-58ee8e2 by @ide-developer in #501

New Contributors

Full Changelog: v1.9.0-5...v1.9.0-6

v1.9.0-5

28 Nov 17:20
343990c
Compare
Choose a tag to compare

What's Changed

  • RHOAISTRAT-214: Issue #362: feat(nbcs): build containers to be fips-ready by @jiridanek in #406
  • NO-JIRA: tests(odh-nbc): shorten the test certificates by @jiridanek in #448
  • [GHA] Update odh and notebook-controller with image main-363bcdb by @github-actions in #453
  • RHOAIENG-15875: chore(gha): enable verbose govulncheck output by @jiridanek in #456
  • RHOAIENG-15875: fix(deps): upgrade protobuf package to unaffected version by @jiridanek in #457
  • RHOAIENG-15741: Sync v1.9-branch branch with main branch by @jiridanek in #458
  • RHOAIENG-15743: fix(odh-nbc): trim ca-bundle certData to avoid logging scary messages by @jiridanek in #455
  • Update gha to update makefile-vars.mk external file by @atheo89 in #466
  • RHOAIENG-15772: tests(nbcs): use the direct (uncached) client to drive tests by @jiridanek in #461
  • Update sync workflow to handle specific conflicts by @atheo89 in #459
  • RHOAIENG-15772: tests(odh-nbc): fix unintended shadowing of cfg variable by @jiridanek in #462
  • RHOAIENG-15772: tests(odh-nbc): disable graceful shutdown period for envtest by @jiridanek in #464
  • RHOAIENG-15772: tests(odh-nbc): wait for controller manager to stop before stopping envtest by @jiridanek in #463
  • RHOAIENG-15772: tests(odh-nbc): write envtest kubeconfig to disk upon request by @jiridanek in #450
  • RHOAIENG-15772: tests(odh-nbc): write auditlogs from envtest tests to disk upon request by @jiridanek in #451
  • RHOAIENG-15772: tests(odh-nbc): output struct diffs in gomega failure messages by @jiridanek in #454
  • [Fix] update bash scripts for E2E tests run to propagate failures by @jstourac in #433
  • RHOAIENG-15748: chore(release): set the main tag to main, so we need not update it with digest updater from now on by @jiridanek in #468
  • RHOAIENG-16202: Sync main into v1.9-branch by @github-actions in #470
  • RHOAIENG-8390: feat(odh-nbc): search for imagestreams only in the namespace the controller runs in by @shalberd in #375
  • [RHOAIENG-15141] Fix failing E2E tests by @jstourac in #473
  • Kubeflow sync release pipeline by @atheo89 in #469
  • Create a .yaml file with kubeflow version by @dibryant in #472
  • Change gitconfig to use --global option by @atheo89 in #475
  • Update v1.9-brange image tags by @atheo89 in #476
  • [GHA-12072896670] Update odh and notebook-controller with image 1.9-cae23d6 by @github-actions in #479

New Contributors

Full Changelog: v1.9.0-4...v1.9.0-5

v1.9.0-4

14 Nov 18:22
19d1e95
Compare
Choose a tag to compare

What's Changed

  • [GHA] Update odh and notebook-controller with image main-3f931d2 by @github-actions in #446
  • NO-JIRA: chore(nbcs): update tooling in controller's Makefiles - kubernetes and kustomize by @jstourac in #432
  • RHOAIENG-15335: feat(odh-nbc/webhook): don't initiate updates that would restart a running pod by @jiridanek in #436
  • RHOAIENG-15741: Sync v1.9-branch branch with main branch by @jiridanek in #447
  • [GHA] Update odh and notebook-controller with image 1.9-adf190d by @github-actions in #452

Full Changelog: v1.9.0-3...v1.9.0-4

v1.9.0-3

07 Nov 10:51
18505de
Compare
Choose a tag to compare

What's Changed

  • [GHA] Update odh and notebook-controller with image main-648689f by @github-actions in #426
  • [RHOAIENG-14687] Extend tests for certificate to assure that they are readable by @jstourac in #435
  • RHOAIENG-14552: Reapply "RHOAIENG-10827: feat(nbcs): update ose-oauth-proxy image digest reference from 4.8 to the latest 4.14 version (#388)" by @jiridanek in #439
  • RHOAIENG-15335: feat(odh-nbc/webhook): only update oauth-proxy image in CREATE events by @jiridanek in #437
  • Introduce rbac controller to handle RoleBindings by @atheo89 in #434
  • Sync v1.9-branch branch with main branch by @atheo89 in #444
  • [GHA] Update odh and notebook-controller with image 1.9-8369940 by @github-actions in #445

Full Changelog: v1.9.0-2...v1.9.0-3

v1.9.0-2

18 Oct 10:10
e5b3eeb
Compare
Choose a tag to compare

What's Changed

  • RHOAIENG-9824: gha(odh-nbc): improve the GitHub Actions integration test for odh-notebook-controller to start the controller successfully and run a notebook by @jiridanek in #398
  • Add a GitHub workflow to sync branches through PR by @atheo89 in #404
  • [main] NO-JIRA: chore(nbcs): run make generate in components/notebook-controller to update the yamls by @openshift-cherrypick-robot in #407
  • NO-JIRA: chore(nbcs): update tooling in controller's Makefiles by @jiridanek in #391
  • Sync v1.9-branch branch with main branch by @github-actions in #409
  • Renamed the GHA fixing a typo by @jstourac in #414
  • [GHA] Update odh and notebook-controller with image main-7986030 by @github-actions in #416
  • chore(gha): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 by @dependabot in #415
  • NO-JIRA: fix(gha): replace oc with kubectl in notebook_controller_integration_test.yaml by @jiridanek in #417
  • NO-JIRA: fix(gha) improve robustness by checking for resource existence by @jiridanek in #418
  • Revert "[v1.9-branch] RHOAIENG-10827: feat(nbcs): update ose-oauth-proxy image digest reference from 4.8 to the latest 4.14 version (#388)" by @jiridanek in #419
  • Sync v1.9 branch from main to get the latest changes ready for rhoai-nightly by @jiridanek in #420
  • Sync v1.9 branch from main to get the latest changes ready for rhoai-nightly by @jiridanek in #422
  • [RHOAIENG-11895] fix(odh-nbc): put a newline between certs in case input is missing a newline by @jstourac in #411
  • Sync v1.9-branch branch with main branch by @jstourac in #424
  • [GHA] Update odh and notebook-controller with image 1.9-c5d8c55 by @github-actions in #425

New Contributors

Full Changelog: v1.9.0-1...v1.9.0-2

v1.9.0-1

03 Oct 13:50
6cdc891
Compare
Choose a tag to compare

What's Changed

  • Upgrade notebook-controller with upstream 1.9.0 Release by @atheo89 in #385
  • Update gha to be branch version agnostic by @atheo89 in #390
  • [patch fix] Remove debug code lines that break the gha by @atheo89 in #394
  • [GHA] Update odh and notebook-controller with image 1.9-1769b4b by @github-actions in #397
  • [v1.9-branch] RHOAIENG-10827: feat(nbcs): update ose-oauth-proxy image digest reference from 4.8 to the latest 4.14 version by @openshift-cherrypick-robot in #388
  • [v1.9-branch] RHOAIENG-9824: gha(odh-nbc): improve the GitHub Actions integration test for odh-notebook-controller to start the controller successfully and run a notebook by @openshift-cherrypick-robot in #402
  • NO-JIRA: chore(nbcs): run make generate in components/notebook-controller to update the yamls by @jiridanek in #392
  • [GHA] Update odh and notebook-controller with image 1.9-fa442a1 by @github-actions in #412

Full Changelog: v1.7.0-15...v1.9.0-1

v1.7.0-15

26 Aug 21:02
a99e2d7
Compare
Choose a tag to compare

What's Changed

  • Upgrade the x/net package v0.23.0 for the cve fix by @harshad16 in #369
  • RHOAIENG-9935: feat(nbcs): get ose-oauth-proxy image with PullIfNeeded policy and use digest to specify the image by @jiridanek in #374
  • RHOAIENG-7327: Set certs on both creation and update of notebooks by @harshad16 in #373
  • [GHA] Update odh and notebook-controller with image 1.7-5d51c2b by @github-actions in #382

Full Changelog: v1.7.0-14...v1.7.0-15

v1.7.0-14

26 Jul 19:28
e98d7df
Compare
Choose a tag to compare

What's Changed

  • Group Go security updates from Dependabot across {odh-}notebook-contr… by @jiridanek in #354
  • RHOAIENG-8658, RHOAIENG-8651: Update to go 1.21 and apply go mod tidy changes by @jiridanek in #349
  • RHOAIENG-8554: Add static-checks GitHub action for go code by @jiridanek in #345
  • chore: add .snyk config file to ignore directories that we don't build ODH from by @jiridanek in #366
  • Update OWNERS file with adding more approvers by @jstourac in #363
  • Update kustomization to use params env and yml on notebook-controller and odh-notebook-controller by @atheo89 in #364
  • Create gha to update automaticaly the notebook-controller images by @atheo89 in #371
  • [GHA] Update odh and notebook-controller with image 1.7-8a9b65a by @github-actions in #372

New Contributors

  • @github-actions made their first contribution in #372

Full Changelog: v1.7.0-13...v1.7.0-14

v1.7.0-13

21 Jun 19:21
832f9d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0-12...v1.7.0-13

v1.7.0-12

14 Jun 20:35
d3f7920
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0-11...v1.7.0-12