Skip to content

Releases: openfaas/config-checker

Treat nil value on SecurityContext.ReadOnlyRootFilesystem as false

17 Nov 14:08
Compare
Choose a tag to compare

Changelog for 0.1.6:

  • PR #27 Treat nil value on SecurityContext.ReadOnlyRootFilesystem as false by @welteki

Commits
31d9d6b Treat nil value on SecurityContext.ReadOnlyRootFilesystem as false by @welteki

Changes: 0.1.5...0.1.6

Generated by Derek

Warn about NATS Streaming

17 Nov 13:03
ffa794c
Compare
Choose a tag to compare

Changelog for 0.1.5:

Commits
ffa794c Update README.md by @alexellis
d4daa66 Number output files by @alexellis
b70457a Additional debug information by @alexellis
85a9aa5 Create openfaas-diagnostics.sh by @alexellis
bde5230 Warn about NATS Streaming by @alexellis
afd033f Rename module to config-checker by @alexellis

Changes: 0.1.3...0.1.5

Generated by Derek

Warn about deprecated NATS Streaming

10 Oct 10:56
Compare
Choose a tag to compare
Warn about NATS Streaming

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

Fix null security context and check jetstream queue-worker settings

31 May 10:05
Compare
Choose a tag to compare

Changelog for 0.1.3:

  • PR #24 Check jetstream-queue-worker upstream_timeout and ack_wait by @welteki

Commits
c499cce Check jetstream-queue-worker upstream_timeout and ack_wait by @welteki

Changes: 0.1.2...0.1.3

Generated by Derek

Detect function builder deployments

22 Mar 16:28
Compare
Choose a tag to compare

Changelog for 0.1.2:

Commits
048da72 Detect advanced features by @welteki

Changes: 0.1.1...0.1.2

Generated by Derek

Print out total functions and whether NATS is internal

14 Mar 09:00
Compare
Choose a tag to compare

Changelog for 0.1.1:

Commits
b4b89aa Print out total functions and detect internal NATS by @alexellis

Changes: 0.1.0...0.1.1

Generated by Derek

Warn if dashboard uses auto generated keys

03 Mar 09:59
Compare
Choose a tag to compare

Changelog for 0.1.0:

  • PR #21 Warn if dashboard uses auto generated keys by @welteki

Commits
09f8a58 Warn if dashboard uses auto generated keys by @welteki
f733a7f Update README.md by @alexellis
c31ea35 Update README.md by @alexellis

Changes: 0.0.9...0.1.0

Generated by Derek

Additional checks for non-root settings and "internal" NATS detection

20 Sep 07:41
Compare
Choose a tag to compare

Changelog for 0.0.9:

Commits
297ab2f Warn if no external nats configured by @welteki
8a8b282 Check if async system is enabled by @welteki
b73d684 Warn if set_nonroot_user is not set for the controller/operator by @welteki
3d48dab Format namespaces on newlines by @welteki
70b0a4f Warn if max_inflight is set to high by @welteki
9133fb1 Add check for asutoscaler replicas by @welteki
ceedf0f Fix check for cluster_role by @welteki

Changes: 0.0.8...0.0.9

Generated by Derek

Consistent ordering of functions and namespaces

08 Sep 12:37
Compare
Choose a tag to compare

Changelog for 0.0.8:

Commits
e3100ed Consistent ordering of functions and namespaces by @welteki
3227600 Fix function naming format by @welteki
8ec5306 Check functions in all OpenFaaS namespaces by @welteki
a725f73 Fix limits output by @welteki

Changes: 0.0.7...0.0.8

Generated by Derek

Add RO filesystem check, JetStream upgrade warning and detect license when mirrored

06 Sep 19:01
Compare
Choose a tag to compare

Changelog for 0.0.7:

  • PR #6 Detect JetStream and warn about NATS Streaming by @welteki
  • PR #9 Detect Pro components via license volume mount by @welteki
  • PR #10 Print cpu and ram limits/requests on single line by @welteki
  • PR #11 Add warning if root file system not set to read only by @welteki

Commits
0683abf Detect JetStream and warn about NATS Streaming by @welteki
a378419 Detect Pro components via license volume mount by @welteki
fa97ae0 Print cpu and ram limits/requests on single line by @welteki
69b3faf Remove prefix of 'function' from timeout warnings by @welteki
ed9bfe7 Warn if root file system not set to read only by @welteki
4ba3b4e Update README.md by @alexellis
cdaa431 Update README.md by @alexellis

Changes: 0.0.6...0.0.7

Generated by Derek