Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Releases: coder/coder-v1-cli

v1.12.1

23 Oct 19:52
d32d196
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.12.1

v1.12.0

21 Oct 07:03
c9043b7
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.12.0

  • 0d9db37 fixed ssh key error to better reflect its state. (#139)
  • a878b98 added quotes for identity file to work with white spaces in username (#138)
  • d765c36 Add "coder envs stop [environment_name]" command (#136)

v1.12.0-rc.2

15 Oct 19:45
b7cd44f
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.12.0-rc.2

v1.12.0-rc1

13 Oct 21:43
b7cd44f
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.12.0-rc1

  • b7cd44f Give better error when authentication expires
  • d244d35 Allow integration tests to pass on fresh deployments (#131)

v1.11.0

19 Sep 01:16
bf9a6ae
Compare
Choose a tag to compare

Support for Coder Enterprise v1.11.0

Read more about our v1.11.0 release here

v1.10.0

21 Aug 00:07
2d52bb3
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.10.0

  • 9974e45 Export entclient to coder-sdk
  • ff28df3 Cleanup entclient api
  • f21d224 Abstract integration test container creation
  • 0e031d9 Add gendocs ci step
  • b9ebf97 Link to auto-generated docs
  • 9b61d34 Move cmd to internal package
  • 8f41aa3 Add --user flag to "secrets" and "envs"
  • be6bc28 Add completions for env names to be enabled later
  • 74a130a Migrate to cobra
  • 1261969 Add ci readme
  • 8212be0 Migrate to urfave/cli/v2
  • d664df2 Remove "failed to" from errs
  • 5f7d205 Fix all erorr handling to use errors
  • 3b70c19 Cleanup tests
  • ba92295 Improve url command
  • 9b1173e Add table output to envs ls
  • b957f37 Mirgation to urfave/cli
  • a08956f Show network error on unexpected disconnect
  • 1dc6c3b use requireSuccess(); log.Fatal() where appropriate; change 'del' to 'rm'
  • bf11f01 Run tcli container on host network
  • cc55a4a Add future support for integration devurl tests
  • c71c3c9 Add urls ls subcmd; add -o [human | json] support matching users cmd
  • b5487cb Add more secret creation input paths
  • cbdd4b6 Add integration tests for Secrets commands
  • 362ddc7 Enabled error response JSON body output
  • 11f797a Reverted err response
  • 5d92778 Add custom prefix devurl
  • 01e9b77 Add secrets ls, add, view, rm commands
  • 5e43b71 Improve command descriptions
  • 1a5ec82 Add users ls command
  • 692b219 Handle command failure better
  • 18b5f50 Cleanup when commands are executed in sh or not
  • cafdd6f Simplify assertion type
  • c451d16 Move tcli tests to tcli package
  • b5b93d4 Fix tcli log helpers
  • e6c79f5 Add verbose logging to integration tests
  • 9d358a6 Adds headless login workaround
  • f4fe567 Add tests for host runner
  • bf31666 Add host runner
  • 50c4e75 Add GetResult Assertion
  • 5c118b8 Limit github action runs
  • a7ac523 Doc comments only
  • 1495867 Add initial coder tests
  • 5998ff1 Add integration action
  • f11304b Adds github fmt, lint, test ci
  • 025e1bd Adds working bind mount
  • 2932fe9 Add RunCmd manual command
  • 8e8b215 Execute commands in container
  • 8b3f056 Initial setup for integration tests
  • 65fce15 Patch ci
  • 5a6b14e Set raw output for all commands
  • 6fc2c8c Abstract cross-platform terminal syscalls
  • 6a5fbc5 Adds support for windows
  • c301cf0 Execute exec commands in sh

v1.9.0

20 Jul 17:15
c8cec8e
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.9.0

Changelog:

  • c8cec8e Verify rsync protocol version match prior to proceeding (#71)
  • 929cad0 Add github action to build releases
  • 31f2c83 Rename heatbeat to heartbeat.
  • 4f09af1 Add subcommands 'create' and 'del' to manage devurls
  • 62a02e3 Hotfix terminal env var
  • 9294633 Improve rsync trouble error messages
  • ee6d3c0 Change command to urls
  • 96cc93b Update API request, print mult. envs in tabs, handle non 200 response

v1.8.1

28 Jun 03:49
c6be883
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.8.1

  • c6be883 Set private key permissions correctly
  • d0194e2 Remove go get instructions
  • 4a365b9 Revert "Remove go get instructions"
  • 3ec4d41 Remove go get instructions
  • eefa329 Improve ssync error msgs

v1.8.0

20 Jun 19:08
v1.8.0
c69c791
Compare
Choose a tag to compare

This release introduces significant performance and reliability improvements

Log

  • 75ff540 login: detect missing protocol in URL
  • 72eff15 coder sync fails if all dirs leading to sync remoteDir don't already exist
  • 709f1a6 Upgrade wsep
  • 3ba357f Add heartbeat
  • 6f726cd Declare when no version is built
  • 9897793 Make build.sh compatible with MacOS bash
  • e9daebd Fix copyURL
  • 9b2232d Usage metric pushing
  • 61727c6 Fix exit code
  • 36b48b1 Make get command in README module aware
  • c9b62e1 Revert "Remove go get install suggestion"
  • 67bbb22 Tolerate absent ~/.ssh/config
  • b04a678 Fix coder sh freeze
  • 925216e Remove go get install suggestion
  • 8cbafc7 Fix resize cancel exit
  • 7ba07e9 Migrate coder sync to wsep
  • f0e7f9c Use wsep for coder sh
  • e758dad Add installation instructions
  • fd7e11e gofmt
  • 6a97c3b Properly handle wush error messages
  • 8ff2d5f Add server alive configuration
  • ce4bb7d Check if ssh is available
  • fcd16c6 Use real hostname
  • 02c209a Use coder. to prevent collision with sftp
  • f9c0930 Fetch and write private ssh key
  • 50f9ab7 Refactor and add success log message
  • 4c4540a Add config-ssh command
  • bb1db77 Print correct login url
  • bdd0f13 Link out to enterprise CLI docs
  • 907f509 Add version command
  • 12af9db Don't try Darwin builds on Linux

v1.7.0

20 May 16:33
Compare
Choose a tag to compare

This release is compatible with Coder Enterprise v1.7.x

  • c39e1df Name release binary coder instead of coder-cli
  • 2ea6457 Disable Darwin builds
  • d2f85f0 Make build.sh executable
  • 84c014f Add ci/bin to .gitignore
  • 6a05505 Add simple release builder from sshcode
  • c5548c0 Added ability to get all active environments
  • df405a3 Added url command to get a devurl
  • 2b03963 Update cmd/coder/sync.go
  • f2a920d Send stderr to ioutil.discard and log more human readable error
  • b93d650 Allow for proper terminal restore on error
  • d29f7f2 Restore term state on exit
  • b0c4bc3 Comment on dir translation
  • 4905bbd Change initial sync to Success level
  • 65be003 Add semaphore to pushing
  • 423278b Support file deletion again
  • a675d5e Create watch before initial sync
  • 4e31fe9 Add DEBUG_RSYNC env
  • c305b9d Improve dropped event calculation
  • ed23f64 Document test command
  • c2ca1ea Improve replace message
  • ba23ea5 Remove single file support
  • 2288735 Process safe events concurrently
  • bb101e0 Speed up event processing by introducing duplicate cache
  • 87bbc0b Add informative console title
  • 7cdd51c Close stdin on end of os stdin
  • bc640b3 Check stdin for terminal instead of stdout
  • 6b9e8b3 Update README for new scope
  • fc0c867 Add Install line
  • 62ffe24 Fix resize stutter effect
  • 6a7b2ca Set ClientMessage.Type to Resize correctly
  • f92b161 Use default shell if no command specified
  • 1963400 Attempt to add resizing
  • 786cd0b Use tty raw mode for terminal
  • 692a24f Add basic TTY support
  • 65aa696 Update README heading
  • fd23d58 Update get envs to new endpoint
  • e9b3021 Implement rsync
  • 64491e0 Implement tar directory transfer
  • 115d35b Add basic SCP protocol
  • 2d39caa Add basic login flow
  • 02db2ee Add LICENSE