Release 13.3.1#30016
Merged
camscale merged 1 commit intobranch/v13from Aug 4, 2023
Merged
Conversation
b35ec74 to
dfcfcc8
Compare
Contributor
can we change this too: b/c the fix is for standalone plugin but no one is affected b/c the changes haven't gone in. (i'll be better about changelogging) |
tcsc
approved these changes
Aug 4, 2023
dfcfcc8 to
d30143c
Compare
fheinecke
approved these changes
Aug 4, 2023
d30143c to
6c391e8
Compare
Contributor
Author
|
I had to add |
espadolini
reviewed
Aug 4, 2023
| * Fixed `tctl` to obey `--verbose` when formatting text tables. [#29870](https://github.com/gravitational/teleport/pull/29870) | ||
| * Updated OpenSSL to [3.0.10](https://github.com/openssl/openssl/blob/openssl-3.0.10/CHANGES.md#changes-between-309-and-3010-1-aug-2023). [#29908](https://github.com/gravitational/teleport/pull/29908) | ||
| * Updated Go to 1.20.7. [#29904](https://github.com/gravitational/teleport/pull/29904) | ||
| * Reduced logging level in PostgreSQL backend for improved performance. [#29847](https://github.com/gravitational/teleport/pull/29847) |
Contributor
There was a problem hiding this comment.
This is Postgres DB access, not the backend
Contributor
Author
There was a problem hiding this comment.
Ok, thanks. I've updated the changelog on the GitHub release
| * Added ability to delete proxy resources with `tctl`. [#29903](https://github.com/gravitational/teleport/pull/29903) | ||
| * Added headless approval UI to Teleport Connect. [#28975](https://github.com/gravitational/teleport/pull/28975) | ||
| * Removed requiring team/channel inputs for mattermost plugin. [#30009](https://github.com/gravitational/teleport/pull/30009) | ||
| * Fixed change feed with PostgreSQL backend on Azure [#29911](https://github.com/gravitational/teleport/issues/29911) [#29975](https://github.com/gravitational/teleport/pull/29975) |
Contributor
There was a problem hiding this comment.
The error isn't Azure-specific, my bad for not providing a changelog entry in the PR :(
Contributor
Author
There was a problem hiding this comment.
The bug report was for Azure. I didn't realise the fix was more broad. I've updated the changelog on the GitHub release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tctl. #29903tctlto obey--verbosewhen formatting text tables. #29870