Skip to content

Commit f12ea54

Browse files
authored
9.1.0 - March 21, 2024 (#370)
1 parent 0e86839 commit f12ea54

File tree

10 files changed

+60
-100
lines changed

10 files changed

+60
-100
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/issue--bug-report.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue--bug-report.yaml renamed to .github/ISSUE_TEMPLATE/issue--bug-report.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bug report
1+
name: Bug Report
22
description: |
33
Welcome, Thanks for opening an issue. The more information you provide, the easier it is for us to assess the problem, prioritize, assign, develop, then release a fix. The SAS Viya 4 IaC team.
44
labels: [bug, new]
@@ -14,7 +14,7 @@ body:
1414
1515
If you are not running the latest version of Terraform we support, please try upgrading because your issue may have already been fixed.
1616
17-
If you're not sure which versions are supported, here's a link : https://github.com/sassoftware/viya4-iac-aws#terraform to help.
17+
If you're not sure which versions are supported, here's a link : https://github.com/sassoftware/viya4-iac-azure?tab=readme-ov-file#terraform-requirements to help.
1818
validations:
1919
required: false
2020
- type: textarea
@@ -23,10 +23,10 @@ body:
2323
label: Terraform Variable File Details
2424
description: |
2525
Paste the relevant parts of your Terraform variables here.
26-
26+
2727
The relevant parts should come from your `terraform.tfvars` file or equivalent and small snippets of the `*.tf` file/files that seem to be causing the error.
28-
29-
security reasons, do not copy and paste any sensitive information in this issue, like account information and passwords etc.
28+
29+
For security reasons, do not copy and paste any sensitive information in this issue, like account information and passwords etc.
3030
validations:
3131
required: false
3232
- type: textarea
@@ -75,4 +75,3 @@ body:
7575
options:
7676
- label: I agree to follow this project's Code of Conduct
7777
required: true
78-
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
name: Feature Request
2+
description: |
3+
Welcome, Thanks for opening a feature request. The more information you provide, the easier it is for us to assess your request, prioritize, assign, develop, and release. The SAS Viya 4 IaC team.
4+
labels: [enhancement, new]
5+
body:
6+
- type: textarea
7+
id: problem
8+
attributes:
9+
label: Is your feature request related to a problem? Please describe.
10+
description: |
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: solution
16+
attributes:
17+
label: Describe the solution you'd like
18+
description: |
19+
A clear and concise description of what you want to happen.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: alternatives
24+
attributes:
25+
label: Describe alternatives you've considered
26+
description: |
27+
A clear and concise description of any alternative solutions or features you've considered.
28+
validations:
29+
required: false
30+
- type: textarea
31+
id: additional
32+
attributes:
33+
label: Additional context
34+
description: Add any other context or screenshots about the feature request here.
35+
validations:
36+
required: false
37+
- type: checkboxes
38+
id: tf_terms
39+
attributes:
40+
label: Code of Conduct
41+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/sassoftware/viya4-iac-azure/blob/main/CODE_OF_CONDUCT.md)
42+
options:
43+
- label: I agree to follow this project's Code of Conduct
44+
required: true

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG TERRAFORM_VERSION=1.6.6
2-
ARG AZURECLI_VERSION=2.56.0
1+
ARG TERRAFORM_VERSION=1.7.3
2+
ARG AZURECLI_VERSION=2.57.0
33

44
FROM hashicorp/terraform:$TERRAFORM_VERSION as terraform
55
FROM mcr.microsoft.com/azure-cli:$AZURECLI_VERSION

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ This project supports two options for running Terraform scripts:
5757
Access to an **Azure Subscription** and an [**Identity**](./docs/user/TerraformAzureAuthentication.md) with the *Contributor* role are required.
5858

5959
#### Terraform Requirements:
60-
- [Terraform](https://www.terraform.io/downloads.html) - v1.6.6
60+
- [Terraform](https://www.terraform.io/downloads.html) - v1.7.3
6161
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl) - v1.27.9
6262
- [jq](https://stedolan.github.io/jq/) - v1.6
63-
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure) - (optional - useful as an alternative to the Azure Portal) - v2.56.0
63+
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure) - (optional - useful as an alternative to the Azure Portal) - v2.57.0
6464

6565
#### Docker Requirements:
6666
- [Docker](https://docs.docker.com/get-docker/)

container-structure-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commandTests:
1717
- name: "terraform version"
1818
command: "terraform"
1919
args: ["--version"]
20-
expectedOutput: ["Terraform v1.6.6"]
20+
expectedOutput: ["Terraform v1.7.3"]
2121
- name: "python version"
2222
command: "python3"
2323
args: ["--version"]
@@ -29,7 +29,7 @@ commandTests:
2929
- -c
3030
- |
3131
az version -o tsv
32-
expectedOutput: ["2.56.0\t2.56.0\t1.1.0"]
32+
expectedOutput: ["2.57.0\t2.57.0\t1.1.0"]
3333

3434
metadataTest:
3535
workdir: "/viya4-iac-azure"

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ locals {
5353
)
5454

5555
nsg = var.nsg_name == null ? azurerm_network_security_group.nsg[0] : data.azurerm_network_security_group.nsg[0]
56-
nsg_rg_name = var.nsg_name == null ? local.aks_rg.name : local.network_rg.name
56+
nsg_rg_name = local.network_rg.name
5757

5858
# Use BYO UAI if given, else create a UAI
5959
aks_uai_id = (var.aks_identity == "uai"

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ resource "azurerm_network_security_group" "nsg" {
6262
count = var.nsg_name == null ? 1 : 0
6363
name = "${var.prefix}-nsg"
6464
location = var.location
65-
resource_group_name = local.aks_rg.name
65+
resource_group_name = local.network_rg.name
6666
tags = var.tags
6767
}
6868

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
terraform {
55

6-
required_version = ">= 1.6.6"
6+
required_version = ">= 1.7.3"
77

88
required_providers {
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "3.86.0"
11+
version = "3.92.0"
1212
}
1313
azuread = {
1414
source = "hashicorp/azuread"

0 commit comments

Comments
 (0)