From 11fa9c68e3fcc149d6a56aec29a516c0b1ca883f Mon Sep 17 00:00:00 2001 From: Matthew Vine Date: Tue, 24 Dec 2024 09:22:50 -0500 Subject: [PATCH 1/4] fix: remove hashcorp use case and switch to putty --- entries/0verview.md | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/entries/0verview.md b/entries/0verview.md index 6a1e865..206fcca 100644 --- a/entries/0verview.md +++ b/entries/0verview.md @@ -58,28 +58,21 @@ here](/submissions.html)! These flagship ZeroVer projects know how to get the most out of their zeroes. -## HashiCorp Vault and Terraform +## PuTTY - -[HashiCorp's Vault][vault] project aims to be an enterprise secret -management service, comprising the bedrock of a modern, -microservice-oriented environment. And that's what makes it one of -ZeroVer's most important adherents. +For decades, PuTTY had been the go-to tool for professionals for creating SSH +connections to remote hosts. PuTTY was first released in 1999 by Simon Tatham +and has continued to resist the lure of [Semantic Versioning][semver] since. +PuTTY's journey has been nothing short of legendary. -> *Low in the stack, low in the version. That's the HashiCorp way.* +Much like the tool itself, PuTTY's versioning approach is efficient, +lightweight, robust, and focused on functionality rather than marketing optics +like major releases. Its longstanding title as a ZeroVer champion has seen it +handle everything from protocol migrations to critical security patches while +under the reassuring banner of 0.x. - - -To drive the point home, even further down the stack, HashiCorp's -[Terraform][terraform] also complies with ZeroVer's cutting-edge -versioning scheme. With Vault and Terraform, HashiCorp demonstrates -industry recognition of the importance of ZeroVer in infrastructure. - -HashiCorp knows ZeroVer works, especially when the projects are -business-critical products, sold and supported. - -[vault]: https://www.vaultproject.io/ -[terraform]: https://www.terraform.io/ +PuTTY's commitment to ZeroVer reminds us that great software doesn't need major +version numbers to make a major impact. ## TOML From 091cf7d0b94d6d2e6278e68bd929b11fa1371c68 Mon Sep 17 00:00:00 2001 From: Matthew Vine <32849887+MattTheCuber@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:48:01 -0500 Subject: [PATCH 2/4] Apply suggestions from code review Co-authored-by: Mahmoud Hashemi --- entries/0verview.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/entries/0verview.md b/entries/0verview.md index 206fcca..7608c4e 100644 --- a/entries/0verview.md +++ b/entries/0verview.md @@ -60,16 +60,15 @@ zeroes. ## PuTTY -For decades, PuTTY had been the go-to tool for professionals for creating SSH -connections to remote hosts. PuTTY was first released in 1999 by Simon Tatham -and has continued to resist the lure of [Semantic Versioning][semver] since. +For decades, PuTTY has been the go-to tool for professional Windows users +creating SSH connections. PuTTY was first released in 1999 by Simon Tatham +and has resisted the taboo of nonzero major versions for over 25 years. PuTTY's journey has been nothing short of legendary. Much like the tool itself, PuTTY's versioning approach is efficient, lightweight, robust, and focused on functionality rather than marketing optics -like major releases. Its longstanding title as a ZeroVer champion has seen it -handle everything from protocol migrations to critical security patches while -under the reassuring banner of 0.x. +like major releases. Even as the SSH protocol itself revved from version 1 to 2, +PuTTY remained steadfast under the reassuring banner of 0.x. PuTTY's commitment to ZeroVer reminds us that great software doesn't need major version numbers to make a major impact. From a49e53431d5162a9e306a4391187085b7786c8de Mon Sep 17 00:00:00 2001 From: Matthew Vine Date: Fri, 3 Jan 2025 18:48:24 -0500 Subject: [PATCH 3/4] docs: add back hashicorp vault and terraform --- entries/0verview.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/entries/0verview.md b/entries/0verview.md index 7608c4e..2f9102d 100644 --- a/entries/0verview.md +++ b/entries/0verview.md @@ -58,6 +58,32 @@ here](/submissions.html)! These flagship ZeroVer projects know how to get the most out of their zeroes. +## HashiCorp Vault and Terraform + + +[HashiCorp's Vault][vault] project aims to be an enterprise secret +management service, comprising the bedrock of a modern, +microservice-oriented environment. And that's what made it one of +ZeroVer's most important adherents until +[2018](https://github.com/hashicorp/vault/releases/tag/v1.0.0). + +> *Low in the stack, low in the version. That's was the HashiCorp way.* + + + +To drive the point home, even further down the stack, HashiCorp's +[Terraform][terraform] also complied with ZeroVer's cutting-edge +versioning scheme until +[2021](https://github.com/hashicorp/terraform/releases/tag/v1.0.0). +With Vault and Terraform, HashiCorp demonstrated industry recognition +of the importance of ZeroVer in infrastructure. + +HashiCorp knows ZeroVer works, especially when the projects are +business-critical products, sold and supported. + +[vault]: https://www.vaultproject.io/ +[terraform]: https://www.terraform.io/ + ## PuTTY For decades, PuTTY has been the go-to tool for professional Windows users From 0cb9049aa2bb55d8b3d9608f05d5809d28aede68 Mon Sep 17 00:00:00 2001 From: Matthew Vine Date: Fri, 3 Jan 2025 18:48:59 -0500 Subject: [PATCH 4/4] fix: typo --- entries/0verview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/0verview.md b/entries/0verview.md index 2f9102d..60062f3 100644 --- a/entries/0verview.md +++ b/entries/0verview.md @@ -67,7 +67,7 @@ microservice-oriented environment. And that's what made it one of ZeroVer's most important adherents until [2018](https://github.com/hashicorp/vault/releases/tag/v1.0.0). -> *Low in the stack, low in the version. That's was the HashiCorp way.* +> *Low in the stack, low in the version. That was the HashiCorp way.*