Skip to content

Commit e202d92

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-02-19) ### Bug Fixes * address PR review feedback ([d1e532f](d1e532f)) * address PR review feedback ([a178c21](a178c21)) * comments from pr (hadolint, python version) ([30e5588](30e5588)) * **container:** bootstrap pip via get-pip.py for deadsnakes Python ([48a8477](48a8477)) * **container:** install pip for Python 3.12/3.13 via ensurepip ([76980ea](76980ea)) * use ghcr.io/actions/actions-runner base image and fix FromAsCasing ([697a7a6](697a7a6)) ### Features * add pre-commit with hadolint, shellcheck, and commitlint hooks ([ea59872](ea59872)) * add semantic-release pipeline with build tools and best practices ([6db1c23](6db1c23)) * **container:** add Python pip packages and GCC build tooling ([559933d](559933d)) * replace custom update-tools workflow with Renovate ([ba84de9](ba84de9)) * replace packer with kargo CLI ([51c2b52](51c2b52)) * switch base image to GitHub runner and add DevOps tools ([10d0b70](10d0b70)) * v1 ([20b6ec2](20b6ec2))
1 parent 201d914 commit e202d92

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# 1.0.0 (2026-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* address PR review feedback ([d1e532f](https://github.com/DeerHide/python-github-runner/commit/d1e532f82656a860305a99ce2f8acbad3ef1339b))
7+
* address PR review feedback ([a178c21](https://github.com/DeerHide/python-github-runner/commit/a178c21fb18a4bbb69bfad5a0e08d479fdedcc6a))
8+
* comments from pr (hadolint, python version) ([30e5588](https://github.com/DeerHide/python-github-runner/commit/30e558875c4c3a7b726cc794cad9c1717f4d9e89))
9+
* **container:** bootstrap pip via get-pip.py for deadsnakes Python ([48a8477](https://github.com/DeerHide/python-github-runner/commit/48a8477832e60affc29cb559a2379a2f88cab3bb))
10+
* **container:** install pip for Python 3.12/3.13 via ensurepip ([76980ea](https://github.com/DeerHide/python-github-runner/commit/76980ea1de1d5f1ee7c249ad07c50c8fefe086a8))
11+
* use ghcr.io/actions/actions-runner base image and fix FromAsCasing ([697a7a6](https://github.com/DeerHide/python-github-runner/commit/697a7a6ec3ca7f4026098701c4aa4a2ec30e293a))
12+
13+
14+
### Features
15+
16+
* add pre-commit with hadolint, shellcheck, and commitlint hooks ([ea59872](https://github.com/DeerHide/python-github-runner/commit/ea59872e5ea5a21d5f2198d2988fa76f46a2001c))
17+
* add semantic-release pipeline with build tools and best practices ([6db1c23](https://github.com/DeerHide/python-github-runner/commit/6db1c23843ca87fa27e8c57429a3912a3f50d790))
18+
* **container:** add Python pip packages and GCC build tooling ([559933d](https://github.com/DeerHide/python-github-runner/commit/559933d8724b6b3e9d16f3ad8b38d3feaf812654))
19+
* replace custom update-tools workflow with Renovate ([ba84de9](https://github.com/DeerHide/python-github-runner/commit/ba84de91c92b58218faad11667bb00dc509c866c))
20+
* replace packer with kargo CLI ([51c2b52](https://github.com/DeerHide/python-github-runner/commit/51c2b520dfb567270096e8d8d2b10d945385c167))
21+
* switch base image to GitHub runner and add DevOps tools ([10d0b70](https://github.com/DeerHide/python-github-runner/commit/10d0b70f5750e0be6db00d2f420357cc7a99e43c))
22+
* v1 ([20b6ec2](https://github.com/DeerHide/python-github-runner/commit/20b6ec203e21e1c27e3666626c2399e86f294f46))

0 commit comments

Comments
 (0)