-
Notifications
You must be signed in to change notification settings - Fork 28
5.11.3
-
Subscription nodes page now shows correctly that it is configured to use system nodes instead of erroneously showing "custom"
-
Dry run now processes
state
resources without errors -
GitLab oAuth and integratins have been fixed to work with the latest changes in GitLab's handling of authorization headers
-
Project branch status and job state map are no longer updated when debug runs are executed
-
Google Cloud and Digital Ocean are now listed under cloud providers section in Admiral
-
When multiple resources are pinned to different versions of INs, the versions are now assigned correctly
-
SPOG performance improvements
- Load time, update time, and switching between SPOG and grid view should now be noticeably faster than before.
-
Enhanced control over triggering of dependent jobs
-
Now you can control how you want to trigger a job when an upstream job completes by specifying the new dependencyMode option in shippable YML job configs. There are three modes to choose from, each with its own unique behavior that may help optimize your pipeline's workflow, depending on your scenario:
-
chrono
: this is the default setting and follows the existing rules for triggering new jobs. New jobs will be created but will wait for preceeding and subsequent jobs to complete before executing. -
immediate
: jobs will execute in the order they are created, with no regard for the status of preceeding or subsequent jobs. -
strict
: a triggered job will not be created while preceeding jobs are processing. Instead it will enter a special 'waiting' state. Once all preceeding jobs have completed, the job will be created and will execute with all of the latest versions of its inputs.
-
There is no change in existing triggering behavior for jobs that do not specify a
dependencyMode
.Check out the documentation for more details.
-
-
gcloudKey deployments use deployment objects
- Deploy jobs deploying with gcloudKey clusters will deploy with deployment objects instead of replication controllers. Deployment names and labels generated from deploy and manifest jobs names will have invalid characters more carefully replaced or removed when using a gcloudKey or Kubernetes integration. Provision jobs for resources with gcloudKey integrations will also use kubectl commands.
-
Project history page now shows a "debug" label for debug runs
-
BitBucket Server integration now supports multiple branches in a single push
- Earlier, when multiple branches were part of a single
git push
to BBS, only a single build would be triggered on Shippable. The BBS Integration addon has been updated to support triggering builds for the latest commit on each branch that has been pushed in a singlegit push
. The latest version of the addon is now available in the Atlassian Marketplace. Please upgrade your addon to enable this feature.
- Earlier, when multiple branches were part of a single