dargstack_rgen 0.9.77 → 0.9.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +4 -4
- package/.github/workflows/release-schedule.yml +1 -1
- package/CHANGELOG.md +7 -0
- package/Dockerfile +1 -1
- package/README.md +3 -3
- package/package.json +8 -8
- package/test/example_stack/README.md +1 -1
- package/test/example_stack/src/development/stack.yml +1 -1
- /package/{.prettierrc → .prettierrc.json} +0 -0
- /package/{.releaserc → .releaserc.json} +0 -0
- /package/{.renovaterc → .renovaterc.json} +0 -0
package/.github/workflows/ci.yml
CHANGED
|
@@ -15,14 +15,14 @@ on:
|
|
|
15
15
|
jobs:
|
|
16
16
|
ci-optimization:
|
|
17
17
|
name: CI optimization
|
|
18
|
-
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@
|
|
18
|
+
uses: dargmuesli/github-actions/.github/workflows/ci-optimization.yml@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0
|
|
19
19
|
permissions:
|
|
20
20
|
pull-requests: read
|
|
21
21
|
release_semantic_dry:
|
|
22
22
|
needs: ci-optimization
|
|
23
23
|
if: needs.ci-optimization.outputs.continue == 'true'
|
|
24
24
|
name: Release (semantic, dry)
|
|
25
|
-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@
|
|
25
|
+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0
|
|
26
26
|
permissions:
|
|
27
27
|
contents: write
|
|
28
28
|
id-token: write
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
INSTALL_NODE_DEPENDENCIES: true
|
|
34
34
|
build:
|
|
35
35
|
name: Build
|
|
36
|
-
uses: dargmuesli/github-actions/.github/workflows/docker.yml@
|
|
36
|
+
uses: dargmuesli/github-actions/.github/workflows/docker.yml@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0
|
|
37
37
|
needs: release_semantic_dry
|
|
38
38
|
permissions:
|
|
39
39
|
packages: write
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
release_semantic:
|
|
43
43
|
needs: build
|
|
44
44
|
name: Release (semantic)
|
|
45
|
-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@
|
|
45
|
+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0
|
|
46
46
|
permissions:
|
|
47
47
|
contents: write
|
|
48
48
|
id-token: write
|
|
@@ -8,7 +8,7 @@ on:
|
|
|
8
8
|
jobs:
|
|
9
9
|
release-schedule:
|
|
10
10
|
name: 'Release: Scheduled'
|
|
11
|
-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@
|
|
11
|
+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@58f043af51c0cc16b2647db9c56f9c047f862048 # 4.0.0
|
|
12
12
|
permissions:
|
|
13
13
|
contents: read
|
|
14
14
|
secrets:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.9.78](https://github.com/dargstack/dargstack_rgen/compare/0.9.77...0.9.78) (2025-12-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* schedule release ([c2cb1b7](https://github.com/dargstack/dargstack_rgen/commit/c2cb1b740e5486f95d943074970bcba591c234b5))
|
|
7
|
+
|
|
1
8
|
## [0.9.77](https://github.com/dargstack/dargstack_rgen/compare/0.9.76...0.9.77) (2025-12-02)
|
|
2
9
|
|
|
3
10
|
|
package/Dockerfile
CHANGED
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ secrets:
|
|
|
35
35
|
file: ./path/to/password.secret
|
|
36
36
|
services:
|
|
37
37
|
adminer:
|
|
38
|
-
# You can access the service's frontend at [service.localhost](https://service.localhost/).
|
|
38
|
+
# You can access the service's frontend at [service.app.localhost](https://service.app.localhost/).
|
|
39
39
|
# This information is required for login:
|
|
40
40
|
#
|
|
41
41
|
# | | |
|
|
@@ -102,7 +102,7 @@ This project is deployed in accordance to the [DargStack template](https://githu
|
|
|
102
102
|
|
|
103
103
|
- ### `adminer`
|
|
104
104
|
|
|
105
|
-
You can access the service's frontend at [service.localhost](https://service.localhost/).
|
|
105
|
+
You can access the service's frontend at [service.app.localhost](https://service.app.localhost/).
|
|
106
106
|
This information is required for login:
|
|
107
107
|
|
|
108
108
|
| | |
|
|
@@ -164,7 +164,7 @@ Markdown rendered:
|
|
|
164
164
|
>
|
|
165
165
|
>- ### `adminer`
|
|
166
166
|
>
|
|
167
|
-
> You can access the service's frontend at [service.localhost]>(https://service.localhost/).
|
|
167
|
+
> You can access the service's frontend at [service.app.localhost]>(https://service.app.localhost/).
|
|
168
168
|
> This information is required for login:
|
|
169
169
|
>
|
|
170
170
|
> | | |
|
package/package.json
CHANGED
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
},
|
|
13
13
|
"description": "Generates a DargStack stack project readme.",
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@commitlint/cli": "20.
|
|
16
|
-
"@commitlint/config-conventional": "20.
|
|
17
|
-
"@eslint/js": "9.39.
|
|
15
|
+
"@commitlint/cli": "20.2.0",
|
|
16
|
+
"@commitlint/config-conventional": "20.2.0",
|
|
17
|
+
"@eslint/js": "9.39.2",
|
|
18
18
|
"@types/json2md": "1.5.4",
|
|
19
19
|
"@types/yargs": "17.0.35",
|
|
20
|
-
"eslint": "9.39.
|
|
20
|
+
"eslint": "9.39.2",
|
|
21
21
|
"eslint-config-prettier": "10.1.8",
|
|
22
22
|
"eslint-plugin-prettier": "5.5.4",
|
|
23
23
|
"globals": "16.5.0",
|
|
24
24
|
"husky": "9.1.7",
|
|
25
|
-
"prettier": "3.7.
|
|
26
|
-
"typescript-eslint": "8.
|
|
25
|
+
"prettier": "3.7.4",
|
|
26
|
+
"typescript-eslint": "8.49.0"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
29
29
|
"node": "24"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"license": "GPL-3.0-only",
|
|
32
32
|
"main": "src/generator.js",
|
|
33
33
|
"name": "dargstack_rgen",
|
|
34
|
-
"packageManager": "pnpm@10.
|
|
34
|
+
"packageManager": "pnpm@10.25.0",
|
|
35
35
|
"repository": "https://github.com/dargstack/dargstack_rgen.git",
|
|
36
36
|
"scripts": {
|
|
37
37
|
"lint": "eslint --cache",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"test": "node src/generator.js -p test/example_stack -v"
|
|
40
40
|
},
|
|
41
41
|
"type": "module",
|
|
42
|
-
"version": "0.9.
|
|
42
|
+
"version": "0.9.78"
|
|
43
43
|
}
|
|
@@ -54,7 +54,7 @@ This project is deployed in accordance to the [DargStack template](https://githu
|
|
|
54
54
|
|
|
55
55
|
- ### `adminer`
|
|
56
56
|
|
|
57
|
-
You can access the database's frontend at [adminer.localhost](https://adminer.localhost/).
|
|
57
|
+
You can access the database's frontend at [adminer.app.localhost](https://adminer.app.localhost/).
|
|
58
58
|
This information is required for login:
|
|
59
59
|
|
|
60
60
|
| | |
|
|
@@ -19,7 +19,7 @@ secrets:
|
|
|
19
19
|
file: ./secrets/postgres/user.secret
|
|
20
20
|
services:
|
|
21
21
|
adminer:
|
|
22
|
-
# You can access the database's frontend at [adminer.localhost](https://adminer.localhost/).
|
|
22
|
+
# You can access the database's frontend at [adminer.app.localhost](https://adminer.app.localhost/).
|
|
23
23
|
# This information is required for login:
|
|
24
24
|
#
|
|
25
25
|
# | | |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|