From 945a381dd85c25bafc273559caf400c0bfddda86 Mon Sep 17 00:00:00 2001 From: Piotr Icikowski Date: Wed, 17 Nov 2021 00:39:06 +0100 Subject: [PATCH] [Docs] Update documentation for GPTS 0.7.0 --- docs/changelog.md | 4 ++++ docs/index.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 046e45b..4e497ba 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Project changelog +## GPTS 0.7.0 + +- Change base image to [Google's "distroless"](https://github.com/GoogleContainerTools/distroless) + ## GPTS 0.6.6 - Fixed fetching configuration from environment variables diff --git a/docs/index.md b/docs/index.md index 11ace70..7048030 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ Simple & easy to configure test service for serving content through HTTP. - [X] Support default response definition (for unconfigured methods) - [X] Support subpaths handling - [X] Docker support - - [X] Based on latest Alpine image + - [X] Based on latest [Google's "distroless"](https://github.com/GoogleContainerTools/distroless) image - [X] Small size (< 20MB) - [X] Running in rootless mode - [X] Kubernetes support diff --git a/mkdocs.yml b/mkdocs.yml index 081e91c..8351581 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,7 +19,7 @@ nav: - Kubernetes (via Helm): installation/k8s.md - User guide: - usage/index.md - - Application flags: usage/flags.md + - Flags & environment variables: usage/flags.md - Configuring endpoints: usage/config.md - Liveness & readiness probes: usage/health.md - Examples: