Skip to content

Commit

Permalink
Prepare v2.13.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Lambert <[email protected]>
  • Loading branch information
knlambert committed May 25, 2023
1 parent 4053b36 commit 7901bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.OLD.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### 2.13.3 (TBD)
### 2.13.3 (May 25, 2023)

- Feature: Add `.Values.hooks.curl.imagePullSecrets` and `.Values.hooks.curl.imagePullSecrets` to Helm values.
PR [3079](https://github.com/telepresenceio/telepresence/pull/3079).
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docDescription: >-
customizable development environments.
items:
- version: 2.13.3
date: TBD
date: "2023-05-25"
notes:
- type: feature
title: Add imagePullSecrets to hooks
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/telepresenceio/telepresence/rpc/v2 v2.13.3-rc.0
github.com/telepresenceio/telepresence/rpc/v2 v2.13.3
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.41.1
go.opentelemetry.io/otel v1.15.1
Expand Down

0 comments on commit 7901bfa

Please sign in to comment.