Skip to content

Releases: iii-hq/iii-cloud-cli

iii-cloud v0.13.1

23 Apr 15:29

Choose a tag to compare

Features

  • feat(api): enhance Makefile and configuration for sandbox development (a83256f)
  • feat(web): contextual sidebar + breadcrumb for sequential navigation (dbb6f28)
  • feat(web): add project templates to getting-started wizard (eabee92)
  • feat(web): add Google OAuth, auto-create messaging, and terms links to login (b83002a)
  • feat(web): add Logs tab to environment detail page (a53a83a)
  • feat(web): add command palette (Cmd+K) for quick navigation (2b4c210)
  • feat(web): add TabbedContainer component, apply to environment detail (c027852)

Bug Fixes

  • fix(ci): replace drizzle-kit push with migrate + baseline seeder (b14e3ef)
  • fix(cli): drop .context wrapper that hid the precise login error (cee4792)
  • fix(cli): trim api key and surface invalid-header bytes loudly (416b7bd)
  • fix(cli): verify credentials before saving, fail loud in whoami (0f32089)
  • fix(test): target the latest Variables saved toast to avoid stacking (77d8998)
  • fix(test): open command palette via sidebar trigger instead of Cmd+K (c7c7b6e)
  • fix(web): e2e test fallout from sequential-nav refactor (a74612e)
  • fix(workflows): correct command syntax in deploy-api.yml for API push (3c481f1)
  • fix(web): restore view deployment and simplify releases page (a45b355)
  • fix(web): make project cards clickable, remove project dropdown from registries (938cc34)
  • fix(web): use strict:false for useParams in environments page (4e2e917)
  • fix(web): remove projectId redeclaration in deployment detail page (383fb44)
  • fix(web): add search icon to mobile header for command palette access (8465fe6)

Other Changes

  • Merge pull request #58 from iii-hq/fix/ci-drizzle-migrate (68c8829)
  • Merge pull request #57 from iii-hq/fix/cli-api-key-sanitize (cd7aba5)
  • docs(cli): fix CI snippet and add Troubleshooting section (db50a03)
  • Merge pull request #50 from iii-hq/fix/deploy-api-build-cli (ace3242)
  • ci(release): build iii-cloud from source and split push/deploy (0134ddf)
  • Merge pull request #47 from iii-hq/feat/cli-login-verify (9a3359e)
  • Merge pull request #48 from iii-hq/fix/release-workflow-branch-protection (d34db1e)
  • ci(release): tag an unreachable commit instead of pushing to main (aa11bcc)
  • chore(cli): release 0.12.0 with breaking login/whoami changes (5d50b65)
  • docs(cli): add signup link and CI/CD usage guide (8e9c5c0)
  • Merge pull request #46 from iii-hq/feat/sequential-navigation (5a69a85)
  • test(e2e): rewrite web e2e suite for sequential navigation (f67dd90)
  • chore: sync pnpm-lock.yaml with iii-sdk 0.11.0 (bbe9082)
  • chore(api): update iii-sdk and Dockerfile for version 0.11.0 (65c0439)
  • refactor(web): centralize deployment navigation logic (f904e9b)
  • refactor(web): update all navigation links for hierarchical routes (de7deda)
  • refactor(web): nest environments, releases, registries, deployments under projects (da09dc1)
  • refactor(web): create project layout route for sequential navigation (a76aacb)
  • style(design): FINDING-004 — highlight Getting Started nav item for new users (990e82e)
  • style(design): FINDING-005 — surface deployment URL prominently on environment cards (9088732)
  • style(design): FINDING-008 — dim zero-value items in summary strips (0582d08)
  • style(design): FINDING-007 — replace generic page descriptions with dev-friendly copy (3b1596e)
  • style(design): FINDING-003 — increase wizard step indicators to 40px touch targets (ec2dff4)
  • style(design): FINDING-006 — make sign up/sign in toggle more discoverable (11b888d)
  • style(design): FINDING-001,002 — add visual personality to login, show OAuth in dev mode (3dee948)
  • Merge pull request #40 from iii-hq/refactor/auth-cleanup (074ab8d)
  • Merge remote-tracking branch 'origin/main' into refactor/auth-cleanup (80546d8)
  • Merge pull request #39 from iii-hq/refactor/fn-decorator (534f6ae)
  • refactor: clean architecture for auth and permissions (ee6d2f4)
  • refactor: move auth branching to handlers, improve error messages (9f355d8)
  • refactor: adopt fn() decorator pattern for route registration (9fb2496)

iii-cloud v0.12.0

15 Apr 09:22

Choose a tag to compare

Features

  • feat(api): enhance Makefile and configuration for sandbox development (a83256f)
  • feat(web): contextual sidebar + breadcrumb for sequential navigation (dbb6f28)
  • feat(web): add project templates to getting-started wizard (eabee92)
  • feat(web): add Google OAuth, auto-create messaging, and terms links to login (b83002a)
  • feat(web): add Logs tab to environment detail page (a53a83a)
  • feat(web): add command palette (Cmd+K) for quick navigation (2b4c210)
  • feat(web): add TabbedContainer component, apply to environment detail (c027852)

Bug Fixes

  • fix(cli): verify credentials before saving, fail loud in whoami (0f32089)
  • fix(test): target the latest Variables saved toast to avoid stacking (77d8998)
  • fix(test): open command palette via sidebar trigger instead of Cmd+K (c7c7b6e)
  • fix(web): e2e test fallout from sequential-nav refactor (a74612e)
  • fix(workflows): correct command syntax in deploy-api.yml for API push (3c481f1)
  • fix(web): restore view deployment and simplify releases page (a45b355)
  • fix(web): make project cards clickable, remove project dropdown from registries (938cc34)
  • fix(web): use strict:false for useParams in environments page (4e2e917)
  • fix(web): remove projectId redeclaration in deployment detail page (383fb44)
  • fix(web): add search icon to mobile header for command palette access (8465fe6)

Other Changes

  • Merge pull request #50 from iii-hq/fix/deploy-api-build-cli (ace3242)
  • ci(release): build iii-cloud from source and split push/deploy (0134ddf)
  • Merge pull request #47 from iii-hq/feat/cli-login-verify (9a3359e)
  • Merge pull request #48 from iii-hq/fix/release-workflow-branch-protection (d34db1e)
  • ci(release): tag an unreachable commit instead of pushing to main (aa11bcc)
  • chore(cli): release 0.12.0 with breaking login/whoami changes (5d50b65)
  • docs(cli): add signup link and CI/CD usage guide (8e9c5c0)
  • Merge pull request #46 from iii-hq/feat/sequential-navigation (5a69a85)
  • test(e2e): rewrite web e2e suite for sequential navigation (f67dd90)
  • chore: sync pnpm-lock.yaml with iii-sdk 0.11.0 (bbe9082)
  • chore(api): update iii-sdk and Dockerfile for version 0.11.0 (65c0439)
  • refactor(web): centralize deployment navigation logic (f904e9b)
  • refactor(web): update all navigation links for hierarchical routes (de7deda)
  • refactor(web): nest environments, releases, registries, deployments under projects (da09dc1)
  • refactor(web): create project layout route for sequential navigation (a76aacb)
  • style(design): FINDING-004 — highlight Getting Started nav item for new users (990e82e)
  • style(design): FINDING-005 — surface deployment URL prominently on environment cards (9088732)
  • style(design): FINDING-008 — dim zero-value items in summary strips (0582d08)
  • style(design): FINDING-007 — replace generic page descriptions with dev-friendly copy (3b1596e)
  • style(design): FINDING-003 — increase wizard step indicators to 40px touch targets (ec2dff4)
  • style(design): FINDING-006 — make sign up/sign in toggle more discoverable (11b888d)
  • style(design): FINDING-001,002 — add visual personality to login, show OAuth in dev mode (3dee948)
  • Merge pull request #40 from iii-hq/refactor/auth-cleanup (074ab8d)
  • Merge remote-tracking branch 'origin/main' into refactor/auth-cleanup (80546d8)
  • Merge pull request #39 from iii-hq/refactor/fn-decorator (534f6ae)
  • refactor: clean architecture for auth and permissions (ee6d2f4)
  • refactor: move auth branching to handlers, improve error messages (9f355d8)
  • refactor: adopt fn() decorator pattern for route registration (9fb2496)

iii-cloud v0.11.1

23 Apr 14:49

Choose a tag to compare

Features

  • feat(api): enhance Makefile and configuration for sandbox development (a83256f)
  • feat(web): contextual sidebar + breadcrumb for sequential navigation (dbb6f28)
  • feat(web): add project templates to getting-started wizard (eabee92)
  • feat(web): add Google OAuth, auto-create messaging, and terms links to login (b83002a)
  • feat(web): add Logs tab to environment detail page (a53a83a)
  • feat(web): add command palette (Cmd+K) for quick navigation (2b4c210)
  • feat(web): add TabbedContainer component, apply to environment detail (c027852)

Bug Fixes

  • fix(ci): replace drizzle-kit push with migrate + baseline seeder (b14e3ef)
  • fix(cli): drop .context wrapper that hid the precise login error (cee4792)
  • fix(cli): trim api key and surface invalid-header bytes loudly (416b7bd)
  • fix(cli): verify credentials before saving, fail loud in whoami (0f32089)
  • fix(test): target the latest Variables saved toast to avoid stacking (77d8998)
  • fix(test): open command palette via sidebar trigger instead of Cmd+K (c7c7b6e)
  • fix(web): e2e test fallout from sequential-nav refactor (a74612e)
  • fix(workflows): correct command syntax in deploy-api.yml for API push (3c481f1)
  • fix(web): restore view deployment and simplify releases page (a45b355)
  • fix(web): make project cards clickable, remove project dropdown from registries (938cc34)
  • fix(web): use strict:false for useParams in environments page (4e2e917)
  • fix(web): remove projectId redeclaration in deployment detail page (383fb44)
  • fix(web): add search icon to mobile header for command palette access (8465fe6)

Other Changes

  • Merge pull request #58 from iii-hq/fix/ci-drizzle-migrate (68c8829)
  • Merge pull request #57 from iii-hq/fix/cli-api-key-sanitize (cd7aba5)
  • docs(cli): fix CI snippet and add Troubleshooting section (db50a03)
  • Merge pull request #50 from iii-hq/fix/deploy-api-build-cli (ace3242)
  • ci(release): build iii-cloud from source and split push/deploy (0134ddf)
  • Merge pull request #47 from iii-hq/feat/cli-login-verify (9a3359e)
  • Merge pull request #48 from iii-hq/fix/release-workflow-branch-protection (d34db1e)
  • ci(release): tag an unreachable commit instead of pushing to main (aa11bcc)
  • chore(cli): release 0.12.0 with breaking login/whoami changes (5d50b65)
  • docs(cli): add signup link and CI/CD usage guide (8e9c5c0)
  • Merge pull request #46 from iii-hq/feat/sequential-navigation (5a69a85)
  • test(e2e): rewrite web e2e suite for sequential navigation (f67dd90)
  • chore: sync pnpm-lock.yaml with iii-sdk 0.11.0 (bbe9082)
  • chore(api): update iii-sdk and Dockerfile for version 0.11.0 (65c0439)
  • refactor(web): centralize deployment navigation logic (f904e9b)
  • refactor(web): update all navigation links for hierarchical routes (de7deda)
  • refactor(web): nest environments, releases, registries, deployments under projects (da09dc1)
  • refactor(web): create project layout route for sequential navigation (a76aacb)
  • style(design): FINDING-004 — highlight Getting Started nav item for new users (990e82e)
  • style(design): FINDING-005 — surface deployment URL prominently on environment cards (9088732)
  • style(design): FINDING-008 — dim zero-value items in summary strips (0582d08)
  • style(design): FINDING-007 — replace generic page descriptions with dev-friendly copy (3b1596e)
  • style(design): FINDING-003 — increase wizard step indicators to 40px touch targets (ec2dff4)
  • style(design): FINDING-006 — make sign up/sign in toggle more discoverable (11b888d)
  • style(design): FINDING-001,002 — add visual personality to login, show OAuth in dev mode (3dee948)
  • Merge pull request #40 from iii-hq/refactor/auth-cleanup (074ab8d)
  • Merge remote-tracking branch 'origin/main' into refactor/auth-cleanup (80546d8)
  • Merge pull request #39 from iii-hq/refactor/fn-decorator (534f6ae)
  • refactor: clean architecture for auth and permissions (ee6d2f4)
  • refactor: move auth branching to handlers, improve error messages (9f355d8)
  • refactor: adopt fn() decorator pattern for route registration (9fb2496)

iii-cloud v0.10.0

10 Apr 14:10

Choose a tag to compare

Features

  • feat(web): add deployment timeline drawer with status filters (bba5abc)
  • feat(web): DX improvements — project detail, mobile nav, field guidance, onboarding (afb4475)
  • feat(web): improve quick setup guide DX — install step, context, output preview (e83c9d7)
  • feat(cli): DX improvements — confirmations, context names, docs, column ordering (ebf5044)

Bug Fixes

  • fix(e2e): use role selector for org switcher to avoid mobile header ambiguity (a8672a5)
  • fix(web): show deployment URL from pod outputs on environment list (52ba6bc)
  • fix(web): update CLI install instructions to use install.iii.dev script (419f1f6)
  • fix(web): move namespace last in env list, endpoint and port first for visibility (40b0989)
  • fix(web): swap port and endpoint order in environment list (a53f223)
  • fix(web): put namespace first in environment summary strip (bcf6f1a)
  • fix(web): shrink port and health check columns, truncate long namespace (b101f7c)
  • fix(web): update quick setup guide to match CLI DX improvements (cb5fc2d)
  • fix(cli): review fixes — UUID validation, parallel resolution, KV ordering (0fd0c95)

Other Changes

  • Merge pull request #44 from iii-hq/feat/web-dx-improvements (dba9d8b)
  • Merge pull request #42 from iii-hq/worktree-cli-dx-improvements (d25ca08)
  • Merge remote-tracking branch 'origin/main' into worktree-cli-dx-improvements (7667ea8)
  • docs(cli): use iii cloud (subcommand) for user-facing examples (7aafe94)
  • chore: bump version and changelog (v0.1.1.0) (d45f987)

iii-cloud v0.9.12

10 Apr 12:13

Choose a tag to compare

Features

  • feat(cli): DX improvements — permissions, help, completions, columns, slugs (#41) (5d1acdb)

Bug Fixes

  • fix: allow container log reads for deploying/failed deployments (#43) (773ef82)

iii-cloud v0.9.11

10 Apr 01:14

Choose a tag to compare

Bug Fixes

  • fix: cap deploy timeline growth (#38) (913a9cf)
  • fix(web): upsert env vars before deleting to prevent SSM race condition (#36) (f76d6b1)

Other Changes

  • test: add push flow E2E tests for API and CLI (#35) (c5685d7)

iii-cloud v0.9.10

10 Apr 00:32

Choose a tag to compare

Features

  • feat: persist last selected project per org in localStorage (#34) (9dc268c)

iii-cloud v0.9.9

10 Apr 00:27

Choose a tag to compare

Features

  • feat: add delete and regenerate for API keys (#31) (b088ade)

iii-cloud v0.9.8

10 Apr 00:16

Choose a tag to compare

Bug Fixes

  • fix: use correct label selector for container log pod lookup (#33) (bc04908)
  • fix(k8s): update ExternalSecret API version from v1beta1 to v1 (#32) (2016ca2)

iii-cloud v0.9.7

09 Apr 23:30

Choose a tag to compare

Bug Fixes

  • fix(api): enable API key auth on environment list endpoint (#30) (21f9e1e)