Skip to content

Latest commit

 

History

History
146 lines (118 loc) · 8.48 KB

File metadata and controls

146 lines (118 loc) · 8.48 KB

[0.2.3] - 2026-03-16

  • fix: correct cosign-installer SHA for v3 (35919ff)
  • fix: release workflow - add shell:bash, limit build to ubuntu, fix gosec (acb3159)
  • fix: remove non-existent 'build' job from release.yml needs (15efb2a)
  • ci: bump anchore/sbom-action from 0.20.0 to 0.23.1 (#27) (a675dc4)
  • ci: bump actions/download-artifact from 4.3.0 to 8.0.1 (#26) (3e2393e)
  • ci: bump actions/setup-node from 4.4.0 to 6.3.0 (#29) (5fcf7a3)
  • ci: bump actions/github-script from 7.1.0 to 8.0.0 (#28) (7c5d188)
  • ci: bump pnpm/action-setup (#25) (13c80af)
  • feat: dispatch-parity quality improvements (#24) (4508c76)
  • chore: update registry for v0.2.2 (f1d3f09)
  • chore: remove slop from embedded skill assets (3a48a51)

[0.2.2] - 2026-03-12

  • chore: update azd-core to v0.5.6 (#22) (01af379)
  • ci: optimize GitHub Actions workflows (#21) (4beb032)
  • chore: update registry for v0.2.1 (91c2a2f)

[0.2.1] - 2026-03-03

  • fix: add packages:read permission to deploy-website job in release workflow (f31b965)
  • Sync extension.yaml version to 0.2.0 (fd60e35)
  • Bump version to 0.1.10 (c2ab008)
  • Security hardening and code quality improvements (#19) (b5725c1)
  • chore: update registry for v0.2.0 (2712b30)
  • feat: adopt azdext SDK helpers — full extension framework migration (#18) (8dd6ab3)
  • fix: use correct repo creation dates for LinkedIn publish date (770c094)
  • fix: add LinkedIn publish date via azd-web-core v2.3.0 (0904654)
  • fix: add LinkedIn author meta tag via azd-web-core v2.2.0 (704962d)
  • feat: add social media OG images and consistent titles (7758fc5)
  • feat(web): redesign website with shared azd-web-core design system (#17) (6268f1d)
  • Sync upstream skills and add deploy confirmation guardrails (a0c1714)
  • chore: update registry for v0.1.9 (6baa50a)

[0.1.9] - 2026-02-23

  • Fix PR Build workflow: add working-directory: cli (#10) (768c09e)
  • feat: full azd extension framework adoption - metadata, gRPC MCP tools, security fixes (#15) (7a997c3)
  • fix: add explicit working-directory: cli to pr-build steps (462142f)
  • fix: add working-directory: cli to pr-build workflow (be838fd)
  • chore: update registry for v0.1.8 (cf999d6)

[0.1.8] - 2026-02-22

  • fix: add working-directory defaults and fix paths in release workflow (2c46746)
  • refactor: use azd-core shared packages, remove wrappers (#13) (238fa92)
  • chore: update registry for v0.1.7 (f8ff654)

[0.1.7] - 2026-02-18

  • Update azd-core to v0.5.0 (43fc720)
  • chore: update registry for v0.1.6 (2f2b673)

[0.1.6] - 2026-02-17

  • fix: convert all WriteString(Sprintf) to fmt.Fprintf for staticcheck QF1012 (a0bdd95)
  • fix: remaining fmt.Fprintf staticcheck QF1012 fixes in checkpoint.go (2f82262)
  • fix: remaining fmt.Fprintf staticcheck QF1012 fixes (9d0cb6c)
  • fix: use fmt.Fprintf instead of WriteString(Sprintf) to satisfy staticcheck (0ddc177)
  • fix: update azd-core to v0.4.4, remove go.work replace directive (5171a57)
  • chore: update Go to 1.26.0 and add update-azd-core workflow (835280b)
  • chore: add update-azd-core workflow (ae1065d)
  • chore: update registry for v0.1.5 (1feb654)

[0.1.5] - 2026-02-15

  • Fix gosec G703: add #nosec annotations for known install paths (b1edc69)
  • Update extension source to jongio.github.io/azd-extensions registry (f437511)
  • Update magefile comment to remove 'enables extensions' reference (c186a80)
  • Fix gosec G703: sanitize paths with filepath.Clean() (36e04c4)
  • Remove extension preview/alpha requirement (99a0b73)
  • docs: update installation steps for GitHub Copilot CLI and Azure Developer CLI in README and getting-started page (005d11f)
  • chore: update registry for v0.1.4 (b4ff0de)

[0.1.4] - 2026-02-11

  • chore: update registry for v0.1.3 (ecf12da)

[0.1.3] - 2026-02-11

  • feat: update version in extension.yaml during release process and improve README formatting (bb5684f)
  • chore: update registry for v0.1.4 (9bcce92)
  • docs: update README with installation instructions for Azure Developer CLI and extension (7b0780f)
  • Refactor code structure for improved readability and maintainability (d201bfb)
  • fix: add GH_TOKEN to environment variables for GitHub actions (5b2fc51)
  • feat: update version in extension.yaml and add debug steps for build artifacts (dacacee)
  • feat: add release workflow for building and publishing azd extensions (1433a19)

[0.1.2] - 2026-02-11

  • fix: update working directory for build, package, and release steps in release workflow (0ca8c76)

[0.1.1] - 2026-02-10

  • feat: add notification step for azd-extensions on successful release (2ac86e9)
  • fix: simplify command syntax for building a todo API in getting started guide (43e4927)
  • fix: enhance hero description for Azure Copilot CLI experience (01e685d)
  • fix: update references to Azure Copilot to Azure Copilot CLI for consistency (0026ea5)
  • fix: specify directory for golangci-lint to improve linting accuracy (7f9e6ba)
  • fix: update gosec command exclusions and adjust working directory for govulncheck (feadd00)
  • fix: update Go version to 1.25.7 across CI workflows and module files (cc5cdfb)
  • fix: update vulnerability check to use correct working directory and adjust gosec command exclusions (32da529)
  • fix: update gosec command to exclude specific warnings for improved security scanning (f9b8be5)
  • fix: update golangci-lint command to include specific directory and handle tty closure safely (f291959)
  • fix: update consoleHandles struct to include conin and conout fields for better console management (457f3b0)
  • fix: update golangci-lint installation path in CI and release workflows; remove local replacement in go.mod (ffe7af4)
  • fix: update copyright notice in LICENSE and enhance validation steps in SKILL.md and README.md (1c81c42)
  • Refactor Copilot CLI to install agents and skills in ~/.azd/copilot/ directory; update related documentation and tests (0b916cf)
  • feat: Update Azure Storage documentation and SDK usage examples (395fecc)
  • feat: enhance SyncSkills command with local and custom repo options in README and magefile (99ef131)
  • feat: refactor Build and Install functions to utilize azd x commands and ensure extension setup (ffdfc79)
  • Enhance README and web pages for azd copilot (b138bf9)
  • feat: update CLI reference styles and improve command discovery handling (a47870f)
  • feat: implement runWithRetry function for command execution with retry logic (d4f5a4e)
  • feat: add comprehensive README for Scenario Runner with usage instructions and YAML format details (e6ac581)
  • feat: update skill count to 28 in documentation and UI (df5142a)
  • feat: enhance scenario verification and export functionality - Added verification steps to scenarios for improved testing - Implemented JSON export and import for scenario results - Updated database schema to support verification results - Refactored scenario execution to include verification process (1eef399)
  • feat: add scenario automation tools for azd-copilot (f369d60)
  • feat(azure-manager): enforce mandatory delegation for standard apps and clarify escalation rules feat(avm-bicep-rules): add common pitfalls for Container App + ACR authentication feat(container-app-acr-auth): introduce Bicep patterns for Container App ACR authentication (15170f6)
  • feat(contribute-skills): update upstream repo handling and improve contribution instructions (94f424c)
  • Add support skills documentation and error message templates (42eaf71)
  • feat(azure-manager): improve Free SKU selection logic and error handling for SWA (8b43bb3)
  • feat(azure-manager): enhance agent delegation process and clarify complexity classification (5b8bfea)
  • feat(azure-manager): update deployment guidelines and add SKU selection preferences feat(avm-bicep-rules): enhance module discovery instructions and add reference file (5fabfc7)
  • feat(azure-manager): enhance complexity classification and deployment guidelines (6a91464)
  • feat(playwright): add Playwright E2E testing patterns and integration (1280bd7)
  • feat(console): implement console handle management for Windows feat(agents): add package manager and project essentials to agent documentation feat(banner): update banner with additional build information (1ad8732)
  • feat(logging): add logger package for structured logging (63d031c)
  • Add cli and web (4108a8a)
  • Init (d4320fa)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2026-02-04

Added

  • Initial release
  • Basic extension structure with version command
  • Listen command for azd extension framework integration