Skip to content

Releases: tracebloc/client

v1.3.2 — hourly auto-upgrade default

07 May 11:23
fbc4ef5

Choose a tag to compare

What's Changed

  • chore: revert default CODEOWNERS (back to author-picks-reviewer) by @LukasWodka in #92
  • chore(client): bump chart 1.3.0 -> 1.3.1 (auto-upgrade verification) by @saadqbal in #91
  • Prod: Revert CODEOWNERS to maintain narrow security rules by @saadqbal in #93
  • docs: fix README Deploy section (Helm not docker), surface in-repo docs by @saadqbal in #102
  • docs: surface standalone installer in README and INSTALL.md by @saadqbal in #104
  • ci: bootstrap FR-flow callers on main by @LukasWodka in #110
  • chore(auto-upgrade): run cronjob hourly at :23 (prod cherry-pick) by @saadqbal in #113
  • chore(client): bump chart 1.3.1 -> 1.3.2 (hourly auto-upgrade) by @saadqbal in #114

Full Changelog: v1.3.0...v1.3.2

What's Changed

  • chore: revert default CODEOWNERS (back to author-picks-reviewer) by @LukasWodka in #92
  • chore(client): bump chart 1.3.0 -> 1.3.1 (auto-upgrade verification) by @saadqbal in #91
  • Prod: Revert CODEOWNERS to maintain narrow security rules by @saadqbal in #93
  • docs: fix README Deploy section (Helm not docker), surface in-repo docs by @saadqbal in #102
  • docs: surface standalone installer in README and INSTALL.md by @saadqbal in #104
  • ci: bootstrap FR-flow callers on main by @LukasWodka in #110
  • chore(auto-upgrade): run cronjob hourly at :23 (prod cherry-pick) by @saadqbal in #113
  • chore(client): bump chart 1.3.1 -> 1.3.2 (hourly auto-upgrade) by @saadqbal in #114

Full Changelog: v1.3.0...v1.3.2

v1.3.1

04 May 05:00
d0a6925

Choose a tag to compare

What's Changed

  • Develop by @saadqbal in #39
  • fix: windows script by @saadqbal in #40
  • NetworkPolicy locking down training-pod egress by @LukasWodka in #42
  • chore: add narrow CODEOWNERS for security-sensitive paths by @LukasWodka in #46
  • Add optional Namespace resource with Pod Security Admission labels by @LukasWodka in #43
  • Add consolidated docs/SECURITY.md by @LukasWodka in #44
  • Add Helm chart migration safety guide by @saadqbal in #47
  • docs(client): add pre-Helm resource-monitor cleanup step to MIGRATION.md by @saadqbal in #49
  • feat(mysql): drop root init-containers, add PSA-restricted securityContext by @saadqbal in #48
  • Move tracebloc-resource-monitor to dedicated privileged namespace by @saadqbal in #50
  • feat(mysql): set readOnlyRootFilesystem on mysql-client by @saadqbal in #52
  • feat(psa): enforce=restricted by default on CSI; bare-metal overrides by @saadqbal in #51
  • feat(installer): slim k3d and add dev overrides for local testing by @saadqbal in #54
  • feat(client): harden image pinning and credentials (v1.0.4) by @saadqbal in #53
  • feat(client): require metrics-server for resource-monitor (v1.0.5) by @saadqbal in #55
  • ix(mysql): drop chmod from hostPath init (v1.0.6) by @saadqbal in #56
  • Chore/merge main into develop by @saadqbal in #58
  • chore: real merge commit to unblock PR #57 by @saadqbal in #59
  • fix(client): pin resource-monitor by digest (v1.0.7) by @saadqbal in #60
  • chore: add auto-add to engineer kanban workflow by @LukasWodka in #45
  • fix(client): reject empty clusterCidrs on training NetworkPolicy (v1.0.8) by @saadqbal in #61
  • fix(ci): pass CI values file to release lint so --strict passes by @saadqbal in #62
  • ci: add advance-deploy-env caller workflow by @LukasWodka in #64
  • chore: add PR template + customer bump + stale auto-close by @LukasWodka in #65
  • feat(client): mysql kill-loop fix — resources, PriorityClass, PDB (v1.1.0) by @saadqbal in #66
  • fix(scripts): pre-create per-release hostPath dirs as host user by @saadqbal in #67
  • docs(migrations): correct Option B + add hasan-prod case + active-jobs pre-flight by @saadqbal in #71
  • chore: add default CODEOWNERS for auto-reviewer assignment by @LukasWodka in #73
  • ci: add kanban closure-routing caller workflow by @LukasWodka in #75
  • fix(client): release-scope resource-monitor names so multiple releases can coexist (v1.2.0) by @saadqbal in #72
  • fix(client): allow training pods to reach mysql-client (v1.2.1) by @saadqbal in #76
  • docs(migration-tools): tenant migration runbook for eks-1.0.x → client-1.x by @saadqbal in #74
  • fix(client): release-scope SCC SA refs (v1.2.2) — bugbot follow-up to v1.2.0 by @saadqbal in #78
  • fix: NOTES.txt rename + generator chart-version drift (v1.2.3) — bugbot follow-up #2 by @saadqbal in #80
  • docs(claude): require @saadqbal as PR assignee by @saadqbal in #79
  • chore(client): bump chart to 1.2.3 for release by @saadqbal in #81
  • chore: remove legacy per-platform charts and stale build artifacts (closes #70) by @saadqbal in #83
  • feat(client): self-upgrade CronJob (closes #69) by @saadqbal in #89
  • chore: revert default CODEOWNERS (back to author-picks-reviewer) by @LukasWodka in #92
  • chore(client): bump chart 1.3.0 -> 1.3.1 (auto-upgrade verification) by @saadqbal in #91

Full Changelog: v1.0.3...v1.3.1

v1.3.0

30 Apr 10:04
dde5993

Choose a tag to compare

What's Changed

  • chore: remove legacy per-platform charts and stale build artifacts (closes #70) by @saadqbal in #83
  • Prod: chore: remove legacy per-platform charts and stale build artifacts (closes #70) (#83) by @saadqbal in #84
  • feat(client): self-upgrade CronJob (closes #69) by @saadqbal in #89
  • Prod: Implement self-upgrade CronJob for Helm chart automation by @saadqbal in #90

Full Changelog: v1.2.3...v1.3.0

v1.2.3

28 Apr 12:27
9e6be81

Choose a tag to compare

What's Changed

  • docs(migrations): correct Option B + add hasan-prod case + active-jobs pre-flight by @saadqbal in #71
  • chore: add default CODEOWNERS for auto-reviewer assignment by @LukasWodka in #73
  • ci: add kanban closure-routing caller workflow by @LukasWodka in #75
  • fix(client): release-scope resource-monitor names so multiple releases can coexist (v1.2.0) by @saadqbal in #72
  • fix(client): allow training pods to reach mysql-client (v1.2.1) by @saadqbal in #76
  • docs(migration-tools): tenant migration runbook for eks-1.0.x → client-1.x by @saadqbal in #74
  • fix(client): release-scope SCC SA refs (v1.2.2) — bugbot follow-up to v1.2.0 by @saadqbal in #78
  • fix: NOTES.txt rename + generator chart-version drift (v1.2.3) — bugbot follow-up #2 by @saadqbal in #80
  • docs(claude): require @saadqbal as PR assignee by @saadqbal in #79
  • Prod: Fix resource-monitor naming and enhance migration tools by @saadqbal in #77
  • chore(client): bump chart to 1.2.3 for release by @saadqbal in #81
  • Promote develop → main: chart 1.2.3 by @saadqbal in #82

Full Changelog: v1.1.0...v1.2.3

v1.1.0

27 Apr 12:34
5a7b07a

Choose a tag to compare

What's Changed

  • ci: add advance-deploy-env caller workflow by @LukasWodka in #64
  • chore: add PR template + customer bump + stale auto-close by @LukasWodka in #65
  • feat(client): mysql kill-loop fix — resources, PriorityClass, PDB (v1.1.0) by @saadqbal in #66
  • fix(scripts): pre-create per-release hostPath dirs as host user by @saadqbal in #67
  • Enhance CI workflows and fix MySQL resource management issues by @saadqbal in #68

Full Changelog: v1.0.8...v1.1.0

v1.0.8

24 Apr 16:33
4959066

Choose a tag to compare

What's Changed

  • Develop by @saadqbal in #39
  • fix: windows script by @saadqbal in #40
  • NetworkPolicy locking down training-pod egress by @LukasWodka in #42
  • chore: add narrow CODEOWNERS for security-sensitive paths by @LukasWodka in #46
  • Add optional Namespace resource with Pod Security Admission labels by @LukasWodka in #43
  • Add consolidated docs/SECURITY.md by @LukasWodka in #44
  • Add Helm chart migration safety guide by @saadqbal in #47
  • docs(client): add pre-Helm resource-monitor cleanup step to MIGRATION.md by @saadqbal in #49
  • feat(mysql): drop root init-containers, add PSA-restricted securityContext by @saadqbal in #48
  • Move tracebloc-resource-monitor to dedicated privileged namespace by @saadqbal in #50
  • feat(mysql): set readOnlyRootFilesystem on mysql-client by @saadqbal in #52
  • feat(psa): enforce=restricted by default on CSI; bare-metal overrides by @saadqbal in #51
  • feat(installer): slim k3d and add dev overrides for local testing by @saadqbal in #54
  • feat(client): harden image pinning and credentials (v1.0.4) by @saadqbal in #53
  • feat(client): require metrics-server for resource-monitor (v1.0.5) by @saadqbal in #55
  • ix(mysql): drop chmod from hostPath init (v1.0.6) by @saadqbal in #56
  • Chore/merge main into develop by @saadqbal in #58
  • chore: real merge commit to unblock PR #57 by @saadqbal in #59
  • fix(client): pin resource-monitor by digest (v1.0.7) by @saadqbal in #60
  • chore: add auto-add to engineer kanban workflow by @LukasWodka in #45
  • fix(client): reject empty clusterCidrs on training NetworkPolicy (v1.0.8) by @saadqbal in #61
  • Prod: harden training pod security measures by @saadqbal in #57
  • fix(ci): pass CI values file to release lint so --strict passes by @saadqbal in #62
  • Merge pull request #62 from tracebloc/fix/release-workflow-lint by @saadqbal in #63

New Contributors

Full Changelog: v1.0.3...v1.0.8

v1.0.3

06 Mar 18:08
f43f2d4

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

What's Changed

Full Changelog: v1.0.2...v1.0.3

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Mar 11:11
8a8654f

Choose a tag to compare

What's Changed

  • Add installation of Tracebloc client Helm chart to script by @saadqbal in #30
  • Add installation of Tracebloc client Helm chart to script fixes (#30) by @saadqbal in #31

Full Changelog: v1.0.1...v1.0.2

What's Changed

  • Add installation of Tracebloc client Helm chart to script by @saadqbal in #30
  • Add installation of Tracebloc client Helm chart to script (#30) by @saadqbal in #31

Full Changelog: v1.0.1...v1.0.2

What's Changed

  • Add installation of Tracebloc client Helm chart to script by @saadqbal in #30
  • Add installation of Tracebloc client Helm chart to script (#30) by @saadqbal in #31

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Mar 20:14
04bd382

Choose a tag to compare

What's Changed

  • Fixed the hostPath directory issue
  • Fixed mysql issue
  • Update Helm chart version to 1.0.1 and appVersion to 1.0.1 for client by @saadqbal in #29

Full Changelog: v1.0.0...v1.0.1

What's Changed

  • Update Helm chart version to 1.0.1 and appVersion to 1.0.1 for client by @saadqbal in #29

Full Changelog: v1.0.0...v1.0.1

What's Changed

  • Update Helm chart version to 1.0.1 and appVersion to 1.0.1 for client by @saadqbal in #29

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Mar 18:16
5aabfcb

Choose a tag to compare

What's Changed

  • Develop by @saadqbal in #2
  • Add label type=system by @saadqbal in #3
  • optional runtime class name for GPU joBs in k3s by @saadqbal in #4
  • Tag fix (#6) by @saadqbal in #7
  • Develop by @saadqbal in #8
  • Update Helm chart versions to 1.0.0 for aks, bm, and eks; increment a…ppVersion to 1.24.10, update creation timestamps and digests in index.yaml. by @saadqbal in #9
  • Update Helm chart versions to 1.0.1 for aks, bm, and eks; by @saadqbal in #10
  • updated to 1.0.1 by @saadqbal in #11
  • Update Helm chart versions to 1.0.2 for aks, bm, and eks by @saadqbal in #12
  • Update Helm chart versions to 1.0.2 for aks, bm, and eks by @saadqbal in #13
  • Update Helm chart versions to 1.0.3 for aks, bm, and eks; increment appVersion to 1.24.13 by @saadqbal in #14
  • Openshift by @saadqbal in #15
  • Client v2 by @saadqbal in #16
  • Client v2 by @saadqbal in #18
  • new helm-chart by @saadqbal in #17
  • Update Helm chart version to 2.0.1 for tracebloc, by @saadqbal in #19
  • Update index.yaml with new creation timestamps for existing Helm charts by @saadqbal in #20
  • Refactor Helm chart release workflow to improve packaging and commit logic by @saadqbal in #21
  • Update Helm chart version from 2.0.1 to 1.0.0, reflecting a major version change for tracebloc by @saadqbal in #22
  • Enhance Helm chart release workflow by adding cleanup step for local chart packages. by @saadqbal in #23
  • Update Helm chart version to 1.0.1 and appVersion to 1.24.15 by @saadqbal in #24
  • renamed tracebloc to client by @saadqbal in #25
  • Update Helm chart release workflow to use 'client' naming convention by @saadqbal in #26
  • Rename Helm chart from 'tracebloc' to 'client' in Chart.yaml for consistency with new naming convention. by @saadqbal in #27
  • Enhance MySQL deployment configuration in Helm chart by @saadqbal in #28

New Contributors

Full Changelog: https://github.com/tracebloc/client/commits/v1.0.0

What's Changed

  • Develop by @divyasinghds in #1
  • Develop by @saadqbal in #2
  • Add label type=system by @saadqbal in #3
  • optional runtime class name for GPU joBs in k3s by @saadqbal in #4
  • Tag fix by @divyasinghds in #6
  • Tag fix (#6) by @saadqbal in #7
  • Develop by @saadqbal in #8
  • Update Helm chart versions to 1.0.0 for aks, bm, and eks; increment a…ppVersion to 1.24.10, update creation timestamps and digests in index.yaml. by @saadqbal in #9
  • Update Helm chart versions to 1.0.1 for aks, bm, and eks; by @saadqbal in #10
  • updated to 1.0.1 by @saadqbal in #11
  • Update Helm chart versions to 1.0.2 for aks, bm, and eks by @saadqbal in #12
  • Update Helm chart versions to 1.0.2 for aks, bm, and eks by @saadqbal in #13
  • Update Helm chart versions to 1.0.3 for aks, bm, and eks; increment appVersion to 1.24.13 by @saadqbal in #14
  • Openshift by @saadqbal in #15
  • Client v2 by @saadqbal in #16
  • Client v2 by @saadqbal in #18
  • new helm-chart by @saadqbal in #17
  • Update Helm chart version to 2.0.1 for tracebloc, by @saadqbal in #19
  • Update index.yaml with new creation timestamps for existing Helm charts by @saadqbal in #20
  • Refactor Helm chart release workflow to improve packaging and commit logic by @saadqbal in #21
  • Update Helm chart version from 2.0.1 to 1.0.0, reflecting a major version change for tracebloc by @saadqbal in #22
  • Enhance Helm chart release workflow by adding cleanup step for local chart packages. by @saadqbal in #23
  • Update Helm chart version to 1.0.1 and appVersion to 1.24.15 by @saadqbal in #24
  • renamed tracebloc to client by @saadqbal in #25
  • Update Helm chart release workflow to use 'client' naming convention by @saadqbal in #26
  • Rename Helm chart from 'tracebloc' to 'client' in Chart.yaml for consistency with new naming convention. by @saadqbal in #27
  • Enhance MySQL deployment configuration in Helm chart by @saadqbal in #28

New Contributors

Full Changelog: https://github.com/tracebloc/client/commits/v1.0.0