Skip to content

Version 0.11.6

Latest
Compare
Choose a tag to compare
@jtnelson jtnelson released this 06 Jul 11:27
  • Added new configuration options for initializing Concourse Server with custom admin credentials upon first run. These options enhance security by allowing a non-default usernames and passwords before starting the server.
    • The init_root_username option in concourse.prefs can be used to specify the username for the initial administrator account.
    • The init_root_password option in concourse.prefs can be used to specify the password for the initial administrator account
  • Exposed the default JMX port, 9010, in the Dockerfile.
  • Fixed a bug that kept HELP documentation from being packaged with Concourse Shell and prevented it from being displayed.
  • Added a fallback option to display Concourse Shell HELP documentation in contexts when the less command isn't available (e.g., IDEs).
  • Fixed a bug that caused Concourse Server to unnecessarily add error logging whenever a client disconnected.
  • Added the ability to create ConnectionPools that copy the credentials and connection information from an existing handler These copying connection pools can be created by using the respective "cached" or "fixed" factory methods in the ConnectionPool class that take a Concourse parameter.