@turbot/azure-aks
Recommended Version
Version
5.5.0
Released On
Oct 27, 2021
Depends On
@turbot/azure ^5.0.0
@turbot/azure-iam ^5.0.0
@turbot/azure-provider ^5.0.0
@turbot/turbot ^5.22.0
@turbot/turbot-iam ^5.1.0
@turbot/azure-iam ^5.0.0
@turbot/azure-provider ^5.0.0
@turbot/turbot ^5.22.0
@turbot/turbot-iam ^5.1.0
Resource Types
Control Types
- Azure > AKS > Managed Cluster > Active
- Azure > AKS > Managed Cluster > Approved
- Azure > AKS > Managed Cluster > CMDB
- Azure > AKS > Managed Cluster > Discovery
- Azure > AKS > Managed Cluster > Tags
Policy Types
- Azure > AKS > Approved Regions [Default]
- Azure > AKS > Enabled
- Azure > AKS > Managed Cluster > Active
- Azure > AKS > Managed Cluster > Active > Age
- Azure > AKS > Managed Cluster > Active > Last Modified
- Azure > AKS > Managed Cluster > Approved
- Azure > AKS > Managed Cluster > Approved > Regions
- Azure > AKS > Managed Cluster > Approved > Usage
- Azure > AKS > Managed Cluster > CMDB
- Azure > AKS > Managed Cluster > Regions
- Azure > AKS > Managed Cluster > Tags
- Azure > AKS > Managed Cluster > Tags > Template
- Azure > AKS > Permissions
- Azure > AKS > Permissions > Levels
- Azure > AKS > Permissions > Levels > Modifiers
- Azure > AKS > Regions
- Azure > AKS > Tags Template [Default]
- Azure > Turbot > Permissions > Compiled > Levels > @turbot/azure-aks
- Azure > Turbot > Permissions > Compiled > Service Permissions > @turbot/azure-aks
Release Notes
5.5.0 (2021-10-27)
What's new?
- We've improved the details tables in the Tags controls to be more helpful, especially when a resource's tags are not set correctly as expected. Previously, to understand why the Tags controls were in an Alarm state, you would need to find and read the control's process logs. This felt like too much work for a simple task, so now these details are visible directly from the control page.
Bug fixes
- We've made a few improvements in the GraphQL queries for various router actions. You won't notice any difference, but things should run lighter and quicker than before.
5.4.2 (2021-02-04)
Bug fixes
- Controls run faster now when in the
tbd
andskipped
states thanks to the new Turbot Precheck feature (not to be confused with TSA PreCheck). With Turbot Precheck, controls avoid running GraphQL input queries when intbd
andskipped
, resulting in faster and lighter control runs.
5.4.1 (2020-11-03)
Bug fixes
- We've updated the Discovery controls for resources to now move to skipped instead of invalid if the provider is disabled in the subscription and the
Azure > Provider > {service} > Registered
policy is checking if the provider is disabled. This will reduce the amount of noisy controls that cannot be easily resolved without making changes to the provider.
5.4.0 (2020-10-21)
What's new?
- We've made improvements to how Approved controls interact with CMDB policies and controls for more reliable approved checks. Now, if a resource's CMDB policy is set to
Skip
, its Approved control will move toinvalid
to prevent the Approved control from making a decision based on outdated information. Also, Approved controls will now wait until the resource's CMDB control has run at least once to ensure the required data is available.
5.3.0 (2020-09-25)
What's new?
- We've made improvements to how Active controls interact with CMDB policies and controls for more reliable active checks. Now, if a resource's CMDB policy is set to
Skip
, its Active control will move toinvalid
to prevent the Active control from making a decision based on outdated information. Also, Active controls will now wait until the resource's CMDB control has run at least once to ensure the required data is available.
5.2.0 (2020-08-27)
What's new?
- Discovery controls now have their own control category,
CMDB > Discovery
, to allow for easier filtering separately from other CMDB controls. - We've renamed the service's default regions policy from
Regions [Default]
toRegions
to be consistent with our other regions policies.
5.1.2 (2020-07-24)
Bug fixes
- When deleting inactive resources through an Active control, different warning periods in days can be set to delay deletion. We recently identified a bug that would cause these warning periods to be ignored, and any inactive resources would be deleted immediately. This bug has been fixed and now all Active controls will abide by the warning period set in the policy value.
5.1.1 (2020-06-09)
What's new?
- All resource Router actions now run even if Turbot is outside of its allowed change window. This allows Turbot to maintain an up-to-date CMDB by handling resource updates at all times. Note that this only affects Turbot's ability to process resources changes that were made in the cloud provider - enforcement actions are still disabled outside of the change window.
Bug fixes
- Although the data validation errors, which appear in various CMDB and Discovery controls, are not blockers, they look ugly in the UI and should be cleaned up. These errors have now been fixed.
5.1.0 (2020-05-13)
What's new?
- Updated
Azure > AKS > Regions
policy default value to now includewestcentralus
,westindia
,westus2
.
Bug fixes
- Links to documentation in the descriptions for several controls and policies were broken. These links have now been fixed.