Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ff436da
chore: release 0.12.17, begin 0.12.18.dev0 development (#3560)
mnriem Jul 16, 2026
29eb6ed
Update DocGuard — CDD Enforcement to v0.33.0 (#3559)
github-actions[bot] Jul 16, 2026
c40db8a
[extension] Add Dotdog extension to community catalog (#3558)
github-actions[bot] Jul 16, 2026
aaf6bc2
docs: refresh landing page ecosystem stats (#3561)
mnriem Jul 16, 2026
b08d665
docs: document extensions.yml hook configuration (#3563)
Ehtasham-Yasin Jul 16, 2026
396fc2c
docs: reframe SDD positioning, modernize install, and de-duplicate wa…
mnriem Jul 16, 2026
7bdf6c5
docs: weave harness/SDLC framing into landing page (#3567)
mnriem Jul 16, 2026
4a00243
chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#3570)
dependabot[bot] Jul 17, 2026
3b63534
chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#3572)
dependabot[bot] Jul 17, 2026
0b7c688
chore(deps): bump actions/setup-dotnet from 5.4.0 to 6.0.0 (#3574)
dependabot[bot] Jul 17, 2026
ee6fbcf
chore: release 0.12.18, begin 0.12.19.dev0 development (#3583)
mnriem Jul 17, 2026
3963abd
docs: align README hero tagline and subtitle with docs/index.md (#3581)
mnriem Jul 17, 2026
009aea5
chore(deps): bump github/codeql-action/init from 4.36.2 to 4.37.1 (#3…
dependabot[bot] Jul 17, 2026
0a60e53
fix(presets): raise PresetValidationError, not raw ValueError, on mal…
chuenchen309 Jul 17, 2026
309166e
docs: update extension guide PyPI upgrade guidance (#3578)
WOLIKIMCHENG Jul 17, 2026
a5b0bb3
Update Autonomous Run Governance preset to v0.2.2 (#3584)
github-actions[bot] Jul 17, 2026
b17c70d
Add OKF Knowledge Bundle Generator extension to community catalog (#3…
github-actions[bot] Jul 17, 2026
0d78016
fix(bundle): surface a clean BundlerError on a malformed bundle downl…
chuenchen309 Jul 17, 2026
208d386
feat(extensions): add assess idea assessment pipeline extension (#3568)
mnriem Jul 17, 2026
41c5dfc
fix(auth): Azure DevOps az-CLI token acquisition returns None on unde…
jawwad-ali Jul 17, 2026
9a30db4
chore: bump version to 0.13.0
github-actions[bot] Jul 17, 2026
632a586
Merge tag 'v0.13.0' into sync/upstream-v0.13.0
satwareAG-ironMike Jul 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/add-community-extension.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/add-community-preset.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/bug-assess.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/bug-fix.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/bug-test.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0 # Fetch all history for git info

- name: Setup .NET
uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0
with:
dotnet-version: '8.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10
with:
# Days of inactivity before an issue or PR becomes stale
days-before-stale: 150
Expand Down
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- insert new changelog below this comment -->

## [satware-0.13.0] - 2026-07-19

### Changed

- chore: sync fork with upstream v0.13.0 (integrates v0.12.18 – v0.13.0)
- fix(auth): Azure DevOps az-CLI token acquisition returns None on undecodable output (#3527)
- feat(extensions): add assess idea assessment pipeline extension (#3568)
- fix(bundle): surface a clean BundlerError on a malformed bundle download URL (#3586)
- Add OKF Knowledge Bundle Generator extension to community catalog (#3585)
- Update Autonomous Run Governance preset to v0.2.2 (#3584)
- fix(presets): raise PresetValidationError, not raw ValueError, on malformed catalog URL (#3576)
- chore(ipadp): bump `specs/metadata.json` version -> 0.13.0,
`fork_version` -> satware-v0.13.0

## [satware-0.12.17] - 2026-07-17

### Changed
Expand Down Expand Up @@ -47,6 +61,36 @@

- chore: sync fork with upstream v0.8.0

## [0.13.0] - 2026-07-17

### Changed

- fix(auth): Azure DevOps az-CLI token acquisition returns None on undecodable output (#3527)
- feat(extensions): add assess idea assessment pipeline extension (#3568)
- fix(bundle): surface a clean BundlerError on a malformed bundle download URL (#3586)
- Add OKF Knowledge Bundle Generator extension to community catalog (#3585)
- Update Autonomous Run Governance preset to v0.2.2 (#3584)
- docs: update extension guide PyPI upgrade guidance (#3578)
- fix(presets): raise PresetValidationError, not raw ValueError, on malformed catalog URL (#3576)
- chore(deps): bump github/codeql-action/init from 4.36.2 to 4.37.1 (#3571)
- docs: align README hero tagline and subtitle with docs/index.md (#3581)
- chore: release 0.12.18, begin 0.12.19.dev0 development (#3583)

## [0.12.18] - 2026-07-17

### Changed

- chore(deps): bump actions/setup-dotnet from 5.4.0 to 6.0.0 (#3574)
- chore(deps): bump actions/stale from 10.3.0 to 10.4.0 (#3572)
- chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#3570)
- docs: weave harness/SDLC framing into landing page (#3567)
- docs: reframe SDD positioning, modernize install, and de-duplicate walkthroughs (#3565)
- docs: document extensions.yml hook configuration (#3563)
- docs: refresh landing page ecosystem stats (#3561)
- [extension] Add Dotdog extension to community catalog (#3558)
- Update DocGuard — CDD Enforcement to v0.33.0 (#3559)
- chore: release 0.12.17, begin 0.12.18.dev0 development (#3560)

## [0.12.17] - 2026-07-16

### Changed
Expand Down
Loading
Loading