Skip to content

⬆️ Bump AtlassianPS/AtlassianPS.Standards from 0.1.6 to 0.1.11#33

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/AtlassianPS/AtlassianPS.Standards-0.1.11
Open

⬆️ Bump AtlassianPS/AtlassianPS.Standards from 0.1.6 to 0.1.11#33
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/AtlassianPS/AtlassianPS.Standards-0.1.11

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps AtlassianPS/AtlassianPS.Standards from 0.1.6 to 0.1.11.

Release notes

Sourced from AtlassianPS/AtlassianPS.Standards's releases.

v0.1.11

  • Added a shared resolve-release-tag GitHub Action for downstream release workflows to validate annotated release tags and expose release metadata without duplicating shell logic.
  • Added Get-AtlassianPSReleaseNotesFromChangelog so downstream release builds can reuse one changelog parser for PSGallery manifest release notes.
  • Added a shared build-release-notes GitHub Action so release workflows can create GitHub release bodies from the same changelog parser without copying PowerShell plumbing.

v0.1.10

  • Added shared blueprint primitives for .env loading, release package validation, external help generation/orphan cleanup, and source/release test module import.
  • Documented downstream adoption patterns that keep build, integration, Docker, and parallel-test orchestration readable in product repositories.
  • Fixed Invoke-Lint so downstream modules can call the exported prefixed command without depending on private helper command visibility at runtime.
  • Hardened release workflow validation so releases require annotated semver tags that point to commits reachable from origin/master before publishing.
  • Added pre-publish release-note validation so missing or empty changelog notes fail before immutable package publication.
  • Added a release-artifact downstream contract test that imports the built module in a fresh process and runs the exported prefixed lint command.
Changelog

Sourced from AtlassianPS/AtlassianPS.Standards's changelog.

Changelog

Unreleased

  • Added the validate-release-intent GitHub Action to validate PR release and changelog labels before module repositories adopt changelog-fragment based releases without expanding the module export surface.
  • Added the prepare-release-changelog GitHub Action to prepare release changelog sections from Unreleased entries and changelog fragments, then delete consumed fragments without expanding the module export surface.
  • Added label-based continuous release automation that plans releases from merged PR labels, prepares changelog entries, creates annotated tags, publishes to PSGallery, and creates GitHub releases without expanding the module export surface.
  • Fixed release-intent validation so release-preparation PRs can delete consumed changelog fragments without treating them as active PR fragments.
  • Fixed manual prerelease publishing and removed obsolete publish/package tasks from the Standards build script now that continuous release promotes CI-tested artifacts directly.

v0.1.11

  • Added a shared resolve-release-tag GitHub Action for downstream release workflows to validate annotated release tags and expose release metadata without duplicating shell logic.
  • Added Get-AtlassianPSReleaseNotesFromChangelog so downstream release builds can reuse one changelog parser for PSGallery manifest release notes.
  • Added a shared build-release-notes GitHub Action so release workflows can create GitHub release bodies from the same changelog parser without copying PowerShell plumbing.

v0.1.10

  • Added shared blueprint primitives for .env loading, release package validation, external help generation/orphan cleanup, and source/release test module import.
  • Documented downstream adoption patterns that keep build, integration, Docker, and parallel-test orchestration readable in product repositories.
  • Fixed Invoke-Lint so downstream modules can call the exported prefixed command without depending on private helper command visibility at runtime.
  • Hardened release workflow validation so releases require annotated semver tags that point to commits reachable from origin/master before publishing.
  • Added pre-publish release-note validation so missing or empty changelog notes fail before immutable package publication.
  • Added a release-artifact downstream contract test that imports the built module in a fresh process and runs the exported prefixed lint command.

v0.1.6

  • Added shared dependency setup/update flow (Install-DependencyRequirement, Update-DependencyReference) and wired Tools/setup.ps1 / Tools/update.dependencies.ps1 to shared command delegation.
  • Made dependency lookup failures fail fast by default in Update-DependencyReference, with explicit -AllowLookupFailure opt-out for manual non-blocking runs.
  • Added script-level entrypoint tests for setup and dependency update tooling and deduplicated tool-entrypoint test harness bootstrap via shared test helper extraction.
  • Added comment-based help coverage for exported dependency commands.
  • Aligned source manifest ModuleVersion to the repository major/minor convention (x.y) to avoid implying manual patch bumps in source.
  • Improved README guidance for dependency setup/update behavior and release process expectations.
  • Automated release metadata generation by deriving PSGallery ReleaseNotes from the matching CHANGELOG.md version section during publish, and failing publish when that section is missing or empty.

v0.1.1

  • First public PowerShell Gallery release of AtlassianPS.Standards.
  • Added shared build/lint/test orchestration helpers.
  • Added shared ScriptAnalyzer settings sync helper.
  • Hardened module-join path safety and deterministic source merge behavior.
  • Added CI/CD parity improvements (artifact-promotion release flow and CI result gate).
Commits
  • 6fe5d05 Prepare Standards v0.1.11 release
  • 6d1b06e Share changelog release notes parser (#17)
  • 2616acf Merge pull request #16 from AtlassianPS/fix/public-surface-contract
  • bd26873 Add release tag resolver action
  • 45b6f9c Guard Standards public command surface (#15)
  • 3857cc2 Guard Standards public command surface
  • 198212f Merge pull request #14 from AtlassianPS/fix/release-gates
  • 6c2fbcd Consolidate Standards release notes
  • 145bf77 Align release workflow with JiraPS
  • 5c48b8f Harden release gates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [AtlassianPS/AtlassianPS.Standards](https://github.com/atlassianps/atlassianps.standards) from 0.1.6 to 0.1.11.
- [Release notes](https://github.com/atlassianps/atlassianps.standards/releases)
- [Changelog](https://github.com/AtlassianPS/AtlassianPS.Standards/blob/master/CHANGELOG.md)
- [Commits](AtlassianPS/AtlassianPS.Standards@9a9367e...6fe5d05)

---
updated-dependencies:
- dependency-name: AtlassianPS/AtlassianPS.Standards
  dependency-version: 0.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants