Skip to content

Commit 4762ae4

Browse files
committed
Merge branch 'main' into release
2 parents be8d0af + 4aeddfb commit 4762ae4

File tree

31 files changed

+48
-65
lines changed

31 files changed

+48
-65
lines changed

waspc/ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.11.7
4+
5+
### 🐞 Bug fixes / 🔧 small improvements
6+
- Fixed a bug with Prisma which prevent connections via SSL with our versions of Alpine and OpenSSL. We upgraded to the latest Prisma 4.X.X which fixes this issue.
7+
8+
39
## 0.11.6
410

511
### 🎉 [New Feature] Enable Customising the Vite Config

waspc/data/Generator/templates/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ FROM node:{= nodeMajorVersion =}-alpine3.17 AS node
1616

1717
FROM node AS base
1818
RUN apk --no-cache -U upgrade # To ensure any potential security patches are applied.
19-
# TODO: Remove line below (installation of openssl 1.1) once Prisma adds support for
20-
# openssl 3 on alpine. Alpine >= 3.17 has openssl 3 as default.
21-
# Relevant GH issue: https://github.com/wasp-lang/wasp/issues/877
22-
RUN apk add --no-cache openssl1.1-compat
2319

2420

2521
FROM base AS server-builder

waspc/e2e-test/GoldenTest.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ runGoldenTest goldenTest = do
9595
"dev.db",
9696
"dev.db-journal",
9797
"package-lock.json",
98-
".gitignore"
98+
".gitignore",
99+
".DS_Store"
99100
]
100101

101102
writeFileManifest :: String -> [FilePath] -> FilePath -> IO ()

waspc/e2e-test/test-outputs/waspBuild-golden/waspBuild/.wasp/build/.waspchecksums

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

waspc/e2e-test/test-outputs/waspBuild-golden/waspBuild/.wasp/build/Dockerfile

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

waspc/e2e-test/test-outputs/waspBuild-golden/waspBuild/.wasp/build/installedFullStackNpmDependencies.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/e2e-test/test-outputs/waspBuild-golden/waspBuild/.wasp/build/server/package.json

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

waspc/e2e-test/test-outputs/waspBuild-golden/waspBuild/.wasp/build/web-app/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/.waspchecksums

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

waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/Dockerfile

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

0 commit comments

Comments
 (0)