You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# v1.26.0
2
+
3
+
## Features
4
+
* feat(COD-1255): Enhancements to how telemetry can be used (#1309) (Edoardo Pirovano)([754aa0ab](https://github.com/lacework/go-sdk/commit/754aa0ab1d7017486d8c42af292d293bb2c5ef45))
5
+
## Other Changes
6
+
* style(lint): fix line length check (#1311) (Salim Afiune)([6ef185a3](https://github.com/lacework/go-sdk/commit/6ef185a34f2e9251f18be33cab05bca3260d8832))
7
+
* style(lint): enable line length check (#1123) (Salim Afiune)([f73932ff](https://github.com/lacework/go-sdk/commit/f73932ffcd72c2beb70a5957b8ac7bb75b7e7c50))
8
+
* ci: version bump to v1.25.1-dev (Lacework)([ec2a7d34](https://github.com/lacework/go-sdk/commit/ec2a7d34daadcb2b971120d982ad1098110f7c8c))
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Release Notes
2
-
Another day, another release. These are the release notes for the version `v1.25.0`.
2
+
Another day, another release. These are the release notes for the version `v1.26.0`.
3
3
4
4
## Features
5
-
* feat: vuln host show-assessment filter by collector type (#1302) (Darren)([ea0229c4](https://github.com/lacework/go-sdk/commit/ea0229c4c1808ea732ae8f3865bba1f3fb6d052e))
5
+
* feat(COD-1255): Enhancements to how telemetry can be used (#1309) (Edoardo Pirovano)([754aa0ab](https://github.com/lacework/go-sdk/commit/754aa0ab1d7017486d8c42af292d293bb2c5ef45))
6
6
## Other Changes
7
-
* chore(GROW-1600): lacework component dev preflight check (#1307) (Pengyuan Zhao)([65a27a0c](https://github.com/lacework/go-sdk/commit/65a27a0cc07141fb5cd08279c68f785970f637a5))
8
-
* ci: version bump to v1.24.3-dev (Lacework)([ad75f64a](https://github.com/lacework/go-sdk/commit/ad75f64a1c6c50ef14b529dd9893b5df4ac9a38f))
9
-
* test: fix failing help tests (#1308) (Darren)([e10404d0](https://github.com/lacework/go-sdk/commit/e10404d04e836fa54645ea801ca638e669ac2e92))
10
-
* test: always run help integration tests (#1306) (Darren)([cf08e3d7](https://github.com/lacework/go-sdk/commit/cf08e3d770fa54cd53d6608725a660756dc43d28))
7
+
* style(lint): fix line length check (#1311) (Salim Afiune)([6ef185a3](https://github.com/lacework/go-sdk/commit/6ef185a34f2e9251f18be33cab05bca3260d8832))
8
+
* style(lint): enable line length check (#1123) (Salim Afiune)([f73932ff](https://github.com/lacework/go-sdk/commit/f73932ffcd72c2beb70a5957b8ac7bb75b7e7c50))
9
+
* ci: version bump to v1.25.1-dev (Lacework)([ec2a7d34](https://github.com/lacework/go-sdk/commit/ec2a7d34daadcb2b971120d982ad1098110f7c8c))
Use this command to generate Terraform code for deploying Lacework into new Azure environment.
14
14
15
-
By default, this command will function interactively, prompting for the required information to setup the new cloud account. In interactive mode, this command will:
15
+
By default, this command will function interactively, prompting for the required information to setup
16
+
the new cloud account. In interactive mode, this command will:
16
17
17
18
* Prompt for the required information to setup the integration
18
19
* Generate new Terraform code using the inputs
19
20
* Optionally, run the generated Terraform code:
20
21
* If Terraform is already installed, the version will be confirmed suitable for use
21
-
* If Terraform is not installed, or the version installed is not suitable, a new version will be installed into a temporary location
22
-
* Once Terraform is detected or installed, Terraform plan will be executed
23
-
* The command will prompt with the outcome of the plan and allow to view more details or continue with Terraform apply
24
-
* If confirmed, Terraform apply will be run, completing the setup of the cloud account
22
+
* If Terraform is not installed, or the version installed is not suitable, a new version will be
23
+
installed into a temporary location
24
+
* Once Terraform is detected or installed, Terraform plan will be executed
25
+
* The command will prompt with the outcome of the plan and allow to view more details or continue
26
+
with Terraform apply
27
+
* If confirmed, Terraform apply will be run, completing the setup of the cloud account
0 commit comments