Commit graph

250 commits

Author SHA1 Message Date
Sasha Klizhentas f72107ee2f Pre-release 2.5.0-alpha.6 2018-01-24 12:31:52 -08:00
Sasha Klizhentas 51788606dd Pre-release 2.5.0-alpha.5 2018-01-22 15:25:23 -08:00
Sasha Klizhentas 5e1a0624a3 Release 2.5.0-alpha.4 2018-01-18 14:01:03 -08:00
Sasha Klizhentas fdebae35e7 release alpha.3 2018-01-16 10:40:01 -08:00
Ev Kontsevoy 763a4a6541 2.4 documentation 2018-01-08 12:16:26 -08:00
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 3bfe61dc0b Added integration tests and minor fixes. 2017-12-19 17:40:05 -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
Sasha Klizhentas 9543bf2208 Merge branch 'master' into sasha/curiosity 2017-10-12 16:57:41 -07:00
Sasha Klizhentas e12ec7422c refactoring 2017-10-05 17:29:31 -07:00
Russell Jones 38e0c0b74b Release 2.3.1. 2017-10-02 12:00:39 -07:00
Ev Kontsevoy 92bfdcd541 Small changes to build/install process.. 2017-09-19 12:54:02 -07:00
Ev Kontsevoy c616923b7d Typo in the makefile 2017-09-19 12:17:23 -07:00
Ev Kontsevoy e789695dfa Improved the makefile a bit 2017-09-19 12:16:39 -07:00
Ev Kontsevoy 3b9d374c39 Removed the need to have autotools installed
Previous versions of Teleport relied on `make` command to be available,
which is never the case with all supported Linux distributions
2017-09-17 16:24:11 -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 125ff3ef0d Fixed the Makefile to stop breaking tests 2017-09-14 10:53:03 -07:00
Ev Kontsevoy 1585fb0e7f Updated the Makefile 2017-09-13 12:24:07 -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
Ev Kontsevoy c4e2e5e627 Docs + packaging changes
- Updated the CHANGELOG
- Makefile improvements:
        - Added "make full" for quickly building release binaries
        - Added `examples` directory to the release directory
2017-08-23 21:40:31 -07:00
Ev Kontsevoy 1cb35bfaed Faster Makefile (especially on multi-core)
- The default `make` runs twice as fast.
- `make goinstall` is similarly 2x speed (also more idiomatic)
- Also cleaned it Make dependencies a bit to made them more reliable.
2017-08-10 22:42:26 -07:00
Ev Kontsevoy e51eac1daa BUILDFLAGS can be custom-set
Allow users who build Teleport from source to set their own build flags.
Minor change.
2017-08-03 12:51:06 -07:00
Ev Kontsevoy 32146ba8b8 Build / test improvements
1. Got rid of `tool/tsh/common` package. See below.
2. Fixed logger in config test (it was getting reset by the test itself)

The reason we don't need `tool/tsh/common` is because `tsh` is the same
for OSS or Enterprise versions. This is good for two reasons:

1. Enterprise customers don't need to bother telling users to use a
   proprietary binary, they can just get OSS (which will eventually get
   pacakged for OSX/Ubuntu/RHEL) and will be one `apt-get` or `brew install` away

2. Easier for us to package/maintain.
2017-07-17 21:10:14 -07:00
Ev Kontsevoy eb17a06c32 Merge remote-tracking branch 'origin/master' into ev/e 2017-07-12 13:51:36 -07:00
Russell Jones 8344e99e76 Release 2.2.3. 2017-06-27 12:12:01 -07:00
Ev Kontsevoy 8ff6952751 Merge remote-tracking branch 'origin/master' into ev/e 2017-06-26 13:46:30 -07:00
Russell Jones c04b779ef1 Release 2.2.2. 2017-06-22 14:43:20 -07:00
Ev Kontsevoy 94c35298b8 Preparation for 2.3
- Switched to new way of building Enterprise
- Removed `tctl tunnels` command (preparation for new resources)
- Removed `tctl auth ls` command (preparation for new resources)
2017-06-21 20:14:40 -07:00
Russell Jones 29a27bd5c9 Release 2.2.1. 2017-06-21 15:19:46 -07:00
Russell Jones 557cf66e05 Remove -cover flag for test target because -cover injects code into
source which can lead to incorrect line numbers [1]. This makes
debugging output of the -race flag difficult.

[1] https://go-review.googlesource.com/c/38640/
2017-06-21 10:25:35 -07:00
Ev Kontsevoy 275ac27690 More reliable make clean
`make clean` now removes not only output binaries, but also object files
(.o) for Teleport in the packages dir under $GOHOME.

So, running `make` after `make clean` will guarantee that every file
will be rebuilt.
2017-06-17 23:07:57 -07:00
Russell Jones 18f6ba039f Release 2.2.0. 2017-06-12 16:13:09 -07:00
Ev Kontsevoy 37319d6b41 Implemented identity loading
First part of addressing #1033 is ability to load credentials from the
credentials file(s).

This commit adds -i flag processing, i.e. a certificate can be fed via a
cert.file and used to login.
2017-06-11 13:37:42 -07:00
Ev Kontsevoy 91bd5d6cfa Minor chnges to tctl (langauge/naming)
This commit does not change tctl behavior
2017-06-09 21:25:22 -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 b72b734979 add grpc 2017-05-26 18:19:22 -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
Russell Jones 55d19ce5dd Added README.md to zip file and removed webassets.zip. 2017-04-11 11:24:19 -07:00