johnride
  • Joined on 2024-02-06
johnride pushed to feat/helm-rollforward-min at NationTech/harmony 2026-05-28 23:40:13 +00:00
4a138e27fa feat(helm): roll-forward upgrades for pinned releases
johnride created branch feat/helm-rollforward-min in NationTech/harmony 2026-05-28 23:40:13 +00:00
johnride pushed to ci/fleet-cd-pipeline at NationTech/harmony 2026-05-28 22:38:37 +00:00
682dd91f30 ci(fleet): release + CD pipeline (staging auto, prod gated)
johnride created branch ci/fleet-cd-pipeline in NationTech/harmony 2026-05-28 22:38:37 +00:00
johnride created branch feat/fleet-release-score in NationTech/harmony 2026-05-28 22:38:36 +00:00
johnride pushed to feat/fleet-release-score at NationTech/harmony 2026-05-28 22:38:36 +00:00
24c3c1c571 feat(fleet): ReleaseScore — build + publish image + chart from a tag
johnride created branch feat/helm-rollforward in NationTech/harmony 2026-05-28 22:38:33 +00:00
johnride pushed to feat/helm-rollforward at NationTech/harmony 2026-05-28 22:38:33 +00:00
daac8d9c5a feat(helm): roll-forward upgrades for pinned releases
johnride created branch feat/fleet-harmony-apply in NationTech/harmony 2026-05-28 22:38:33 +00:00
johnride pushed to feat/fleet-harmony-apply at NationTech/harmony 2026-05-28 22:38:33 +00:00
df935133c5 feat(fleet): harmony apply — deploy the published operator chart
johnride commented on pull request NationTech/harmony#303 2026-05-28 20:42:18 +00:00
feat(harmony): harmony-sso deploy hardening (Zitadel + OpenBao Scores)

Not sure about the handling of the credentials, default settings should be leaning a bit more towards high security and never delete I think.

johnride pushed to main at johnride/speech-to-text 2026-05-28 20:13:00 +00:00
1f74edbdb8 audio player
johnride approved NationTech/harmony#302 2026-05-28 20:06:49 +00:00
feat(harmony_secret): SSO auth hardening — silent refresh, renewal, namespacing

lgtm, went quickly over it, I'll need to get a better feel once I start using it.

johnride pushed to ci/fleet-argo-cd at NationTech/harmony 2026-05-28 02:25:41 +00:00
1349739ed7 docs(adr): draft 012-1 — release architecture mechanism
johnride pushed to ci/fleet-argo-cd at NationTech/harmony 2026-05-28 01:38:08 +00:00
80b3cf1c31 ci(fleet-operator): extract version resolution to a shared bash script
johnride deleted branch ci/fleet-argo-cd-crd-ignore-diff from NationTech/harmony 2026-05-28 01:23:05 +00:00
johnride pushed to ci/fleet-argo-cd at NationTech/harmony 2026-05-28 01:23:03 +00:00
f4fd5d312a docs(agents): make engineering guidelines mandatory reading
0992183438 feat(fleet): Argo-based CD path for the fleet operator
a7c5318060 refactor(argocd): parameterize ArgoHelmScore for non-OKD clusters
Compare 3 commits »
johnride commented on pull request NationTech/harmony#301 2026-05-28 01:02:04 +00:00
ci/fleet-argo-cd

should be done in rust, we don't want to depend on bash inlined in yaml it's not only locking-in and not reusable it is brittle.

johnride commented on pull request NationTech/harmony#301 2026-05-28 01:02:04 +00:00
ci/fleet-argo-cd

This is making a simple thing hard and complicated. We already have an argo module, just use it. Don't rebuilt another one on top. Complete waste of lines of code and time and documentation.

johnride commented on pull request NationTech/harmony#301 2026-05-28 01:02:04 +00:00
ci/fleet-argo-cd

This is about 5x more code than it should be, and 10x more documentation/comments. Do better.