Skip to content

Latest commit

 

History

History
211 lines (108 loc) · 9.81 KB

CHANGELOG.md

File metadata and controls

211 lines (108 loc) · 9.81 KB

Changelog

2.5.1 (2024-12-12)

Bug Fixes

  • add support for answers file to Ansible projects (1213658)
  • update VS Code configuration to map copier answers template file (5a6c15d)

2.5.0 (2024-12-12)

Features

  • track answers file for copier selections (813e0d5)

2.4.1 (2024-03-20)

Bug Fixes

  • Prompt for custom dev container only for generic projects (b3ecbfa)

2.4.0 (2024-02-27)

Features

  • Ansible project support (c0c54c5)

2.3.0 (2024-02-27)

Features

  • Move copier files to subdirectory (da9ff67)

Bug Fixes

  • Handle image tag appropriately (1879c04)

2.2.0 (2024-02-11)

Features

  • Renovate GitHub Actions workflow (e86b563)

Bug Fixes

  • Apply Renovate updates to template files (4fcba31)

2.1.0 (2024-02-10)

Features

  • Pin project-base container image (f276a79)

2.0.0 (2024-02-08)

⚠ BREAKING CHANGES

  • Alter name of base dev container image

Features

  • Alter name of base dev container image (b1b26e6)

1.6.3 (2024-02-08)

Bug Fixes

  • Update file associations for new rc files (bbb18bc)

1.6.2 (2024-02-05)

Bug Fixes

1.6.1 (2024-02-05)

Bug Fixes

  • Create Renovate template (315a03f)
  • No longer ignore versioning files (0f347b4)

1.6.0 (2024-02-05)

Features

  • Support Release Please in generated project (f394d34)

1.5.1 (2024-02-05)

Bug Fixes

  • Fix generated dev container base image (b6eb9c3)
  • Taskfile handles non-GitHub project (dec9583)
  • Use provided dev container image name in workflow (f108964)

1.5.0 (2024-02-05)

Features

  • Rename generated dev container image (9826061)

Bug Fixes

  • Escape dev container image tags (69dd754)
  • Ignore project metadata when copying (2574a05)

1.4.0 (2024-02-05)

Features

  • Add baseline config files to copier template (b7956ac)

1.3.0 (2024-02-04)

Features

  • Move configuration files to .github directory (4c1a52e)

1.2.0 (2024-01-28)

Features

  • update GitHub Actions dev container workflow (#22) (462aa82)

1.1.8 (2024-01-28)

Bug Fixes

  • switch to using GITHUB_OUTPUT (c7cf534)

1.1.7 (2024-01-28)

Bug Fixes

  • restore dev container build (b1e6e61)

1.1.6 (2024-01-28)

Bug Fixes

  • continued debugging of image tags (673c6d9)

1.1.5 (2024-01-28)

Bug Fixes

  • debug image tags environment variable (7b57341)

1.1.4 (2024-01-28)

Bug Fixes

  • temporarily remove dev container build (e75b096)

1.1.3 (2024-01-28)

Bug Fixes

  • update CI environment variable reference (6d74943)

1.1.2 (2024-01-28)

Bug Fixes

  • convert Docker tags from newline to comma (#14) (b7b9744)

1.1.1 (2024-01-28)

Miscellaneous Chores

1.1.0 (2024-01-28)

Features

  • syntax highlighting for Jinja2 files (#9) (c42a9d0)

1.0.0 (2024-01-28)

Features

  • docker support (027e214)
  • format Markdown files with Prettier (3fc8d14)
  • initial GitHub Actions support (#5) (1385de8)
  • initial import (16b6820)
  • only build dev container when updated (#4) (1891bc5)
  • optional use of base dev container image (#3) (799dae2)
  • pre-build dev container workflow (#1) (1fceb55)
  • prettier config file (2d42cdd)
  • set VSCode file associations for config files (60638dc)
  • support for Release Please (#6) (544d373)

Bug Fixes

  • fix file pattern match for trigging dev container (057a6f6)
  • move GitHub Actions workflow directory (#2) (fd9909c)

Changelog