Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Release 9.2.3 (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored May 13, 2022
1 parent 33ea733 commit 8f7e931
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion access/email/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=9.2.1
VERSION=9.2.3
GO_VERSION=1.17.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/jira/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=9.2.1
VERSION=9.2.3
GO_VERSION=1.17.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/mattermost/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=9.2.1
VERSION=9.2.3
GO_VERSION=1.17.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/pagerduty/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=9.2.1
VERSION=9.2.3
GO_VERSION=1.17.9

BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion access/slack/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=9.2.1
VERSION=9.2.3
GO_VERSION=1.17.9

BUILDDIR ?= build
Expand Down
4 changes: 2 additions & 2 deletions charts/access/email/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ description: A Helm chart for Kubernetes
type: application

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "9.2.1"
version: "9.2.3"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "9.2.1"
appVersion: "9.2.3"
20 changes: 10 additions & 10 deletions charts/access/email/tests/__snapshot__/configmap_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ should match the snapshot (mailgun on):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 9.2.1
helm.sh/chart: teleport-plugin-email-9.2.1
app.kubernetes.io/version: 9.2.3
helm.sh/chart: teleport-plugin-email-9.2.3
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on):
1: |
Expand Down Expand Up @@ -57,8 +57,8 @@ should match the snapshot (smtp on):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 9.2.1
helm.sh/chart: teleport-plugin-email-9.2.1
app.kubernetes.io/version: 9.2.3
helm.sh/chart: teleport-plugin-email-9.2.3
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on, no starttls):
1: |
Expand Down Expand Up @@ -90,8 +90,8 @@ should match the snapshot (smtp on, no starttls):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 9.2.1
helm.sh/chart: teleport-plugin-email-9.2.1
app.kubernetes.io/version: 9.2.3
helm.sh/chart: teleport-plugin-email-9.2.3
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on, password file):
1: |
Expand Down Expand Up @@ -123,8 +123,8 @@ should match the snapshot (smtp on, password file):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 9.2.1
helm.sh/chart: teleport-plugin-email-9.2.1
app.kubernetes.io/version: 9.2.3
helm.sh/chart: teleport-plugin-email-9.2.3
name: RELEASE-NAME-teleport-plugin-email
should match the snapshot (smtp on, starttls disabled):
1: |
Expand Down Expand Up @@ -156,6 +156,6 @@ should match the snapshot (smtp on, starttls disabled):
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 9.2.1
helm.sh/chart: teleport-plugin-email-9.2.1
app.kubernetes.io/version: 9.2.3
helm.sh/chart: teleport-plugin-email-9.2.3
name: RELEASE-NAME-teleport-plugin-email
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ should match the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: teleport-plugin-email
app.kubernetes.io/version: 9.2.1
helm.sh/chart: teleport-plugin-email-9.2.1
app.kubernetes.io/version: 9.2.3
helm.sh/chart: teleport-plugin-email-9.2.3
name: RELEASE-NAME-teleport-plugin-email
spec:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion event-handler/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=9.2.1
VERSION=9.2.3
GO_VERSION=1.17.9

OS ?= $(shell go env GOOS)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/go-querystring v1.0.0
github.com/google/uuid v1.2.0
github.com/gravitational/kingpin v2.1.11-0.20190130013101-742f2714c145+incompatible
github.com/gravitational/teleport/api v0.0.0-20220502203523-4314e09eb6a2 // tag v9.1.3
github.com/gravitational/teleport/api v0.0.0-20220513020500-23354383a0eb // tag v9.2.3
github.com/gravitational/trace v1.1.17
github.com/hashicorp/go-version v1.3.0
github.com/hashicorp/terraform-plugin-framework v0.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ github.com/gravitational/kingpin v2.1.11-0.20190130013101-742f2714c145+incompati
github.com/gravitational/kingpin v2.1.11-0.20190130013101-742f2714c145+incompatible/go.mod h1:LWxG30M3FcrjhOn3T4zz7JmBoQJ45MWZmOXgy9Ganoc=
github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf h1:MQ4e8XcxvZTeuOmRl7yE519vcWc2h/lyvYzsvt41cdY=
github.com/gravitational/protobuf v1.3.2-0.20201123192827-2b9fcfaffcbf/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
github.com/gravitational/teleport/api v0.0.0-20220502203523-4314e09eb6a2 h1:tRdI2HQFNMMnvV9Vh24sULIiYl0gBlvQLJBzE26VNkM=
github.com/gravitational/teleport/api v0.0.0-20220502203523-4314e09eb6a2/go.mod h1:HqUVv4V/Ln+Oix0ZIwDBhV6aMThBZD7W6mopw8yMRjs=
github.com/gravitational/teleport/api v0.0.0-20220513020500-23354383a0eb h1:njMNrWW743CjjWmGclqR7lOFWEZTd6fgrMmnkug6cDs=
github.com/gravitational/teleport/api v0.0.0-20220513020500-23354383a0eb/go.mod h1:HqUVv4V/Ln+Oix0ZIwDBhV6aMThBZD7W6mopw8yMRjs=
github.com/gravitational/trace v1.1.17 h1:BkF30oLm1aKMZ5SPVbnlVbYtYEsG26zHxA4dJ+Z46dM=
github.com/gravitational/trace v1.1.17/go.mod h1:n0ijrq6psJY0sOI/NzLp+xdd8xl79jjwzVOFHDY6+kQ=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
Expand Down
2 changes: 1 addition & 1 deletion terraform/install.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=9.2.1
VERSION=9.2.3

OS ?= $(shell go env GOOS)
ARCH ?= $(shell go env GOARCH)
Expand Down

0 comments on commit 8f7e931

Please sign in to comment.