Skip to content

Commit 26e19b1

Browse files
committed
Merge branch 'master' into beta
2 parents 075b8ba + 7e9cd21 commit 26e19b1

14 files changed

Lines changed: 227 additions & 85 deletions

.github/semantic.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Always validate the PR title AND all the commits
2+
titleAndCommits: true
3+
# Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
4+
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
5+
allowMergeCommits: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
build:
2727
needs: prepare_jobs
2828
name: dargstack rgen
29-
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.3.15
29+
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.2
3030
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3131
release-semantic:
3232
needs: build
3333
name: Semantic Release
34-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.15
34+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.2
3535
permissions:
3636
contents: write
3737
secrets:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-schedule:
1010
name: "Release: Scheduled"
11-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.15
11+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.2
1212
secrets:
1313
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
with:

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,88 @@
2121

2222
* **postgres:** switch from alpine to debian variant ([#156](https://github.com/maevsi/maevsi_stack/issues/156)) ([2cf718c](https://github.com/maevsi/maevsi_stack/commit/2cf718c9d8880e7cbabdbc55177d0c8ec9f7080c))
2323

24+
## [9.1.2](https://github.com/maevsi/maevsi_stack/compare/9.1.1...9.1.2) (2025-02-20)
25+
26+
### Bug Fixes
27+
28+
* **deps:** update ghcr.io/maevsi/maevsi docker tag to v7.1.0 ([26c23f3](https://github.com/maevsi/maevsi_stack/commit/26c23f34f3545fd80ce7d78f77073ee72108c905))
29+
30+
## [9.1.1](https://github.com/maevsi/maevsi_stack/compare/9.1.0...9.1.1) (2025-02-20)
31+
32+
### Bug Fixes
33+
34+
* **environment:** remove outdated template variable ([0f617b5](https://github.com/maevsi/maevsi_stack/commit/0f617b55318a0839b356090765e85fff50c5dfd3))
35+
36+
## [9.1.0](https://github.com/maevsi/maevsi_stack/compare/9.0.0...9.1.0) (2025-02-20)
37+
38+
### Features
39+
40+
* **maevsi:** turn firebase service account credentials into secret ([43bb35c](https://github.com/maevsi/maevsi_stack/commit/43bb35cdcffdb466e925a4199e33488aa999f0b3))
41+
42+
## [9.0.0](https://github.com/maevsi/maevsi_stack/compare/8.4.2...9.0.0) (2025-02-20)
43+
44+
### ⚠ BREAKING CHANGES
45+
46+
* **maevsi:** upgrade to v7
47+
48+
### Features
49+
50+
* **maevsi:** upgrade to v7 ([f6f2e0e](https://github.com/maevsi/maevsi_stack/commit/f6f2e0e2ebb46f2d6fd55721695e30870f0d8fdd))
51+
52+
## [8.4.2](https://github.com/maevsi/maevsi_stack/compare/8.4.1...8.4.2) (2025-02-20)
53+
54+
### Bug Fixes
55+
56+
* **maevsi:** allow secure localhost origin ([#163](https://github.com/maevsi/maevsi_stack/issues/163)) ([8ca5326](https://github.com/maevsi/maevsi_stack/commit/8ca5326b84e3c3d3dc50ce092c09211342d77c00))
57+
58+
## [8.4.1](https://github.com/maevsi/maevsi_stack/compare/8.4.0...8.4.1) (2025-02-16)
59+
60+
### Bug Fixes
61+
62+
* schedule release ([5a36922](https://github.com/maevsi/maevsi_stack/commit/5a369221141a672d36e69be478b30bcc9d021243))
63+
64+
## [8.4.0](https://github.com/maevsi/maevsi_stack/compare/8.3.8...8.4.0) (2025-02-07)
65+
66+
### Features
67+
68+
* **maevsi:** add openai api key to environment variables ([#162](https://github.com/maevsi/maevsi_stack/issues/162)) ([c511f0f](https://github.com/maevsi/maevsi_stack/commit/c511f0fdb842b79e05f5cdceef48ffc3e3c63598))
69+
70+
## [8.3.8](https://github.com/maevsi/maevsi_stack/compare/8.3.7...8.3.8) (2025-02-06)
71+
72+
### Bug Fixes
73+
74+
* **deps:** update ghcr.io/maevsi/maevsi docker tag to v6.3.0 ([d8c37f3](https://github.com/maevsi/maevsi_stack/commit/d8c37f3b2a772f181e8b5a40a9c9ed6258332272))
75+
76+
## [8.3.7](https://github.com/maevsi/maevsi_stack/compare/8.3.6...8.3.7) (2025-02-06)
77+
78+
### Bug Fixes
79+
80+
* **deps:** update ghcr.io/maevsi/maevsi docker tag to v6.2.7 ([ed5ace6](https://github.com/maevsi/maevsi_stack/commit/ed5ace6f402d90abef7f0a19c536fad94a89ab0c))
81+
82+
## [8.3.6](https://github.com/maevsi/maevsi_stack/compare/8.3.5...8.3.6) (2025-02-06)
83+
84+
### Bug Fixes
85+
86+
* **deps:** update ghcr.io/maevsi/maevsi docker tag to v6.2.5 ([5f7d072](https://github.com/maevsi/maevsi_stack/commit/5f7d072e703371d6fa7afc2baf4e16da93051247))
87+
88+
## [8.3.5](https://github.com/maevsi/maevsi_stack/compare/8.3.4...8.3.5) (2025-02-06)
89+
90+
### Bug Fixes
91+
92+
* **deps:** update ghcr.io/maevsi/maevsi docker tag to v6.2.4 ([14388ba](https://github.com/maevsi/maevsi_stack/commit/14388ba6b57b939cf8fb14c437b96b0f4f30087f))
93+
94+
## [8.3.4](https://github.com/maevsi/maevsi_stack/compare/8.3.3...8.3.4) (2025-02-06)
95+
96+
### Bug Fixes
97+
98+
* **deps:** update ghcr.io/maevsi/maevsi docker tag to v6.2.3 ([0134502](https://github.com/maevsi/maevsi_stack/commit/0134502a003b5e1e16945bc5994c0ae3bf508708))
99+
100+
## [8.3.3](https://github.com/maevsi/maevsi_stack/compare/8.3.2...8.3.3) (2025-02-05)
101+
102+
### Bug Fixes
103+
104+
* **deps:** update ghcr.io/maevsi/maevsi to v6.2.0 ([#161](https://github.com/maevsi/maevsi_stack/issues/161)) ([fd72b3f](https://github.com/maevsi/maevsi_stack/commit/fd72b3f87ed0e485e4f40e7ad9fc3a4e68097e39))
105+
24106
## [8.3.2](https://github.com/maevsi/maevsi_stack/compare/8.3.1...8.3.2) (2025-02-03)
25107

26108
### Bug Fixes

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,22 @@ This project is deployed in accordance to the [DargStack template](https://githu
4646

4747
The job scheduler's SMTP client configuration.
4848

49+
- ### `maevsi_api-notification-secret`
50+
51+
The notification endpoint's secret.
52+
4953
- ### `maevsi_aws-credentials`
5054

5155
The cloud computing provider's user credentials.
5256

57+
- ### `maevsi_firebase-service-account-credentials`
58+
59+
The notification provider's service account credentials.
60+
61+
- ### `maevsi_openai-api-key`
62+
63+
The AI provider's API key.
64+
5365
- ### `maevsi_turnstile-key`
5466

5567
The captcha provider's application key.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"engines": {
1111
"node": "22"
1212
},
13-
"packageManager": "pnpm@9.15.5",
13+
"packageManager": "pnpm@10.4.1",
1414
"scripts": {
1515
"prepare": "husky"
1616
},
1717
"devDependencies": {
1818
"@commitlint/cli": "19.7.1",
1919
"@commitlint/config-conventional": "19.7.1",
2020
"conventional-changelog-conventionalcommits": "8.0.0",
21-
"dargstack": "2.2.2",
22-
"dargstack_rgen": "0.9.54",
21+
"dargstack": "2.2.3",
22+
"dargstack_rgen": "0.9.55",
2323
"husky": "9.1.7"
2424
}
2525
}

pnpm-lock.yaml

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
maevsi
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<string>

src/development/stack.env.template

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
GTAG_ID=G-WMQ1JY99XH
1+
MAEVSI_AWS_REGION=eu-central-1
2+
MAEVSI_NUXT_PUBLIC_GTAG_ID=G-WMQ1JY99XH
3+
MAEVSI_NUXT_PUBLIC_MAEVSI_EMAIL_LIMIT24H=100
4+
MAEVSI_NUXT_PUBLIC_TURNSTILE_SITE_KEY=1x00000000000000000000AA
5+
MAEVSI_PGHOST=postgres
26
PNPM_STORE_DIR=
3-
S3_TUSD_BUCKET=maevsi-images
4-
S3_TUSD_ENDPOINT=http://minio:9000
5-
S3_TUSD_REGION=eu-central-1
6-
TURNSTILE_SITE_KEY=1x00000000000000000000AA
7-
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
7+
TUSD_BUCKET=maevsi-images
8+
TUSD_ENDPOINT=http://minio:9000
89
TUSD_MAX_SIZE=1048576
10+
TUSD_REGION=eu-central-1

0 commit comments

Comments
 (0)