Skip to content

Commit 90e9c01

Browse files
cq-botpull[bot]
authored andcommitted
chore(main): Release plugins-source-azure v4.1.0 (#7547)
🤖 I have created a release *beep* *boop* --- ## [4.1.0](plugins-source-azure-v4.0.0...plugins-source-azure-v4.1.0) (2023-02-07) ### Features * **azure-resources:** Add Virtual Network Gateways and Connections ([#7636](#7636)) ([97a9254](97a9254)) ### Bug Fixes * **azure-resources:** Use default API version of `armhealthbot` bots client ([#7177](#7177)) ([e24af94](e24af94)) * **azure:** Fix Azure CIS Policies in Section 2 ([#7718](#7718)) ([3c77b2c](3c77b2c)) * **deps:** Update golang.org/x/exp digest to f062dba ([#7531](#7531)) ([59d5575](59d5575)) * **deps:** Update google.golang.org/genproto digest to 1c01626 ([#7533](#7533)) ([c549c27](c549c27)) * **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azidentity to v1.2.1 ([#7540](#7540)) ([3b5c838](3b5c838)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.33.0 ([#7595](#7595)) ([c5adc75](c5adc75)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.33.1 ([#7614](#7614)) ([2fe665c](2fe665c)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.34.0 ([#7719](#7719)) ([6a33085](6a33085)) * **deps:** Update module github.com/golang-jwt/jwt/v4 to v4.4.3 ([#7543](#7543)) ([0607454](0607454)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7c14e39 commit 90e9c01

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"cli+FILLER": "0.0.0",
44
"plugins/source/aws": "13.1.0",
55
"plugins/source/aws+FILLER": "0.0.0",
6-
"plugins/source/azure": "4.0.0",
6+
"plugins/source/azure": "4.1.0",
77
"plugins/source/azure+FILLER": "0.0.0",
88
"plugins/source/cloudflare": "3.1.3",
99
"plugins/source/cloudflare+FILLER": "0.0.0",

plugins/source/azure/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this provider will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.1.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-azure-v4.0.0...plugins-source-azure-v4.1.0) (2023-02-07)
9+
10+
11+
### Features
12+
13+
* **azure-resources:** Add Virtual Network Gateways and Connections ([#7636](https://github.com/cloudquery/cloudquery/issues/7636)) ([97a9254](https://github.com/cloudquery/cloudquery/commit/97a9254ba557d2920c5780c9d5c1bd527ab00571))
14+
15+
16+
### Bug Fixes
17+
18+
* **azure-resources:** Use default API version of `armhealthbot` bots client ([#7177](https://github.com/cloudquery/cloudquery/issues/7177)) ([e24af94](https://github.com/cloudquery/cloudquery/commit/e24af94dd8b10056a1ef7a48111236d903dcb025))
19+
* **azure:** Fix Azure CIS Policies in Section 2 ([#7718](https://github.com/cloudquery/cloudquery/issues/7718)) ([3c77b2c](https://github.com/cloudquery/cloudquery/commit/3c77b2c68ba0b8eb2d13e5a3d421d3f9874cbb1e))
20+
* **deps:** Update golang.org/x/exp digest to f062dba ([#7531](https://github.com/cloudquery/cloudquery/issues/7531)) ([59d5575](https://github.com/cloudquery/cloudquery/commit/59d55758b0951553b8d246d1e78b4e3917ff1976))
21+
* **deps:** Update google.golang.org/genproto digest to 1c01626 ([#7533](https://github.com/cloudquery/cloudquery/issues/7533)) ([c549c27](https://github.com/cloudquery/cloudquery/commit/c549c275077f1cdfb9df0b3f3c129cbf0b150552))
22+
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azidentity to v1.2.1 ([#7540](https://github.com/cloudquery/cloudquery/issues/7540)) ([3b5c838](https://github.com/cloudquery/cloudquery/commit/3b5c83832064d729ad1097728f7d12aedbbb9400))
23+
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.33.0 ([#7595](https://github.com/cloudquery/cloudquery/issues/7595)) ([c5adc75](https://github.com/cloudquery/cloudquery/commit/c5adc750d4b0242563997c04c582f8da27913095))
24+
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.33.1 ([#7614](https://github.com/cloudquery/cloudquery/issues/7614)) ([2fe665c](https://github.com/cloudquery/cloudquery/commit/2fe665cdd80d88c5699bb203bd7accd604dfba99))
25+
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.34.0 ([#7719](https://github.com/cloudquery/cloudquery/issues/7719)) ([6a33085](https://github.com/cloudquery/cloudquery/commit/6a33085c75adcf2387f7bbb5aa4f7a84ce7e2957))
26+
* **deps:** Update module github.com/golang-jwt/jwt/v4 to v4.4.3 ([#7543](https://github.com/cloudquery/cloudquery/issues/7543)) ([0607454](https://github.com/cloudquery/cloudquery/commit/060745428eda5839be801c153c2f7261fcc54abd))
27+
828
## [4.0.0](https://github.com/cloudquery/cloudquery/compare/plugins-source-azure-v3.5.0...plugins-source-azure-v4.0.0) (2023-01-31)
929

1030

0 commit comments

Comments
 (0)