Skip to content

Releases: SigNoz/signoz-operator

v0.0.1

Choose a tag to compare

@therealpandey therealpandey released this 26 Aug 22:09
a91e181

What's Changed

  • fix(logger): route klog through the configured logr backend by @therealpandey in #42
  • docs(readme): describe the operator, its custom resources and how to install it by @therealpandey in #41

Full Changelog: v0.0.1-rc.2...v0.0.1

v0.0.1-rc.2

v0.0.1-rc.2 Pre-release
Pre-release

Choose a tag to compare

@therealpandey therealpandey released this 26 Aug 20:57
4b1601c

What's Changed

Full Changelog: v0.0.1-rc.1...v0.0.1-rc.2

v0.0.1-rc.1

v0.0.1-rc.1 Pre-release
Pre-release

Choose a tag to compare

@therealpandey therealpandey released this 26 Aug 19:34
30d92e9

What's Changed

  • docs: idempotency design and PR conventions by @therealpandey in #4
  • feat: kubebuilder scaffold and primus go pipelines by @therealpandey in #5
  • docs: core spec and status field design by @therealpandey in #10
  • docs: add ProviderConfig design, make providerConfigRef required by @therealpandey in #11
  • docs: correct unsupported citations and stale claims by @therealpandey in #13
  • build(deps): bump google.golang.org/grpc from 1.79.3 to 1.82.1 by @dependabot[bot] in #9
  • feat: ProviderConfig and ClusterProviderConfig APIs by @therealpandey in #12
  • docs: resource modelling and the objectTemplate fence by @therealpandey in #14
  • docs: audit all design docs, close the open questions by @therealpandey in #15
  • feat(cmd): cobra CLI with env-resolved flags by @therealpandey in #16
  • feat(build): stamp version via ldflags in primus builds by @therealpandey in #17
  • feat(providerconfig): resolve provider configs and report Ready by @therealpandey in #18
  • fix(deps): bump cel-go to v0.29.0 and x/net to v0.55.0 by @therealpandey in #19
  • feat(resources): shared engine for mirroring resources into SigNoz by @therealpandey in #20
  • feat(resources): shared transport and reason-classified errors by @therealpandey in #21
  • test(resources): cover common reconciler timeout and suspend paths by @therealpandey in #22
  • fix(resources): persist status on all reconcile exits and recreate missing remotes by @therealpandey in #23
  • feat(resources): make the create-attempt annotation load-bearing in the common reconciler by @therealpandey in #24
  • test(resources): cover the common reconciler new-object paths by @therealpandey in #25
  • feat(resources): mirror User, AuthDomain, SavedView and Dashboard through skaff-generated kinds by @therealpandey in #26
  • refactor(resources): extract JSON body handling into internal/jsonbody by @therealpandey in #27
  • refactor(jsonbody): replace DiffWithFields with Intersect and add ExtractFromSpecs by @therealpandey in #28
  • ci(controllergen): add ci for controllergen and primus setup by @therealpandey in #29
  • feat(resources): mirror RoutePolicy, PlannedMaintenance, ServiceAccount, Role and Rule through skaff-generated kinds by @therealpandey in #30
  • chore(skills): add skaff-runner for the operator codegen pipeline by @therealpandey in #31
  • refactor(config): scope the operator cluster-wide and run checks through primus by @therealpandey in #32
  • fix(resources): retry a rejected credential instead of settling on Terminal by @therealpandey in #33
  • ci(build): push tagged operator images to dockerhub by @therealpandey in #36
  • refactor(clients): build the request URL up front and drop the origin-form fix-up by @therealpandey in #35
  • test(resources): cover finalize, conflict and drift paths in the common reconciler by @therealpandey in #34
  • ci(dist): publish the rendered config/default as a release artifact by @therealpandey in #37
  • test(providerconfig): cover the shared provider config reconciler by @therealpandey in #39

New Contributors

Full Changelog: https://github.com/SigNoz/signoz-operator/commits/v0.0.1-rc.1