Skip to content

Commit

Permalink
Address post-release checklist items for 5.1 (gravitational#5223)
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Jan 20, 2021
1 parent d914107 commit 8d40ce9
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docker/teleport-ent-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
# The configure container starts, generates a config, writes it to
# /etc/teleport/teleport.yaml and then immediately exits.
configure:
image: quay.io/gravitational/teleport-ent:5.0
image: quay.io/gravitational/teleport-ent:5
container_name: teleport-configure
entrypoint: /bin/sh
hostname: localhost
Expand All @@ -14,7 +14,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: quay.io/gravitational/teleport-ent:5.0
image: quay.io/gravitational/teleport-ent:5
container_name: teleport
entrypoint: /bin/sh
hostname: localhost
Expand Down
4 changes: 2 additions & 2 deletions docker/teleport-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
# The configure container starts, generates a config, writes it to
# /etc/teleport/teleport.yaml and then immediately exits.
configure:
image: quay.io/gravitational/teleport:5.0
image: quay.io/gravitational/teleport:5
container_name: teleport-configure
entrypoint: /bin/sh
hostname: localhost
Expand All @@ -14,7 +14,7 @@ services:
# This container depends on the config written by the configure container above, so it
# sleeps for a second on startup to allow the configure container to run first.
teleport:
image: quay.io/gravitational/teleport:5.0
image: quay.io/gravitational/teleport:5
container_name: teleport
entrypoint: /bin/sh
hostname: localhost
Expand Down
7 changes: 4 additions & 3 deletions docs/5.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ plugins:
'kubernetes-ssh.md': 'kubernetes-access.md'
extra_javascript: []
extra:
# this version is used for the docs switcher, not for Teleport
version: 5.0
teleport:
version: 5.0.1
version: 5.1.0
golang: 1.15
plugin:
version: 0.2.0
latest_oss_docker_image: quay.io/gravitational/teleport:5.0
latest_ent_docker_image: quay.io/gravitational/teleport-ent:5.0
latest_oss_docker_image: quay.io/gravitational/teleport:5
latest_ent_docker_image: quay.io/gravitational/teleport-ent:5
nav:
- Documentation:
- Introduction: index.md
Expand Down
1 change: 1 addition & 0 deletions examples/chart/teleport-auto-trustedcluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: teleport-auto-trustedcluster
apiVersion: v2
version: 0.0.7
appVersion: "5"
description: Teleport trusted cluster installation which automatically joins itself back to the provided root cluster.
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-auto-trustedcluster/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: quay.io/gravitational/teleport-ent
# This tag reflects the version of Teleport to deploy
tag: "5.0"
tag: "5"
pullPolicy: IfNotPresent
# Optionally specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.
Expand Down
1 change: 1 addition & 0 deletions examples/chart/teleport-daemonset/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: teleport-daemonset
apiVersion: v2
version: 0.0.7
appVersion: "5"
description: Teleport daemonset installation which provides some access to underlying Kubernetes nodes.
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-daemonset/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: quay.io/gravitational/teleport-ent
# This tag reflects the version of Teleport to deploy
tag: "5.0"
tag: "5"
pullPolicy: IfNotPresent
# Optionally specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport-kube-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: teleport-kube-agent
apiVersion: v2
version: 0.0.1
appVersion: "5.0"
appVersion: "5"
description: Teleport provides a secure SSH and Kubernetes remote access solution that doesn't get in the way.
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
Expand Down
1 change: 1 addition & 0 deletions examples/chart/teleport/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: teleport
apiVersion: v2
version: 0.0.8
appVersion: "5"
description: Teleport provides a secure SSH and Kubernetes remote access solution that doesn't get in the way.
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/teleport/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
# Used if license is disabled
communityRepository: quay.io/gravitational/teleport
# Version of Teleport
tag: "5.0"
tag: "5"
pullPolicy: IfNotPresent
# Optionally specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 8d40ce9

Please sign in to comment.