Skip to content

Commit b635d1a

Browse files
chore(release): version 1.0.0 [skip ci]
## 1.0.0 (2025-07-04) ### Features * Add capability to connect to k8s API over public internet through whitelisting and jumpbox ([a0daa0e](a0daa0e)) * Add clickhouse backup setup ([418bc82](418bc82)) * Add labels to custom nodes ([1f709f1](1f709f1)) * Add network, load_balancer, key_vault, identity, database, aks modules ([46bff42](46bff42)) * Add required outputs for helm chart ([15644f3](15644f3)) * Enable auto-scaling ([51a167e](51a167e)) * Enable optional deployment of ADLS with private link ([8e4174b](8e4174b)) * Make load balancing work with SSL ([24749d6](24749d6)) * Make sbunet CIDRs dynamic with possibility of an override ([fab452a](fab452a)) * Support more flexible nodes and deployment ([f949142](f949142)) ### Bug Fixes * Add outputs for VPN attributes ([754f54b](754f54b)) * Create SSL cert on Application Gateway and manage Application Gateway frontend port and listener from kubernetes with AGIC ([37ce2fc](37ce2fc)) * Prevent recreation of nodes by terraform for no reason ([16250cf](16250cf)) * Several azure fixes ([9ec0a82](9ec0a82))
1 parent a2a82b0 commit b635d1a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
11
# Changelog
22

33
See this file for notable changes between versions.
4+
5+
## 1.0.0 (2025-07-04)
6+
7+
8+
### Features
9+
10+
* Add capability to connect to k8s API over public internet through whitelisting and jumpbox ([a0daa0e](https://github.com/datafold/terraform-azure-datafold/commit/a0daa0ea7778cef7c65f3fc8c241112deba27a69))
11+
* Add clickhouse backup setup ([418bc82](https://github.com/datafold/terraform-azure-datafold/commit/418bc8213a948f9797affa47a1b55173eb945a64))
12+
* Add labels to custom nodes ([1f709f1](https://github.com/datafold/terraform-azure-datafold/commit/1f709f1d5e6ace3f77b5224bd274b3fa6d6b6b64))
13+
* Add network, load_balancer, key_vault, identity, database, aks modules ([46bff42](https://github.com/datafold/terraform-azure-datafold/commit/46bff4289e083721073268b04fb23639462e8e1b))
14+
* Add required outputs for helm chart ([15644f3](https://github.com/datafold/terraform-azure-datafold/commit/15644f3f39188253df9d9d5ecf0a08964b287385))
15+
* Enable auto-scaling ([51a167e](https://github.com/datafold/terraform-azure-datafold/commit/51a167ef01f93656fcd731435ea3b529d802c9dd))
16+
* Enable optional deployment of ADLS with private link ([8e4174b](https://github.com/datafold/terraform-azure-datafold/commit/8e4174b04962b7298d34b416d7e1e5e8fa72abed))
17+
* Make load balancing work with SSL ([24749d6](https://github.com/datafold/terraform-azure-datafold/commit/24749d6f7c33e85090902b86ddb422bff9a232f7))
18+
* Make sbunet CIDRs dynamic with possibility of an override ([fab452a](https://github.com/datafold/terraform-azure-datafold/commit/fab452a9510806b23c3f24d788a9c6fed6189a0d))
19+
* Support more flexible nodes and deployment ([f949142](https://github.com/datafold/terraform-azure-datafold/commit/f949142b647e67525f18a128e41107b2f5d3c350))
20+
21+
22+
### Bug Fixes
23+
24+
* Add outputs for VPN attributes ([754f54b](https://github.com/datafold/terraform-azure-datafold/commit/754f54b0a96bb599314da39ed227482f6595bf99))
25+
* Create SSL cert on Application Gateway and manage Application Gateway frontend port and listener from kubernetes with AGIC ([37ce2fc](https://github.com/datafold/terraform-azure-datafold/commit/37ce2fcb5f5dccb40a82fb3d5d4de9d89cff8fc4))
26+
* Prevent recreation of nodes by terraform for no reason ([16250cf](https://github.com/datafold/terraform-azure-datafold/commit/16250cf83f7cb9da14a814e160219a117e1482e3))
27+
* Several azure fixes ([9ec0a82](https://github.com/datafold/terraform-azure-datafold/commit/9ec0a82884848dde416da461b58117cf0ea80bb7))

0 commit comments

Comments
 (0)