-
Notifications
You must be signed in to change notification settings - Fork 513
Upgrade to azurerm 3.0.0+, major improvements, security fixes, Terraform logic and spelling error fixes #164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e0e3de8
Drastically improved Terraform code
rdvansloten edca3ee
Syntax fies, Readme update, changelog update
rdvansloten 156b428
Syntax fixes
rdvansloten dc99dac
Updated changelog
rdvansloten 9f4610e
Update Dockerfile tf version
rdvansloten a1c6c19
Revert Dockerfile version
rdvansloten 033033b
Fixed Changelog
rdvansloten d1f687f
Added fix to README
rdvansloten a14d743
Added suggested fixed
rdvansloten bcc529d
Fix typo in output
rdvansloten File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| # Changelog | ||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [5.0.0] - 2022-05-13 | ||
|
|
||
| ### Added | ||
| - `node_taints` to default node pool | ||
| - Maintenance window supports | ||
| - Key Vault secrets provider | ||
| - Verbose outputs | ||
| - More test | ||
| - Attachment to a container registry via `azurerm_role_assignment` | ||
|
|
||
| ### Changed | ||
| - Upgraded to Terraform 1.1.9 from 0.13.0 | ||
| - Upgraded to azurerm provider 3.x from 2.x | ||
| - Split `prefix` and `dns_prefix`, as they might not be the same | ||
| - Separated Log Analytics Workspace and Log Analytics Solutions, for users who do not want both resources | ||
| - Renamed most variables to be more consistent with resources | ||
| - Required azurerm provider to >= 3.0.0 from ~> 2.46 | ||
| - Split tests into Kubenet and Azure CNI AKS clusters | ||
| - Reduced test outputs to bare necessities | ||
|
|
||
| ### Fixed | ||
| - Fixed typos and mistakes in variables descriptions | ||
| - `role_based_access_control` has been deprecated in favor of `azure_active_directory_role_based_access_control` | ||
| - `addon_profile` block has been deprecated in azurerm 3.0 | ||
| - Duplicate `default_node_pool` was removed and replaced with in-block ternary | ||
| - Renamed CHANGLOG.md to CHANGELOG.md | ||
| - `max_node`, `min_node` and `node_count` are not mutually exclusive | ||
|
|
||
| ### Security | ||
| - Deleted in-repo ssh module. This generated a local file on the agent with a private key (highly unsafe!) and was unused. Replaced by a `tls_private_key` block without a file output | ||
|
|
||
| ### Removed | ||
| - `agent_` particle in variables.tf. AKS uses node pools and nodes in their terminology | ||
|
|
||
| ## [4.15.0] - 2022-05-06 | ||
| ### Added | ||
| - Added output for `kube_admin_config_raw` ([#146](https://github.com/Azure/terraform-azurerm-aks/pull/146)) | ||
| - Include `node_resource_group` as variable ([#136](https://github.com/Azure/terraform-azurerm-aks/pull/136)) | ||
|
|
||
|
|
||
| [5.0.0]:https://github.com/Azure/terraform-azurerm-aks/releases/tag/5.0.0 | ||
| [4.15.0]:https://github.com/Azure/terraform-azurerm-aks/releases/tag/4.15.0 |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to terraform-azurerm-provider pr #8982, since the v2.35.0, the
node_taintsargument is no longer be configured.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will change this field.