Releases: datum-cloud/datumctl
Releases · datum-cloud/datumctl
v0.6.0
What's Changed
- fix(deps): update module go.miloapis.com/milo to v0.1.0 by @renovate[bot] in #24
- fix(deps): update module github.com/coreos/go-oidc/v3 to v3.15.0 - autoclosed by @renovate[bot] in #23
- fix(deps): update module sigs.k8s.io/controller-runtime to v0.21.0 by @renovate[bot] in #21
- fix(deps): update module go.miloapis.com/milo to v0.1.1 by @renovate[bot] in #25
- fix(deps): update module golang.org/x/oauth2 to v0.30.0 by @renovate[bot] in #20
- fix(deps): update kubernetes packages to v0.33.3 by @renovate[bot] in #18
- add datum mcp by @yhenryli in #30
New Contributors
Full Changelog: v0.0.5...v0.6.0
v0.0.5
What's Changed
- Support OIDC Authentication by @scotwells in #14
- Support listing organization memberships by @scotwells in #15
- chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group across 1 directory by @dependabot[bot] in #12
- chore: Configure Renovate by @renovate[bot] in #2
- fix(deps): update go.miloapis.com/milo digest to db7176e by @renovate[bot] in #16
- chore(deps): update dependency go to v1.24.5 by @renovate[bot] in #17
New Contributors
- @dependabot[bot] made their first contribution in #12
- @renovate[bot] made their first contribution in #2
Full Changelog: v0.0.4...v0.0.5
v0.0.4
v0.0.3
Changelog
- 2a367b9 Merge pull request #8 from sullivtr/main
- 764d6ca add: test for the getListOrganizationsTableOutputData. We dont want this to break if we change the data model
- 52ce928 err checking
- c921412 fix: remove abstraction for table build
- 5f01c4c fix: testing table output
- 37d8bf4 fix: use proto marshalling, not regular marshalling (facepalm.. sorry)
- 523c82e guardrails for table formatter
- 6e0c5d0 initial output wrapper lib
- b3c6fc1 remove unused code
v0.0.2
v0.0.1
Changelog
- f0163b7 Merge pull request #1 from datum-cloud/add-cli
- 78c24ca Merge pull request #3 from datum-cloud/organizational-control-plane
- b2b6d24 Merge pull request #4 from datum-cloud/goreleaser
- 4160e6a Merge pull request #5 from datum-cloud/feature/datum-os-auth
- a942a02 Merge pull request #6 from datum-cloud/feature/org-list
- b701f7f Merge pull request #7 from datum-cloud/only-release-tags
- 1d63021 bug: use correct flag for output
- 946e94e bugfix: require either project or organization
- 6e5af67 feat: Add the ability to activate a Datum Cloud API Token.
- 848b745 feat: Add the ability to list organizations for the authenticated user, tweaked flag checks on update-kubeconfig.
- 8dec195 feat: add CLI and devcontainer
- 0271c57 feat: add update-kubeconfig command
- 25450ca feat: configure organizational control plane
- f27b0e5 feat: support table, json, and yaml output formats
- 2603896 feat: update project control plane url
- 33643dc feat: use stable audience value
- a98a6fc initial commit
- 9398477 use datum instead of datum-cloud