Weekly update (#1419)

Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
Janos 2024-03-21 13:51:36 +01:00 committed by GitHub
parent e72a1baa75
commit 1785200f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,22 @@
# Weekly Updates
## 2024-03-21
Hey there! We released [OpenTofu 1.7.0-alpha1](https://github.com/opentofu/opentofu/releases/tag/v1.7.0-alpha1) end of last week and most of the team spent the week at OpenTofu Day Europe and KubeCon. You can find the videos [on YouTube](https://www.youtube.com/watch?v=kudru6Rm1n0&list=PLnVotLM2Qsyiw_6Pd_9WxRRLdrUAs3c1c). Attendance was high, 150+ people (more than available seats).
Here's what we worked on:
- Current Status and Up Next
- We released a [blog post](https://opentofu.org/blog/help-us-test-opentofu-1-7-0-alpha1/) and a [video](https://www.youtube.com/watch?v=36FN-DzHz6s) asking the community to test the 1.7.0-alpha1 release.
- State encryption
- Compliance tests for all KMS and method implementations, as well as individual README files in the encryption package to ease future development ([#1377](https://github.com/opentofu/opentofu/pull/1377),[#1396](https://github.com/opentofu/opentofu/pull/1396))
- Released the first version with PBKDF2 and AWS KMS (1.7.0-alpha1)
- Merged the GCP KMS ([#1392](https://github.com/opentofu/opentofu/pull/1392))
- More work being done on Azure and OpenBao integrations
- Working on making the website friendlier to newcomers to OpenTofu without previous Terraform experience
- How can I help?
- Please test the 1.7.0-alpha1 release and [give us feedback](https://github.com/opentofu/opentofu/issues/new?assignees=&labels=preview-release-feedback&projects=&template=1_7_0_alpha1_feedback.yml)! This is right now the highest priority item you can help with.
## 2024-03-13
Hey there! The main goal this week is getting an alpha release of 1.7 out, and you can expect it by the end of the week. It will include state encryption and the new removed block as major features, so that you can take those features for a spin and give us feedback.