github.com/chenbh/concourse/v6@v6.4.2/release-notes/v2.4.0.md (about)

     1  #### <sub><sup><a name="v240-note-1" href="#v240-note-1">:link:</a></sup></sub> feature
     2  
     3  * Worker keys can now be authorized for only a particular team. This prevents workers from being unintentionally (or maliciously) registered as a global worker, in the case where an operator is granting an external worker access to the cluster.
     4    
     5    Consult `web --help` for CLI docs or [bosh.io](http://bosh.io/jobs/tsa?source=github.com/concourse/concourse-bosh-release) for BOSH docs.
     6    
     7    
     8  #### <sub><sup><a name="v240-note-2" href="#v240-note-2">:link:</a></sup></sub> feature
     9  
    10  * We've lowered the default memory/CPU usage of the `concourse/lite` Vagrant box to 2GB and 2 cores, down from 6GB and four cores, thanks to a PR from @jwiebalk!
    11    
    12    
    13  #### <sub><sup><a name="v240-note-3" href="#v240-note-3">:link:</a></sup></sub> feature
    14  
    15  * Baggageclaim will now be more durable to corrupt volumes. Previously a borked metadata file would effectively wedge the Baggageclaim API, making the worker unrecoverable. You would see an error like "failed to list volumes" in your builds. Baggageclaim will now pretend these volumes don't exist in the API, and reap them from the disk.
    16    
    17    
    18  #### <sub><sup><a name="v240-note-4" href="#v240-note-4">:link:</a></sup></sub> feature
    19  
    20  * [**`on_failure`**](https://concourse-ci.org/jobs.html#job-on-failure), [**`on_success`**](https://concourse-ci.org/jobs.html#job-on-success), and [**`ensure`**](https://concourse-ci.org/jobs.html#job-ensure) can now be attached to a job, thanks to a PR from @jmcarp!
    21    
    22    
    23  #### <sub><sup><a name="v240-note-5" href="#v240-note-5">:link:</a></sup></sub> feature
    24  
    25  * [`fly login`](https://concourse-ci.org/fly.html#fly-login) will now automatically transfer the token to the CLI for the oAuth flow, rather than requiring you to copy-paste it.
    26    
    27    
    28  #### <sub><sup><a name="v240-note-6" href="#v240-note-6">:link:</a></sup></sub> fix
    29  
    30  * Fixed the behavior of the "home" button. It will now take you to your current pipeline, rather than always taking you to the first one.
    31    
    32    
    33  #### <sub><sup><a name="v240-note-7" href="#v240-note-7">:link:</a></sup></sub> fix
    34  
    35  * After logging in, the UI will now reflect that you're actually logged in. This used to require a refresh. Single page apps giveth and they taketh away.
    36    
    37    
    38  #### <sub><sup><a name="v240-note-8" href="#v240-note-8">:link:</a></sup></sub> fix
    39  
    40  * When viewing a build or a job, the groups the job are in will now be highlighted, rather than always the first group.
    41    
    42    
    43  #### <sub><sup><a name="v240-note-9" href="#v240-note-9">:link:</a></sup></sub> fix
    44  
    45  * Fixed a janky synchronization issues when updating the top bar while switching between pipelines; it used to sometimes show the previous pipeline and never update.
    46    
    47    
    48  #### <sub><sup><a name="v240-note-10" href="#v240-note-10">:link:</a></sup></sub> fix
    49  
    50  * The favicon will now reset back to the default "grey" flavor when switching from a build to any other page.
    51    
    52    
    53  #### <sub><sup><a name="v240-note-11" href="#v240-note-11">:link:</a></sup></sub> feature
    54  
    55  * Logging in will now redirect you back to where you were if it was initiated by some attempted action.
    56    
    57    
    58  #### <sub><sup><a name="v240-note-12" href="#v240-note-12">:link:</a></sup></sub> fix
    59  
    60  * The [`bosh-io-stemcell` resource](https://github.com/concourse/bosh-io-stemcell-resource) now correctly returns versions in chronological order.
    61    
    62