Skip to content

Commit 12fabf0

Browse files
committed
chore(release): 🚀 5.37.0
1 parent f958c6f commit 12fabf0

20 files changed

Lines changed: 126 additions & 56 deletions

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
# Changelog
44

5+
## 5.37.0 (2026-03-20)
6+
7+
_Commits from: v5.36.0..HEAD_
8+
9+
### 📂 Unscoped changes
10+
11+
#### Bug Fixes
12+
13+
- 🐛 add mounts configuration for certs ([2836888](https://github.com/tomgrv/devcontainer-features/commit/283688826afe6d71e7f9b23d4578c8eebd2c4b5c))
14+
- 🐛 correct color formatting in prompt message ([69de0ca](https://github.com/tomgrv/devcontainer-features/commit/69de0ca7189c502c06e50d95995d36577c366c6c))
15+
- 🐛 correct container message to remove unnecessary feature variable ([a7abd81](https://github.com/tomgrv/devcontainer-features/commit/a7abd813e9a9af3398af11d3a4319ab5b2023a3d))
16+
- 🐛 correct job dependency name in validate-pr-php.yml ([06558b3](https://github.com/tomgrv/devcontainer-features/commit/06558b36007b9b4d60956dafab3e42fb82b3d1be))
17+
- 🐛 correct rebase loop condition to handle errors properly ([a6724e3](https://github.com/tomgrv/devcontainer-features/commit/a6724e34a9bc1b4e893ae514ba3d69b37056bf12))
18+
- 🐛 correct remote branch reference in merge-base check ([f958c6f](https://github.com/tomgrv/devcontainer-features/commit/f958c6f9bbacde3444a9c03ca9e0188e502e40be))
19+
- 🐛 fix docker-gitversion wrapper generation ([caf9319](https://github.com/tomgrv/devcontainer-features/commit/caf9319e1b632f69f1dd571e38f642ef43e3334c))
20+
- 🐛 update commit retrieval method to ensure valid sha ([e497be6](https://github.com/tomgrv/devcontainer-features/commit/e497be6b41d376c649afb1be9594b8747c3a7428))
21+
- 🐛 update container message to use feature variable ([0fa1848](https://github.com/tomgrv/devcontainer-features/commit/0fa18482b12be42fbe97d2ef231072d0df4430c3))
22+
23+
#### Features
24+
25+
- ✨ add global installation option for npm plugins ([95e35b9](https://github.com/tomgrv/devcontainer-features/commit/95e35b92f0d19858a878e5a52606157b0770f364))
26+
- ✨ add script to rewrite commit messages ([ccd1bd1](https://github.com/tomgrv/devcontainer-features/commit/ccd1bd173bd28d03ea0328f7c392d1bb28129834))
27+
- ✨ add ssh inspection gateway support ([40b4faf](https://github.com/tomgrv/devcontainer-features/commit/40b4fafdbf99be2ba520552f6ee3fee124840300))
28+
29+
#### Other changes
30+
31+
- ♻️ 🛠️ improve logging and user prompts in \_git-fix-base.sh ([655ab3c](https://github.com/tomgrv/devcontainer-features/commit/655ab3c2ed65b688118e8fdbb4079bdc24797ca6))
32+
- Merge tag 'v5.36.0' into develop ([ef8556b](https://github.com/tomgrv/devcontainer-features/commit/ef8556be258b5374417af479266bd69626508c8a))
33+
- 🔧 rebuild container ([86527ea](https://github.com/tomgrv/devcontainer-features/commit/86527ead36e86f07a57dc6f8a43baa749b780f71))
34+
- 🔧 remove automatic rebase workflow file ([9de80ca](https://github.com/tomgrv/devcontainer-features/commit/9de80ca8fbf2f9ae9741902b75a35163dfa9bcba))
35+
- 🔧 update .gitignore files to include feature skill paths ([039813e](https://github.com/tomgrv/devcontainer-features/commit/039813eae989ad79a845873e3be7184051fb8da8))
36+
537
## 5.36.0 (2026-02-27)
638

739
_Commits from: v5.35.0..HEAD_
@@ -428,4 +460,4 @@ _Commits from: v5.25.0..HEAD_
428460

429461
---
430462

431-
_Generated on 2026-02-27 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_
463+
_Generated on 2026-03-20 by [tomgrv/devcontainer-features](https://github.com/tomgrv/devcontainer-features)_

package-lock.json

Lines changed: 59 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/devcontainer-features",
3-
"version": "5.36.0",
3+
"version": "5.37.0",
44
"description": "Configure dev environment with devcontainer, gitflow, gitversion, git aliases & hooks. Can be used a devcontainer features",
55
"keywords": [
66
"dev",

src/act/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "act",
33
"name": "Nektos Act",
44
"description": "A tool for running GitHub Actions locally",
5-
"version": "5.36.0",
5+
"version": "5.37.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/docker-in-docker": {},
88
"ghcr.io/tomgrv/devcontainer-features/common-utils:5": {}

src/act/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/act",
3-
"version": "5.36.0",
3+
"version": "5.37.0",
44
"description": "Nektos Act - GitHub Actions local runner integration",
55
"files": [
66
"_*.sh",

src/common-utils/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "common-utils",
33
"name": "Common Utils",
44
"description": "Common utils for tomgrv/devcontainer-features",
5-
"version": "5.36.0",
5+
"version": "5.37.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/common-utils": {}
88
},

src/common-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/common-utils",
3-
"version": "5.36.0",
3+
"version": "5.37.0",
44
"description": "Common utilities and helper scripts for devcontainer features",
55
"files": [
66
"_*.sh",
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"id": "gateway",
3-
"name": "SSL Inspection Gateway handling",
4-
"description": "Handling SSL Inspection Gateway while building & using devcontainers",
5-
"version": "5.36.0",
6-
"dependsOn": {},
7-
"installsAfter": [],
8-
"mounts": [
9-
{
10-
"source": ".devcontainer/.gateway/certs",
11-
"target": "/usr/local/share/ca-certificates",
12-
"type": "bind"
13-
}
14-
],
15-
"options": {},
16-
"postCreateCommand": {
17-
"ca-certs": "update-ca-certificates",
18-
"config": "configure-feature gateway"
2+
"id": "gateway",
3+
"name": "SSL Inspection Gateway handling",
4+
"description": "Handling SSL Inspection Gateway while building & using devcontainers",
5+
"version": "5.37.0",
6+
"dependsOn": {},
7+
"installsAfter": [],
8+
"mounts": [
9+
{
10+
"source": ".devcontainer/.gateway/certs",
11+
"target": "/usr/local/share/ca-certificates",
12+
"type": "bind"
1913
}
14+
],
15+
"options": {},
16+
"postCreateCommand": {
17+
"ca-certs": "update-ca-certificates",
18+
"config": "configure-feature gateway"
19+
}
2020
}

src/githooks/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "githooks",
33
"name": "Git Hooks",
44
"description": "A feature to add useful Git hooks to your project",
5-
"version": "5.36.0",
5+
"version": "5.37.0",
66
"dependsOn": {
77
"ghcr.io/devcontainers/features/node:1": "lts",
88
"ghcr.io/tomgrv/devcontainer-features/gitutils:5": {}

src/githooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomgrv/githooks",
3-
"version": "5.36.0",
3+
"version": "5.37.0",
44
"description": "Git hooks and linting configuration for development workflow",
55
"files": [
66
"_*.sh",

0 commit comments

Comments
 (0)