Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sd committed Jul 6, 2023
1 parent 9ab406c commit 57f1cfa
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.13.1

This is just a small bugfix release.

- UI Bugfix: Client flow updates were not applied via UI
[6fe8fbc](https://github.com/sebadob/rauthy/commit/6fe8fbc1440498ea126a5aee5bed9dfe34e367d4)

## v0.13.0

- Improved container security: Rauthy is based off a Scratch container image by default now. This improved the security
Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started/k8s.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ <h3 id="create-and-apply-the-stateful-set"><a class="header" href="#create-and-a
fsGroup: 10001
containers:
- name: rauthy
# This example uses the version tag (to be able to document correctly before
# the release). In production I would highly recommend to actually use SHA
# This example uses the version tag.
# In production, I would highly recommend to actually use SHA
# hashes to prevent someone from overwriting the image tag on your possibly
# own container registry with malicious content.
#
Expand All @@ -308,7 +308,7 @@ <h3 id="create-and-apply-the-stateful-set"><a class="header" href="#create-and-a
# hash for the latest version at this
# point. The latest image with the correct hash will always be shown for the
# [Github Releases](https://github.com/sebadob/rauthy/releases)
image: sdobedev/rauthy:0.13.0
image: sdobedev/rauthy:0.13.1
imagePullPolicy: IfNotPresent
securityContext:
# User ID 10001 is actually built into the container at the creation for
Expand Down
6 changes: 3 additions & 3 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ <h3 id="create-and-apply-the-stateful-set"><a class="header" href="#create-and-a
fsGroup: 10001
containers:
- name: rauthy
# This example uses the version tag (to be able to document correctly before
# the release). In production I would highly recommend to actually use SHA
# This example uses the version tag.
# In production, I would highly recommend to actually use SHA
# hashes to prevent someone from overwriting the image tag on your possibly
# own container registry with malicious content.
#
Expand All @@ -522,7 +522,7 @@ <h3 id="create-and-apply-the-stateful-set"><a class="header" href="#create-and-a
# hash for the latest version at this
# point. The latest image with the correct hash will always be shown for the
# [Github Releases](https://github.com/sebadob/rauthy/releases)
image: sdobedev/rauthy:0.13.0
image: sdobedev/rauthy:0.13.1
imagePullPolicy: IfNotPresent
securityContext:
# User ID 10001 is actually built into the container at the creation for
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions rauthy-book/src/getting_started/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ spec:
fsGroup: 10001
containers:
- name: rauthy
# This example uses the version tag (to be able to document correctly before
# the release). In production I would highly recommend to actually use SHA
# This example uses the version tag.
# In production, I would highly recommend to actually use SHA
# hashes to prevent someone from overwriting the image tag on your possibly
# own container registry with malicious content.
#
Expand All @@ -196,7 +196,7 @@ spec:
# hash for the latest version at this
# point. The latest image with the correct hash will always be shown for the
# [Github Releases](https://github.com/sebadob/rauthy/releases)
image: sdobedev/rauthy:0.13.0
image: sdobedev/rauthy:0.13.1
imagePullPolicy: IfNotPresent
securityContext:
# User ID 10001 is actually built into the container at the creation for
Expand Down

0 comments on commit 57f1cfa

Please sign in to comment.