APPLICATION BUG FIX SINCE v201911-1:
- Fix failure to configure external schemas properly resulting in container error.
APPLICATION LEVEL BREAKING CHANGES:
- Changed the way Sentinel policy checks are represented in commit statuses by marking a soft failure as a success, rather than a failure.
APPLICATION LEVEL FEATURES:
- Changed module publication UI/UX
- Added support for Azure DevOps Services as a VCS provider for workspaces and modules
- Changed the Sentinel runtime to version 0.12.0. For the latest changes, see the release notes.
- Added Cost Estimation admin settings for Azure
- Changed style of filterable lists (workspaces page, admin pages)
APPLICATION LEVEL BUG FIXES:
- Fixed focus-stealing UI bug when first adding a workspace working directory.
- Fixed bug where runs created by a team token for a team which was later deleted would become stuck.
- Fixed go-isolation bug that could cause an environment not to be made eligible for use in certain cases.
- Fixed some issues related to
tfconfig
Sentinel mock generation where provider mocks for a certain provider type would not be generated for modules where a default provider of that type did not exist. Additionally, the empty string alias (tfconfig.providers.null.alias[""]
) now links back to the default provider. - Fixed an issue with policy checks where the
module()
function intfstate
would not search submodules in Terraform 0.12.0 and higher. - Fixed an issue that prevented policy sets from being ingressed in some cases.
- Fixed an issue with blank entries in the Team Access table for workspace admins and teams they aren't a member of
- Fixed an issue that was stopping error missages from displaying for policy mock downloads
- Fixed an issue that was causing the Sentinel mock download button to be visible for those without permission
- Fixed an issue that allowed people to download Sentinel mocks prior to cost estimation being completed
- Fixed an issue for an error in the logic for cost estimate status check surrounding Sentinel mock download
- Fixed an issue to exclude noop resources from
tfrun
Sentine import. - Fixed exclusion of noop Terraform resources.
- Fixed an issue with PR branches not detecting changed files on BitBucket Server Connections.
APPLICATION LEVEL SECURITY FIXES: