Skip to content

Releases: dakasa-yggdrasil/yggdrasil

yggdrasil 0.2.6

01 Jun 18:49

Choose a tag to compare

Changelog

  • 424c9d9 fix(cli): install is adopter-facing — don't require a monorepo checkout

yggdrasil 0.2.5

01 Jun 18:32

Choose a tag to compare

Changelog

  • 3f22175 feat(cli): yggdrasil install works on private repos with a session login

yggdrasil 0.2.4

01 Jun 18:28

Choose a tag to compare

Changelog

  • 2d44c38 feat(cli): yggdrasil install falls back to the active context

yggdrasil 0.2.3

01 Jun 18:14

Choose a tag to compare

Changelog

  • 1dbfe3d docs(cli): document yggdrasil update + automatic release-suggestion
  • 38c96f4 feat(scaffold): born install-able — customize quickstart on new integration

yggdrasil 0.2.2

01 Jun 17:37

Choose a tag to compare

Changelog

  • d3f8c47 feat(cli): self-update + automatic "new release" suggestion

yggdrasil 0.2.1

01 Jun 17:28

Choose a tag to compare

Changelog

  • 7043d88 feat(cli): support MFA (TOTP / recovery code) in yggdrasil login

yggdrasil 0.2.0

01 Jun 16:53

Choose a tag to compare

Changelog

  • 0c29e20 docs(cli): document run/delete/ops/rollback/diff/new-kind/config commands
  • fade3e9 feat(cli): yggdrasil new <kind> emits starter manifests
  • 9f3ad44 feat(cli): add yggdrasil config for context management
  • e0ab68b feat(cli): add yggdrasil delete <kind> <name>
  • a6d8721 feat(cli): add yggdrasil diff and apply --dry-run
  • 0b42217 feat(cli): add yggdrasil ops for workflow-run management
  • 12ae8dc feat(cli): add yggdrasil rollback <kind> <name> --to <version>
  • 345d70a feat(cli): add yggdrasil run <workflow> to dispatch a workflow
  • 0ec8800 feat(cli): corecli methods for the operate half (run/ops/delete)

yggdrasil 0.1.0

01 Jun 16:05

Choose a tag to compare

Changelog

  • 205705f Adapt Heimdall autonomy from playbook confidence
  • aa2e9f0 Add Heimdall LLM activation workflow
  • 0f282e1 Add Heimdall LLM verification workflow
  • 605000e Add Heimdall escalation smoke coverage
  • d07a32f Add Heimdall guardian loop and policies
  • 4951beb Add Heimdall maintenance and escalation policy
  • 8727d12 Add Heimdall operational memory
  • 22713df Add Heimdall playbook review API
  • 1122362 Add Heimdall profile promotion approvals
  • a004be7 Add Heimdall remediation bundle orchestration
  • 5e23950 Add Heimdall remediation bundle smoke coverage
  • c8ff3cb Add Heimdall remediation contracts
  • 4b86efe Add contract-backed capacity scheduling hotfixes
  • bd297d0 Add core-managed OAuth provider flow
  • 86a64a4 Add core-owned third-party identity auth
  • 76c5115 Add scheduling failure guardian signals
  • 9b23d58 Align integration import guard with integration-* naming
  • e529052 Align integration repository naming
  • 79404a4 Apply operational windows to Heimdall autonomy
  • a2a6348 Broaden installation manager smoke coverage
  • 2b1e2c3 Describe Heimdall capacity hotfix profiles
  • 6a3ccb5 Document GitHub dogfooding setup
  • 668725a Document Heimdall GPT and Claude fallback config
  • 19f8390 Document surface template as official base
  • ccb119d Dogfood repository deploy workflows
  • df02c8a Enable Heimdall escalation workflows by default
  • 18a3578 Exercise console paths in remote install smoke
  • 91d196e Expand AWS bootstrap coverage
  • 283c871 Expand Heimdall bootstrap cost policy
  • 01856cc Harden integration health and secret management
  • bf96338 Harden product runtime and add AI context
  • 04078a0 Harden remote installation manager smoke
  • 57fb465 Improve surface scaffolding template
  • 60f5ac0 Initialize Yggdrasil product monorepo
  • 0558213 Limit Heimdall autonomy by blast radius
  • d801913 Make core transport pluggable and add product CI
  • 48cf569 Make integration Compose files monorepo-compatible
  • a22e620 Materialize auth provider client secrets
  • 858a745 Pass Heimdall bundle context to deploy workflow
  • 704084c Persist Heimdall remediation bundle audit reasons
  • 6d98f64 Pin Heimdall production model defaults
  • e3d2a1f Propagate Heimdall bundle context to escalation workflows
  • c6a260c Rank Heimdall playbooks by observed recovery
  • 829d153 Refine GitHub dogfooding checklist
  • ee206c7 Register AWS integration bootstrap
  • 812facd Register Heimdall ecosystem guardian
  • d82fd71 Replace reference surfaces with submodules
  • 9460c87 Strengthen Heimdall autonomy and lightweight integration support
  • b0179f8 Template Kubernetes scheduling hotfix contract
  • caf41a9 Track Heimdall learning context for provider-aware ranking
  • 21baa53 Track Heimdall recovery speed and stability
  • 73ccb09 Track integration runtime health per instance
  • 668a3dd Treat reference surfaces as installable repositories
  • 4a203ad Update Heimdall console capacity profile flow
  • 699ad7e Update console AWS setup flow
  • 92318b0 Update console auth provider management
  • a63ceb9 Update reference surfaces dogfood workflows
  • 20440da Use official workflow run action
  • c321c54 Validate remote installation manager flows
  • 3a75803 chore(deps): refresh collaborator CLI dependencies
  • 2c1f760 chore(submodule): bump yggdrasil-console to 7deb6d6
  • 39f61b5 ci: inline Emit Deploy Event (drop cross-repo private action dep)
  • d434caf ci: make product smoke manual
  • abaa0a6 feat(core): DELETE /api/v1/teams/{id} + bump console (TeamEditPage)
  • b49e162 feat(core): PATCH /api/v1/teams/{id} for team updates + bump console
  • 6b21245 feat(core): team_grants schema + API + bump console
  • 8ff1b48 ✅ test: collaborator CLI subcommands + corecli client methods
  • 171082b ✨ CLI E2E fixes: workspace-free init, -n alias, generic manifest endpoint
  • a5a3b5b ✨ GHA release: publish CLI binaries via goreleaser
  • d29fec2 ✨ Merge ygg into yggdrasil CLI + add install subcommand
  • b6ebc3f ✨ Public-ready: Apache 2.0 LICENSE + adopter-facing README
  • e0505a6 ✨ Self-hosted v1 CLI: init, login, apply, get, describe, logs, status, auth
  • 63c3772 ✨ feat: yggdrasil collaborator CLI subcommand (17 verbs)
  • a67da46 ✨ init auto-registers adapter instances; deploy control-plane subcommand
  • c18b78a ✨ yggdrasil init: bake integration adapters into the compose template
  • 6da5dfe ✨ yggdrasil install: OCI registry support via oci:// refs
  • 16348eb ✨ yggdrasil new integration|surface — one-command plugin scaffold
  • 82c2505 🐛 Fix install flag parser + add GITHUB_TOKEN support
  • 7c0d747 🐛 init seeds + deploy subcommand: use flat manifest POST + config.base_url
  • f3435e3 📚 Make RabbitMQ opt-in via amqp compose profile in yggdrasil init
  • e57f928 📝 Add batch 2 of core gap specs (4 designs)
  • a9530e8 📝 Add product audit report + event stream design spec
  • a452bd9 📝 Expand CLAUDE.md with full AI context
  • 66cd25b 🔧 goreleaser: drop LICENSE glob (file does not exist yet)