Skip to content

Release v0.34.0#294

Merged
github-actions[bot] merged 2 commits into
mainfrom
spboyer/create-release
May 23, 2026
Merged

Release v0.34.0#294
github-actions[bot] merged 2 commits into
mainfrom
spboyer/create-release

Conversation

@spboyer

@spboyer spboyer commented May 23, 2026

Copy link
Copy Markdown
Member

Summary

Prepares the v0.34.0 release after PR #221 landed, using a minor semver bump because the changes since 0.33.0 include backward-compatible features and no breaking-change markers. The release updates the azd extension version, changelog, release docs, and worker-default documentation so published docs and package metadata stay in sync.

Related issue

Related to #66

Agent handoff

  • Scope: Release prep for v0.34.0, including version files, changelog, docs/site release references, schema/docs alignment for auto-sized workers, and a Makefile package-discovery fix found during validation.
  • Key files changed: version.txt, extension.yaml, CHANGELOG.md, .waza.yaml, Makefile, schemas/eval.schema.json, site/src/content/docs/**, waza-runner/references/EVAL-SPEC.md, internal/validation/doc_examples_test.go.
  • Important decisions: Selected a minor bump from 0.33.0 to 0.34.0 because the release includes feat: commits but no breaking changes. Updated worker examples/defaults to use 0/auto so docs, schema, and config examples match the new concurrency behavior from Improve waza run concurrency: shared Copilot client + auto-sized workers (#135) #221.
  • Follow-ups or known gaps: CI must finish on this PR before publishing. make lint uses the repo's existing behavior and skips locally because golangci-lint is not installed.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Refactor or maintenance
  • CI/CD or release change

Validation

  • go test ./...
  • make lint or golangci-lint run
  • Docs site checked, if docs changed
  • Web/dashboard checks run, if web/ changed
  • Manual validation completed:
  • Not applicable; reason:

Validation commands run:

make test
make lint
cd site && npm ci --silent && npm run build
cd web && npm run lint

Documentation

  • README updated, if user-facing behavior changed
  • site/ docs updated, if CLI, YAML, dashboard, or validator behavior changed
  • Examples updated, if relevant
  • Not applicable

Risk and rollback

  • Risk level: Low
  • Rollback plan: Revert the release-prep commit before publishing, or publish a follow-up patch release if an issue is discovered after release.

Notes for reviewers

Please review the release notes and docs for accuracy. The Makefile change intentionally filters generated web/node_modules Go fixture packages from Go package discovery after build-web runs; this keeps make test scoped to repository Go packages.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 23, 2026 20:17
@github-actions github-actions Bot enabled auto-merge (squash) May 23, 2026 20:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the v0.34.0 release by bumping versioned artifacts, updating the changelog, and refreshing documentation/schema defaults to reflect auto-sized parallel workers, plus a Makefile tweak to avoid treating generated node_modules Go fixtures as module packages.

Changes:

  • Bump release versions (version.txt, extension.yaml) to 0.34.0 and add the 0.34.0 changelog entry.
  • Update docs + schema examples/defaults to document workers: 0 as “auto-size”.
  • Update the Makefile to exclude node_modules from Go file/package discovery during fmt/test/lint.
Show a summary per file
File Description
waza-runner/references/EVAL-SPEC.md Updates eval spec examples to workers: 0 (auto-size).
version.txt Bumps CLI version to 0.34.0.
site/src/content/docs/reference/waza-yaml.mdx Updates .waza.yaml reference defaults and docs for workers: 0.
site/src/content/docs/reference/schema.mdx Updates schema docs and examples to reflect workers default 0 / auto-size behavior.
site/src/content/docs/reference/releases.mdx Updates current release section and download links to v0.34.0.
site/src/content/docs/reference/cli.mdx Updates CLI flag docs to show --workers default as auto.
site/src/content/docs/guides/eval-yaml.mdx Updates guide examples and tables for workers: 0 and auto-sized concurrency.
site/src/content/docs/getting-started.mdx Updates install example version reference to v0.34.0.
schemas/eval.schema.json Allows workers: 0 and documents auto-size semantics in schema.
Makefile Excludes node_modules from Go package discovery for test/lint, and from gofmt file list.
internal/validation/doc_examples_test.go Updates validated doc example YAML to use workers: 0.
extension.yaml Bumps azd extension version to 0.34.0.
CHANGELOG.md Adds 0.34.0 release notes and updates compare links.
.waza.yaml Updates repo default config to workers: 0 (auto-size).

Copilot's findings

  • Files reviewed: 14/14 changed files
  • Comments generated: 2

Comment thread CHANGELOG.md Outdated
Comment thread Makefile Outdated
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot merged commit 1dd4a71 into main May 23, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants