v0.1.0
What's Changed
- feat: init, docs/design.md, readme, logo, foundation by @dennisme in #1
- feat: opamp core by @dennisme in #2
- feat: metrics by @dennisme in #3
- feat: report-full-state, add o11y stack for dev by @dennisme in #4
- chore: info metric and better readyz by @dennisme in #5
- feat: api base setup by @dennisme in #6
- chore: cutover to fork by @dennisme in #7
- chore: refine milestones by @dennisme in #8
- feat: support filtering, metric if attributes conflict by @dennisme in #9
- feat: read-only fleet web UI (filters, themes, sortable table, liveness) by @cxdy in #10
- chore: codeowners, pr template by @dennisme in #14
- feat(docs): no one will read this anyway by @cxdy in #16
- docs: more for milestone 1 by @dennisme in #17
- feat(docs): add UI demo to docs site by @cxdy in #18
- feat(ci): fix tests, add mdlint, etc by @cxdy in #19
- feat(helm): add Kubernetes chart and Pages chart repository by @cxdy in #20
- fix: rename helm lint by @cxdy in #21
- fix(ci): resolve fork PR number for coverage comments by @cxdy in #24
- chore: raise test coverage across packages to ~96% by @cxdy in #23
- chore: design notes on certs and future supervisor changes by @dennisme in #22
- feat: impl mtls for humans, clients, prom. gw path untouched by @dennisme in #26
- docs: plan for state, schema and jobs by @dennisme in #27
- feat: persistence planning and stubbing out by @dennisme in #28
- feat: goreleaser by @cxdy in #31
- fix: release docs + PR links by @cxdy in #32
- fix: bad goreleaser formatting by @cxdy in #33
New Contributors
Full Changelog: https://github.com/dennisme/grex/commits/v0.1.0
Docker: ghcr.io/dennisme/grex:0.1.0 (also v0.1.0)
Helm (Pages chart repo):
helm repo add grex https://dennisme.github.io/grex/charts/
helm repo update
helm upgrade --install grex grex/grex --version 0.1.0 -n grex --create-namespace
Helm (OCI):
helm upgrade --install grex oci://ghcr.io/dennisme/charts/grex --version 0.1.0 -n grex --create-namespace