Releases: openfaas/templates
Go 1.17
Changelog for 0.11.0:
- PR #286 Update java11-vertx to use a shadow jar by @alexellis
- PR #279 Fix a listening message typo by @soub4i
- PR #284 Use of-watchdog 0.9.3 to suppress custom health check logging messages by @nitishkumar71
- PR #278 Fixed mismatching node template names in README by @cactysman
Commits
7fdbc41 Migrate to Go 1.17 for the go template by @alexellis
b78f694 Update to use a shadow jar by @alexellis
26e8e43 Fix a listening message typo by @soub4i
489d1a0 incremented of-watchdog version to 0.9.3 by @nitishkumar71
657717e Fixed mismatching node template names in README by @cactysman
d8893af Update of-watchdog to 0.9.2 for extended logging by @alexellis
4f78453 Update watchdog version to 0.9.1 by @alexellis
081622a Add node16 and node17 templates by @alexellis
Changes: 0.10.0...0.11.0
Generated by Derek
Faster shutdown for watchdogs
Changelog for 0.10.0:
- PR #271 Bump watchdogs for quick shutdowns by @alexellis
Commits
aee6813 Bump watchdogs for quick shutdowns by @alexellis
Changes: 0.9.2...0.10.0
Generated by Derek
Prior to fast shutdown change to watchdogs
Changelog for 0.9.2:
- PR #269 fix: install faas-cli as a seperate CI step by @LucasRoesler
- PR #266 PHP version update by @Shikachuu
- PR #262 Add custom status when failing a node12/14 request by @alexellis
- PR #235 corrected workflow job name to ci-only by @nitishkumar71
- PR #254 Fixes node14 Dockerfile to reference the correct Node.js Docker image version by @ggrussenmeyer
- PR #248 java11-vert-x: words correct: java8 -> java11 by @moqimoqidea
- PR #251 Minor documentation fix - links to node12 and node14 in README.md by @ggrussenmeyer
- PR #247 Add configurable raw limit by @alexellis
- PR #239 Update README.md by @huangchen007
- PR #231 Fixing warnings in PHP template by @spekulatius
- PR #227 Make templates multi-arch by @utsavanand2
- PR #230 Updated to build all branches and PRs by @CodeCutterUK
- PR #229 Fix GH actions by using bash not sh by @Waterdrips
- PR #228 Migrate testing to Github Actions by @Waterdrips
Commits
655262d fix: install faas-cli as a seperate CI step by @LucasRoesler
6e2657c Update PHP version everywhere to 7.4, changed composer flag to :1 to always use the most up-to-date composer:1 version. by @Shikachuu
cdef5a5 Update Go version in info message by @alexellis
f5e89a4 Update ISSUE_TEMPLATE.md by @alexellis
6b8c608 Add custom status when failing a node12/14 request by @alexellis
eb16a41 corrected workflow job name to ci-only by @nitishkumar71
56f9cd2 Fixed node14 Dockerfile to reference the Docker image with the expected Node.js version. by Guillaume Grussenmeyer
b8d9e03 java11-vert-x: words correct: java8 -> java11 by @moqimoqidea
813e2dc Fixes #250. by Guillaume Grussenmeyer
ab88a26 Bring node14 into parity with node12 by @alexellis
b48afeb Update watchdog versions and move Go to 1.15 by @alexellis
2501999 Update template name and message by @alexellis
854255e Add node14 template by @alexellis
d50ca50 Update node12 permissions for npm install by @alexellis
a7cda77 Optimize the order for npm / chmod by @alexellis
820dc72 Remove log prefix from node12 template by @alexellis
4d5d8bb Fix body parsing for x-www-form-urlencoded and empty by @alexellis
668ebe7 Add configurable raw limit by @alexellis
ad75de7 Update README.md by @huangchen007
d914622 Ignore node_modules by @alexellis
2232e95 Fixing warnings in PHP template by @spekulatius
670d3df Revert ordering of PLATFORM args by @alexellis
b40bcf4 Move ARGS down in go template by @alexellis
31d5210 Move TARGET/BUILD PLATFORM higher in Dockerfiles by @alexellis
05a3ea5 Move to Node 12.x template by @alexellis
cb63c1b Update classic watchdog to 0.1.4 by @alexellis
e14c0ed Use GHCR for the classic watchdog by @alexellis
8a284e1 Make templates multi-arch by @utsavanand2
624efe5 Updated to build all branches and PRs by @CodeCutterUK
2e630fd Fix actions by using bash by @Waterdrips
Changes: 1.9.1...0.9.2
Generated by Derek
Add OPTIONS verb to node12 template
Changelog for 1.9.1:
- PR #222 Add options verb to node12 template by @jebos
- PR #198 update README with current versions by @lostapathy
- PR #219 Remove Java8 and arm-based templates by @alexellis
Commits
3b4f9eb Add options verb to node12 template, so a function implementation in handler.js can implement custom response behavior by @jebos
b4d496b Update watchdog version by @alexellis
1885887 Remove armhf templates from README by @alexellis
1f1c08d update README with current versions by @lostapathy
bf0e324 Remove Java8 and arm-based templates by @alexellis
Generated by Derek
Removing Java8 and arm-based templates
Changelog for 1.9.0:
Commits
7943118 Update dockerfile to use Alpine 3.12 by @alexellis
951eb71 Add gradle wrapper to the function by @alexellis
Generated by Derek
Java 11 template uses Maven Central for its components
Changelog for 1.8.0:
- PR #214 Use external jars from templates-sdk by @alexellis
Commits
46a5938 Update entrypoint to published jar version by @alexellis
bc732b9 Create function zip and ship into final stage of build by @alexellis
23a9ae2 Add maven-central config by @alexellis
9ab5014 Update README to say java11 by @alexellis
530a843 Add openfaas authors to copyright by @alexellis
541cdb3 Add note for chmod by @alexellis
382aa66 Fix issue with Go and modules by @alexellis
93eda72 Add EOL to node12 by @alexellis
b530d06 Apply linting for node12 by @alexellis
Generated by Derek
Fix incorrect release number
Changelog for 1.7.0:
Commits
702014e Add python3-debian to the readme by @LucasRoesler
b0b4dcd Graduate python3-debian from incubator by @LucasRoesler
Generated by Derek
Add python3-debian
Changelog for 0.7.0:
- PR #197 Graduate python3-debian from incubator by @LucasRoesler
- PR #46 Update node-armhf template to use non-root user by @ivanayov
- PR #196 Run unit tests for node12 if present by @alexellis
Commits
702014e Add python3-debian to the readme by @LucasRoesler
b0b4dcd Graduate python3-debian from incubator by @LucasRoesler
b9e6b82 Update node-arm64 to latest by @alexellis
e017a2a Update node-armhf template by @alexellis
94e53f4 Update node-armhf template to use non-root user by @ivanayov
aa857f0 Run unit tests for node12 if present by @alexellis
360077e Support go modules by @LucasRoesler
Generated by Derek
Go with 1.13 and module support
Changelog for 1.6.0:
- PR #194 Support go modules by @LucasRoesler
- PR #195 Add env vars to use raw body and set max json size by @burtonr
- PR #192 Add vert-x template by @alexellis
- PR #190 Remove java12 and add java11 LTS by @alexellis
Generated by Derek