Commit graph

57 commits

Author SHA1 Message Date
Sasha Klizhentas dc44b76b1d Release 2.5.0-alpha.2 2018-01-03 10:48:57 -08:00
Sasha Klizhentas d8455fdb47 Release 2.5.0-alpha.1 2017-12-28 19:00:01 -08:00
Russell Jones 24b26414d7 Release 2.4.0-rc.1. 2017-12-11 15:07:26 -08:00
Ev Kontsevoy 95a1bff6d2 2.3.5
- Updated the changelong
- Version bump to 2.3.5
2017-10-16 17:58:58 -07:00
Russell Jones 38e0c0b74b Release 2.3.1. 2017-10-02 12:00:39 -07:00
Ev Kontsevoy 7c2fe70701 Preparation for 2.3 release
- VERSION update
- Updated the README
2017-09-17 15:20:16 -07:00
Ev Kontsevoy c2efa621b6 Version bump to 2.3-rc4
... also updated "Editing Users" section to add a link to the resources.
2017-09-14 14:50:18 -07:00
Ev Kontsevoy 55d79969a9 Bumped the version to 2.3-rc3 2017-09-13 09:59:37 -07:00
Russell Jones 73835a43d7 Release 2.3.0-rc2. 2017-09-08 20:35:35 +00:00
Russell Jones 6ec9432ef6 Release 2.3.0-rc1. 2017-08-31 12:02:43 -07:00
Russell Jones 8344e99e76 Release 2.2.3. 2017-06-27 12:12:01 -07:00
Russell Jones c04b779ef1 Release 2.2.2. 2017-06-22 14:43:20 -07:00
Russell Jones 29a27bd5c9 Release 2.2.1. 2017-06-21 15:19:46 -07:00
Russell Jones 18f6ba039f Release 2.2.0. 2017-06-12 16:13:09 -07:00
Russell Jones b5488717a0 Release 2.2.0-beta.1. 2017-06-05 10:42:30 -07:00
Sasha Klizhentas 9e4b7964e3 2.2.0-alpha.9 2017-05-30 18:56:25 -07:00
Sasha Klizhentas 246f2d4cd1 bump tag to v2.2.0-alpha.9 2017-05-30 18:15:41 -07:00
Sasha Klizhentas 381a3703d7 bump version 2017-05-21 11:48:32 -07:00
Russell Jones 51e729c64d Release 2.1.0-alpha.6. 2017-05-12 16:00:30 -07:00
Russell Jones 0cb6bd29b6 Release 2.1.0-alpha.5. 2017-05-10 10:44:53 -07:00
Russell Jones d6e2afb279 Release 2.1.0-alpha.4. 2017-05-03 14:42:52 -07:00
Russell Jones bbc40f3738 Release 2.1.0-alpha.3. 2017-04-17 12:12:37 -07:00
Russell Jones 7275c767fc Added support for ACR values for OIDC connectors. 2017-04-12 17:24:26 -07:00
Sasha Klizhentas d3b6bb4c0c RC4 2017-03-31 18:18:26 -07:00
Sasha Klizhentas b8c60775ee rc 3 2017-03-30 18:09:39 -07:00
Russell Jones efdcdb59ca Release 2.0.0. 2017-03-22 17:12:06 -07:00
Russell Jones 92d0fe3b0f Release RC2. 2017-03-21 16:53:41 -07:00
Russell Jones 9275cc816e Release RC 1. 2017-03-17 15:09:45 -07:00
Russell Jones 7699fff283 Corrected User CA export format and updated documentation. 2017-03-15 17:10:46 -07:00
Sasha Klizhentas c438f3192b TTL Cert 2017-03-14 17:26:42 -07:00
Sasha Klizhentas de340120fa web session lifecycle fixes 2017-02-19 11:45:57 -08:00
Sasha Klizhentas b4fcd85848 New release 2.0.0-alpha.6 2017-02-15 17:13:58 -08:00
Sasha Klizhentas 877bf6ac8d release internal tag 2017-02-11 11:07:12 -08:00
Sasha Klizhentas 2cb40abd8e update version 2017-02-02 13:48:15 -08:00
Sasha Klizhentas 0e14de7b4a update version and add interfaces 2017-02-01 14:45:50 -08:00
Ev Kontsevoy 2383343a41 Version bump 2017-01-30 21:49:36 -08:00
Ev Kontsevoy 0fba41897a Version bump
New features in this version
        - SSH keepalive
        - Smart host lookup
        - Global `tsh logout`
2017-01-30 17:15:51 -08:00
Sasha Klizhentas 267b91b47e New version and new build target 2017-01-19 15:20:13 -08:00
Ev Kontsevoy ac205ad530 Finished cleaning up storage back-ends
I hope this closes #688
2017-01-15 23:23:37 -08:00
Ev Kontsevoy 02464f6547 Added proper comments to teleport package
So we're playing nicer with godoc
2017-01-03 22:54:53 -08:00
Ev Kontsevoy 4ed536a2f0 First pass at cleaning up DynamoDB and locks
- Added ability to read AWS config from `~/.aws` directory for testing
- Fixed TTL bug in DynamoDB back-end
- Made FS back-end return similar error types as Boltdb does
- Cleaned up buggy tests for DynamoDB
- Removed unnecessary locks everywhere in code
2016-12-27 00:12:59 -08:00
Ev Kontsevoy bed42f3c89 Version bump to 1.3.1 2016-12-20 13:43:06 -08:00
Ev Kontsevoy b834c1020c Better error handling for connecting via reverse tunnel
Prior to this fix Teleport would not relay proxy errors from remote
clusters.

In other words, the following command:

```
$ tsh --cluster=remote ssh non-existing-host
```

Would print an error like:
"Cannot find a remote tunnel connection. ssh subsystem request failed"

Insead, it should say something like:
"dial non-existing-host error: no such host"

This commit fixes it. It works by:

- Sending net.Dial() error from the remote proxy back via stderr over
  reverse tunnel.

- Carefully handling this error to distinguish it from tunnel-related
  network errors.
2016-12-18 21:30:24 -08:00
Ev Kontsevoy 893b39c2de Version bump 2016-12-15 08:00:32 -08:00
Ev Kontsevoy 296b656b26 New version tag: 1.2.6 2016-11-21 17:07:28 -08:00
Adrien Pestel 436ee596b6 DynamoDB backend
This backend can be enabled by optionally adding a new build flag.
See lib/backend/dynamo/README.md for details.

It should not affect default Teleport builds.
2016-10-25 23:26:35 -07:00
Ev Kontsevoy f97ad755ac Version bump to 1.2 2016-10-10 16:32:49 -07:00
Ev Kontsevoy a2c7b3c100 Version bump
Also improved the error message for self-signed certificates
Fixes #511
2016-09-15 16:57:00 -07:00
Ev Kontsevoy bbc6103746 Internal version bump 2016-09-12 21:39:29 -07:00
Ev Kontsevoy f235f46b06 Released 1.0.5 2016-08-19 14:54:52 -07:00