Releases: GIGCymru/architecture
Releases · GIGCymru/architecture
v8
Immutable
release. Only release title and notes can be modified.
What's Changed
- Clarified 'project' in the context of the Make to Just ADR by Chris Collis (@collisdigital) in #159
- Bump markdownlint-cli2 from 0.19.1 to 0.20.0 by Dependabot (@dependabot)[bot] in #156
- Bump zensical from 0.0.10 to 0.0.11 by Dependabot (@dependabot)[bot] in #157
- Bump zensical from 0.0.11 to 0.0.13 by Chris Collis (@collisdigital) in #160
- Bump zensical from 0.0.13 to 0.0.15 by Dependabot (@dependabot)[bot] in #162
- Simplify documentation structure and flatten ADR/Principles directories by Chris Collis (@collisdigital) in #166
- Add Proposer, Authors, and Stakeholders to ADR metadata and process documentation by Chris Collis (@collisdigital) in #167
Full Changelog: v7...v8
v7
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: update "Use a Linter for Markdown Documents" ADR to match template by Chris Collis (@collisdigital) in #137
- Migrate from mkdocs-material to zensical by Chris Collis (@collisdigital) in #143
- Add new ADR for cloud workload placement by donaldskennedy in #144
- Add Cloud Workload ADR to Nav, fix symlinking and add Info panel by Chris Collis (@collisdigital) in #145
- Deprecate mkdocs-awesome-nav plugin, replaced by Zensical by Chris Collis (@collisdigital) in #147
- Remove redundant .nav.yml; Remove mkdocs from AGENTS.md; Update Dockerfile by Chris Collis (@collisdigital) in #148
- feat: migrate from Make to Just for command running by Chris Collis (@collisdigital) in #149
- Bump js-yaml and markdownlint-cli2 by Dependabot (@dependabot)[bot] in #141
- Set FHIR for Interoperability First as Approved by Chris Collis (@collisdigital) in #132
- Add contributing file by Joel Parker Henderson (@joelparkerhenderson) in #73
- Add code of conduct by Joel Parker Henderson (@joelparkerhenderson) in #72
- Update AGENTS.md and create CLAUDE.md for AI agent instructions by Chris Collis (@collisdigital) in #150
- Bump markdownlint-cli2 from 0.19.0 to 0.19.1 by Dependabot (@dependabot)[bot] in #151
- Bump zensical from 0.0.8 to 0.0.9 by Dependabot (@dependabot)[bot] in #152
- Bump zensical from 0.0.9 to 0.0.10 by Dependabot (@dependabot)[bot] in #153
- Update ADR Process and Template (Actions TDA-A017 and TDA-A018) by Chris Collis (@collisdigital) in #155
New Contributors
- donaldskennedy made their first contribution in #144
Full Changelog: v6...v7
v6
Immutable
release. Only release title and notes can be modified.
What's Changed
- further attempt to fix releases failing by Chris Collis (@collisdigital) in #139
Full Changelog: v5...v6
v2
Immutable
release. Only release title and notes can be modified.
Add Architecture Design Overview Markdown Template & Word Conversion …
v1
feat: Add GitHub Actions workflow to convert ADR template to Word (#128) This commit introduces a new GitHub Actions workflow that automates the conversion of the Architecture Decision Record (ADR) template from Markdown to a Word document. The workflow is triggered whenever the template file (`doc/design-authority/dhcw/architecture-decision-record-template.md`) is modified on the `main` branch. It uses Pandoc to perform the conversion and then creates a new GitHub Release, attaching the generated `.docx` file as a release asset. This ensures that an up-to-date Word version of the template is always available for download. This commit also removes the `.github/` directory from the `.gitignore` file, which was preventing the workflow from being tracked by Git. --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>