We use cookies to make your experience better.
We're pleased to announce the release of Coder Enterprise v1.10.
This release includes improvements to the existing functionality, as well as new features like secrets, which allows you to store and retrieve passwords and other sensitive or user-specific information, and the automatic creation of .gitconfig files, which allow you to set configuration variables that affect the look and feel of Git.
For instructions on updating an existing installation, please visit our documentation site.
We’ve implemented several new interfaces for the following Coder Enterprise functions:
Previously, many of these screens, which asked for user input, were modal (or pop-up) windows. They are now full-screen windows that provide for a more fluid, seamless user experience that makes the process of performing the above tasks faster and easier.
As an example, here’s what you can expect to see the next time you create a new environment:
Here’s what you can expect to see when creating a new organization:
If you use sensitive strings or user-specific values, such as passwords and client IDs/secrets, in your development projects, Coder Enterprise now leverages Kubernetes’ secrets store so that that you can create objects to store these values securely. Currently, you can create and manage secrets using the Coder CLI, which is automatically injected into your environments on creation/rebuild for convenience. Admins can also set secrets on behalf of developers. For example, an admin can set up a script to set individuals’ database credentials through the CLI.
.gitconfig Files
If you create a new environment for which there isn’t a .gitconfig
file defined, Coder Enterprise will automatically create one for you that has been prefilled with your name and email address. The .gitconfig
file allows you to set the configuration variables that affect the look and feel of Git.
We recently announced the addition of metrics to Coder Enterprise, which offered end-users insight into which environments and features they most utilized (administrators gain the same insight across all end-users). Since then, we have implemented various fixes to improve the performance of this feature and its overall user experience.
Enjoy what you read?
Subscribe to our newsletter
By signing up, you agree to our Privacy Policy and Terms of service.