From d58ac4452d941770568c12db3ee4faca20a0ab9f Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 17 Dec 2025 14:05:31 -0800 Subject: [PATCH 1/3] Add HashiConf California --- data/events/hashiconf.json | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 data/events/hashiconf.json diff --git a/data/events/hashiconf.json b/data/events/hashiconf.json new file mode 100644 index 0000000..ab93be5 --- /dev/null +++ b/data/events/hashiconf.json @@ -0,0 +1,44 @@ +{ + "name": "HashiConf", + "year_started": 2014, + "number_of_events_hosted": 10, + "city": "San Francisco", + "region": "California", + "country": "United States", + "continent": "North America", + "website": "https://www.hashicorp.com/events/hashiconf", + "sector": [ + "DevOps", + "Cloud Computing", + "Infrastructure" + ], + "tags": [ + "conference", + "devops", + "infrastructure-as-code" + ], + "acceptable_tags": [ + "devops", + "cloud", + "infrastructure" + ], + "type": "in-person", + "languages": ["English"], + "frequency": "annual", + "timezone": "America/Los_Angeles", + "attendee_size": { "min": 0, "max": 1209 }, + "ticket_cost_usual": { "currency": "USD", "min": 300, "max": 1500 }, + "organizer": { + "name": "HashiCorp", + "email": "", + "twitter": "https://twitter.com/hashicorp", + "website": "https://www.hashicorp.com" + }, + "socials": { + "twitter": "https://twitter.com/hashicorp", + "linkedin": "https://www.linkedin.com/company/hashicorp", + "youtube": "https://www.youtube.com/hashicorp", + "instagram": "" + }, + "description": "HashiConf is HashiCorp’s flagship conference focused on infrastructure automation, DevOps practices, and cloud-native tooling such as Terraform, Vault, Consul, and Nomad." +} From a25d56039806b747b4d5b94d11668b76085f7e9a Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 17 Dec 2025 14:10:40 -0800 Subject: [PATCH 2/3] Update hashiconf.json --- data/events/hashiconf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/events/hashiconf.json b/data/events/hashiconf.json index ab93be5..270faf6 100644 --- a/data/events/hashiconf.json +++ b/data/events/hashiconf.json @@ -26,7 +26,7 @@ "languages": ["English"], "frequency": "annual", "timezone": "America/Los_Angeles", - "attendee_size": { "min": 0, "max": 1209 }, + "attendee_size": { "min": 1, "max": 2000 }, "ticket_cost_usual": { "currency": "USD", "min": 300, "max": 1500 }, "organizer": { "name": "HashiCorp", From d3b5988b5bd3da7192472810ad030cd2865eb35d Mon Sep 17 00:00:00 2001 From: Rehtse Date: Wed, 8 Apr 2026 22:13:16 +0300 Subject: [PATCH 3/3] Update hashiconf.json --- data/events/hashiconf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/events/hashiconf.json b/data/events/hashiconf.json index 270faf6..1b23bdc 100644 --- a/data/events/hashiconf.json +++ b/data/events/hashiconf.json @@ -1,7 +1,7 @@ { "name": "HashiConf", - "year_started": 2014, - "number_of_events_hosted": 10, + "year_started": 2015, + "number_of_events_hosted": 11, "city": "San Francisco", "region": "California", "country": "United States",