Skip to content

Commit cbf2db8

Browse files
Update changelog
1 parent 08abfee commit cbf2db8

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# Changelog
2+
3+
## [Unreleased](https://github.com/Azure/terraform-azurerm-compute/tree/HEAD)
4+
5+
**Implemented enhancements:**
6+
7+
- support raw value for ssh keys in addition to paths [\#159](https://github.com/Azure/terraform-azurerm-compute/pull/159) ([AliAllomani](https://github.com/AliAllomani))
8+
- support multiple ssh keys [\#147](https://github.com/Azure/terraform-azurerm-compute/pull/147) ([sudoapt-getclean](https://github.com/sudoapt-getclean))
9+
- bumb os version [\#94](https://github.com/Azure/terraform-azurerm-compute/pull/94) ([strixBE](https://github.com/strixBE))
10+
- Resolve \#39: bump azurerm provider version [\#74](https://github.com/Azure/terraform-azurerm-compute/pull/74) ([marclambrichs](https://github.com/marclambrichs))
11+
12+
**Merged pull requests:**
13+
14+
- Add CI pipeline [\#185](https://github.com/Azure/terraform-azurerm-compute/pull/185) ([jiaweitao001](https://github.com/jiaweitao001))
15+
- Adding Microsoft SECURITY.MD [\#181](https://github.com/Azure/terraform-azurerm-compute/pull/181) ([microsoft-github-policy-service[bot]](https://github.com/apps/microsoft-github-policy-service))
16+
- Add variable `delete_data_disks_on_termination` [\#170](https://github.com/Azure/terraform-azurerm-compute/pull/170) ([yupwei68](https://github.com/yupwei68))
17+
- Fixed deprecated list method [\#168](https://github.com/Azure/terraform-azurerm-compute/pull/168) ([stgrace](https://github.com/stgrace))
18+
- Fix fixture test [\#165](https://github.com/Azure/terraform-azurerm-compute/pull/165) ([yupwei68](https://github.com/yupwei68))
19+
- Fix fixture test [\#163](https://github.com/Azure/terraform-azurerm-compute/pull/163) ([yupwei68](https://github.com/yupwei68))
20+
- Allow to make ssh\_key optional [\#162](https://github.com/Azure/terraform-azurerm-compute/pull/162) ([jtyr](https://github.com/jtyr))
21+
- Docker fix [\#158](https://github.com/Azure/terraform-azurerm-compute/pull/158) ([yupwei68](https://github.com/yupwei68))
22+
- Integration of Terramodtest 0.8.0 [\#157](https://github.com/Azure/terraform-azurerm-compute/pull/157) ([yupwei68](https://github.com/yupwei68))
23+
- Create pull\_request\_template.md [\#156](https://github.com/Azure/terraform-azurerm-compute/pull/156) ([yupwei68](https://github.com/yupwei68))
24+
- `public_ip_address` will be empty when `allocation_method` is `Dynamic` [\#154](https://github.com/Azure/terraform-azurerm-compute/pull/154) ([yupwei68](https://github.com/yupwei68))
25+
- Adding support for the 'extra\_disks' parameter [\#152](https://github.com/Azure/terraform-azurerm-compute/pull/152) ([juan-acevedo-ntt](https://github.com/juan-acevedo-ntt))
26+
- support defining sku for public ip [\#151](https://github.com/Azure/terraform-azurerm-compute/pull/151) ([AliAllomani](https://github.com/AliAllomani))
27+
- support os\_profile\_secrets [\#150](https://github.com/Azure/terraform-azurerm-compute/pull/150) ([AliAllomani](https://github.com/AliAllomani))
28+
- \#59 Adding support for the license\_type parameter [\#144](https://github.com/Azure/terraform-azurerm-compute/pull/144) ([travis-crowder-kr](https://github.com/travis-crowder-kr))
29+
- GH142 Adding support for identities [\#143](https://github.com/Azure/terraform-azurerm-compute/pull/143) ([travis-crowder-kr](https://github.com/travis-crowder-kr))
30+
- Terraform 0.13 upgrade [\#140](https://github.com/Azure/terraform-azurerm-compute/pull/140) ([yupwei68](https://github.com/yupwei68))
31+
- Fix default value of `source_address_prefixes` [\#139](https://github.com/Azure/terraform-azurerm-compute/pull/139) ([yupwei68](https://github.com/yupwei68))
32+
- Conditionally create nsg security rule | Parametrise source IP ranges [\#137](https://github.com/Azure/terraform-azurerm-compute/pull/137) ([rginev](https://github.com/rginev))
33+
- Allow custom location and fix issues [\#135](https://github.com/Azure/terraform-azurerm-compute/pull/135) ([yupwei68](https://github.com/yupwei68))
34+
- Fixed domain\_name\_label must contain only lowercase alphanumeric characters, numbers and hyphens [\#132](https://github.com/Azure/terraform-azurerm-compute/pull/132) ([sbugalski](https://github.com/sbugalski))
35+
- Fix CI test [\#130](https://github.com/Azure/terraform-azurerm-compute/pull/130) ([yupwei68](https://github.com/yupwei68))
36+
- Integration of terramodtest 0.5.0 [\#127](https://github.com/Azure/terraform-azurerm-compute/pull/127) ([yupwei68](https://github.com/yupwei68))
37+
- Removal of resource group & azurerm 2.0 [\#124](https://github.com/Azure/terraform-azurerm-compute/pull/124) ([yupwei68](https://github.com/yupwei68))
38+
- upgrade to Terraform v0.12 [\#122](https://github.com/Azure/terraform-azurerm-compute/pull/122) ([yupwei68](https://github.com/yupwei68))
39+
- editing descriptions in variable.tf file [\#114](https://github.com/Azure/terraform-azurerm-compute/pull/114) ([niss3n](https://github.com/niss3n))
40+
- Update module dependency on Random to allow use in Terraform 0.12.3 [\#108](https://github.com/Azure/terraform-azurerm-compute/pull/108) ([Xyon](https://github.com/Xyon))
41+
- Move Security Group Rule to Dedicated Resource [\#105](https://github.com/Azure/terraform-azurerm-compute/pull/105) ([MDBox](https://github.com/MDBox))
42+
- updated var and readme for windows vm example [\#96](https://github.com/Azure/terraform-azurerm-compute/pull/96) ([AlexBevan](https://github.com/AlexBevan))
43+
- Adding custom data field \(Issue \#65\) to Linux OS profiles. [\#85](https://github.com/Azure/terraform-azurerm-compute/pull/85) ([dahlke](https://github.com/dahlke))
44+
- Configure files for terraformbot [\#82](https://github.com/Azure/terraform-azurerm-compute/pull/82) ([zunlihu](https://github.com/zunlihu))
45+
- add enable\_accelerated\_networking property and variable for Network Interface [\#78](https://github.com/Azure/terraform-azurerm-compute/pull/78) ([mikaelkrief](https://github.com/mikaelkrief))
46+
- Add bug\_report template [\#77](https://github.com/Azure/terraform-azurerm-compute/pull/77) ([zunlihu](https://github.com/zunlihu))
47+
- Add .github for issue and feature request templates. [\#75](https://github.com/Azure/terraform-azurerm-compute/pull/75) ([zunlihu](https://github.com/zunlihu))
48+
- Resolve issue \#56 [\#73](https://github.com/Azure/terraform-azurerm-compute/pull/73) ([Xyon](https://github.com/Xyon))
49+
- Provision vm agents for Windows machines [\#72](https://github.com/Azure/terraform-azurerm-compute/pull/72) ([Xyon](https://github.com/Xyon))
50+
- Tag all resources ceated by the module [\#69](https://github.com/Azure/terraform-azurerm-compute/pull/69) ([smerrell](https://github.com/smerrell))
51+
- Add different stages for different events. [\#67](https://github.com/Azure/terraform-azurerm-compute/pull/67) ([metacpp](https://github.com/metacpp))
52+
- Add Terratest Example for Compute Module [\#66](https://github.com/Azure/terraform-azurerm-compute/pull/66) ([foreverXZC](https://github.com/foreverXZC))
53+
- add vm-with-datadisk in output.tf [\#61](https://github.com/Azure/terraform-azurerm-compute/pull/61) ([petit-lu](https://github.com/petit-lu))
54+
- Integrate with terramodtest v0.2.0 to use reusable tasks. [\#52](https://github.com/Azure/terraform-azurerm-compute/pull/52) ([metacpp](https://github.com/metacpp))
55+
- fix network module example [\#51](https://github.com/Azure/terraform-azurerm-compute/pull/51) ([dtzar](https://github.com/dtzar))
56+
- Fix custom image [\#50](https://github.com/Azure/terraform-azurerm-compute/pull/50) ([VaijanathB](https://github.com/VaijanathB))
57+
- Unique VM hostname [\#46](https://github.com/Azure/terraform-azurerm-compute/pull/46) ([horsey](https://github.com/horsey))
58+
- Introduced the version argument to dockerfile. [\#43](https://github.com/Azure/terraform-azurerm-compute/pull/43) ([metacpp](https://github.com/metacpp))
59+
- Fix the issue in README [\#42](https://github.com/Azure/terraform-azurerm-compute/pull/42) ([metacpp](https://github.com/metacpp))
60+
- Improve the workflow [\#40](https://github.com/Azure/terraform-azurerm-compute/pull/40) ([metacpp](https://github.com/metacpp))
61+
- Refine the document for Ruby and Docker developer. [\#38](https://github.com/Azure/terraform-azurerm-compute/pull/38) ([metacpp](https://github.com/metacpp))
62+
- Switch Travis to build stages [\#33](https://github.com/Azure/terraform-azurerm-compute/pull/33) ([dtzar](https://github.com/dtzar))
63+
- Support use Docker container locally and in Travis CI [\#32](https://github.com/Azure/terraform-azurerm-compute/pull/32) ([metacpp](https://github.com/metacpp))
64+
- Fix tfstate issue caused by the breaking change of kitchen terraform. [\#31](https://github.com/Azure/terraform-azurerm-compute/pull/31) ([JunyiYi](https://github.com/JunyiYi))
65+
- Upgrade kitchen-terraform to 3.0 [\#29](https://github.com/Azure/terraform-azurerm-compute/pull/29) ([JunyiYi](https://github.com/JunyiYi))
66+
- Add dev workflow support for azure compute module [\#28](https://github.com/Azure/terraform-azurerm-compute/pull/28) ([metacpp](https://github.com/metacpp))
67+
- Add space between variable name and starting { [\#27](https://github.com/Azure/terraform-azurerm-compute/pull/27) ([runecalico](https://github.com/runecalico))
68+
- Use azurerm v0.3.0 [\#22](https://github.com/Azure/terraform-azurerm-compute/pull/22) ([jmapro](https://github.com/jmapro))
69+
- Fix nsg name [\#21](https://github.com/Azure/terraform-azurerm-compute/pull/21) ([jmapro](https://github.com/jmapro))
70+
- Fix version to ~\> 0.2.2 [\#20](https://github.com/Azure/terraform-azurerm-compute/pull/20) ([jmapro](https://github.com/jmapro))
71+
- Tagvms [\#19](https://github.com/Azure/terraform-azurerm-compute/pull/19) ([jmapro](https://github.com/jmapro))
72+
- Add NSG Update [\#17](https://github.com/Azure/terraform-azurerm-compute/pull/17) ([dtzar](https://github.com/dtzar))
73+
- fix usage example formatting [\#14](https://github.com/Azure/terraform-azurerm-compute/pull/14) ([sebastus](https://github.com/sebastus))
74+
- Fixed issue with second example [\#12](https://github.com/Azure/terraform-azurerm-compute/pull/12) ([irab](https://github.com/irab))
75+
- Add vm\_hostname to os\_disk name [\#11](https://github.com/Azure/terraform-azurerm-compute/pull/11) ([jmapro](https://github.com/jmapro))
76+
- Add vm\_hostname to nic interface name for more comprehension [\#10](https://github.com/Azure/terraform-azurerm-compute/pull/10) ([jmapro](https://github.com/jmapro))
77+
- Add datastorage disk [\#9](https://github.com/Azure/terraform-azurerm-compute/pull/9) ([jmapro](https://github.com/jmapro))
78+
- Allow not use public ip [\#8](https://github.com/Azure/terraform-azurerm-compute/pull/8) ([jmapro](https://github.com/jmapro))
79+
- Add boot diagnostics option [\#7](https://github.com/Azure/terraform-azurerm-compute/pull/7) ([jmapro](https://github.com/jmapro))
80+
- minor example fix [\#4](https://github.com/Azure/terraform-azurerm-compute/pull/4) ([dtzar](https://github.com/dtzar))
81+
- Remove Output variable from README [\#3](https://github.com/Azure/terraform-azurerm-compute/pull/3) ([cgriggs01](https://github.com/cgriggs01))
82+
- Changes for Terraform Module Registry formatting [\#2](https://github.com/Azure/terraform-azurerm-compute/pull/2) ([cgriggs01](https://github.com/cgriggs01))
83+
- Initial Release [\#1](https://github.com/Azure/terraform-azurerm-compute/pull/1) ([dtzar](https://github.com/dtzar))
84+
85+
86+
87+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)