Releases: xraph/ctrlplane
Releases · xraph/ctrlplane
v0.0.2
Changes
- Merge branch 'main' of github.com:xraph/ctrlplane (34c24da)
- chore: update dependencies in go.mod and go.sum for xraph packages and format Makefile for goimports (ee44480)
- Merge pull request #8 from xraph/dependabot/npm_and_yarn/docs/minor-and-patch-a1a4856e68 (256b85c)
- Merge pull request #7 from xraph/dependabot/go_modules/minor-and-patch-431946ebcd (d00833b)
- Merge pull request #6 from xraph/dependabot/github_actions/actions/setup-node-6 (5b62a4b)
- Merge pull request #5 from xraph/dependabot/github_actions/golangci/golangci-lint-action-9 (c64e66b)
- feat: add DisableRoutes configuration option to control route registration (ea29c09)
- build(deps): bump the minor-and-patch group in /docs with 5 updates (f8ffaa0)
- build(deps): bump the minor-and-patch group with 2 updates (13ff3d2)
- build(deps): bump actions/setup-node from 4 to 6 (6989e03)
- build(deps): bump golangci/golangci-lint-action from 7 to 9 (a2214eb)
- style: format PlatformStatus struct for consistency (1ced9ca)
- feat: add SaaS platform example with multi-store support and custom routes (d8f46b7)
- chore: update dependencies in go.mod and go.sum for mongo-driver and xdg-go packages (9cdf419)
- feat(mongo): implement CRUD operations for domains, routes, certificates, secrets, and telemetry data (91a8904)
Installation
go get github.com/xraph/ctrlplane@v0.0.2What's Changed
- build(deps): bump golangci/golangci-lint-action from 7 to 9 by @dependabot[bot] in #5
- build(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #6
- build(deps): bump the minor-and-patch group with 2 updates by @dependabot[bot] in #7
- build(deps): bump the minor-and-patch group in /docs with 5 updates by @dependabot[bot] in #8
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Changes
- feat: enhance release workflow with workflow_dispatch support and dynamic tagging (dbea686)
- Merge branch 'main' of github.com:xraph/ctrlplane (9f89755)
- feat: add GitHub Actions workflow for deploying documentation to GitHub Pages (0e0fc00)
- Merge pull request #4 from xraph/dependabot/github_actions/actions/cache-5 (c40d5a7)
- Merge pull request #3 from xraph/dependabot/github_actions/actions/upload-artifact-6 (838f34c)
- Merge pull request #1 from xraph/dependabot/github_actions/actions/checkout-6 (b14f243)
- Merge pull request #2 from xraph/dependabot/github_actions/actions/setup-go-6 (e8346aa)
- refactor: improve code readability by restructuring regex rules and enhancing type definitions (6703487)
- feat: reorganize imports and enhance code structure across multiple files (9c72aa3)
- refactor: unify string quotes and simplify array formatting in JSON and TypeScript files (aa4a21b)
- feat: update vessel dependency to v0.0.3 and remove indirect reference (66b390b)
- build(deps): bump actions/cache from 4 to 5 (2906dad)
- build(deps): bump actions/upload-artifact from 4 to 6 (808963e)
- build(deps): bump actions/checkout from 4 to 6 (5cb8bc4)
- build(deps): bump actions/setup-go from 5 to 6 (8b1b82f)
- feat: add GitHub Actions workflows for CI, documentation deployment, and release management (d92924d)
- feat: update button styles for improved UI consistency (0be509f)
- feat(bun): implement domain, route, certificate, secret, and telemetry management (987483b)
- feat: initialize documentation structure with Tailwind CSS and Fumadocs integration (0add4b7)
- feat: implement in-memory store for secrets, telemetry, and worker management (ef4dce9)
Installation
go get github.com/xraph/ctrlplane@v0.0.1What's Changed
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #2
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #1
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #3
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #4
New Contributors
- @dependabot[bot] made their first contribution in #2
Full Changelog: https://github.com/xraph/ctrlplane/commits/v0.0.1