Skip to content

Commit 4af8b52

Browse files
authored
chore(release): Release v1.2.0
CHANGELOG.md — New file documenting project history from v1.0.0 through v1.2.0 GITFLOW_RELEASE_GUIDE.md — Added warning to verify PR base branch is `main` in Step 3; updated current release status to v1.2.0 data/regions/azure/azure_poland_central.yaml + functions/regions.json — Azure Poland Central (Warsaw) region with VDC for Microsoft 365 and Entra ID support package.json / package-lock.json — Version bumped to 1.2.0; updated hono (4.11.7 → 4.12.7), wrangler (4.59.1 → 4.76.0), and transitive Cloudflare dependencies
2 parents 135a563 + 6e9d852 commit 4af8b52

6 files changed

Lines changed: 282 additions & 760 deletions

File tree

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.2.0] - 2026-03-21
9+
10+
### Added
11+
- Azure Poland Central (Warsaw) region with VDC for Microsoft 365 and Entra ID support (#74)
12+
13+
### Changed
14+
- Bump hono from 4.11.7 to 4.12.7 (#72)
15+
- Bump undici and wrangler to latest versions (#73)
16+
17+
## [1.1.2] - 2025-01-22
18+
19+
### Fixed
20+
- Add missing VDC for Azure service to NZ North and Austria East regions (#64)
21+
- Add 8 missing Azure regions for VDC for Azure support (#63)
22+
- Add missing VDC services to Azure regions (#52)
23+
24+
## [1.1.1] - 2025-01-03
25+
26+
### Added
27+
- Comprehensive gitflow release guide (`GITFLOW_RELEASE_GUIDE.md`)
28+
- AWS Taipei region corrected to `ap-east-2` (#45)
29+
- VDC M365 service added to Azure Korea Central (#43)
30+
31+
### Changed
32+
- Bump hono from 4.11.4 to 4.11.7 (#41)
33+
- Bump wrangler from 4.54.0 to 4.59.1 (#39)
34+
35+
## [1.1.0] - 2024-12-29
36+
37+
### Added
38+
- REST API for programmatic access to service availability data (Hono + Cloudflare Workers)
39+
- OpenAPI/Scalar interactive API documentation at `/api/docs`
40+
- `/api/v1/regions/nearest` endpoint to find closest regions by coordinates
41+
- `/api/v1/regions/compare` endpoint to compare service availability across regions
42+
- `/api/v1/services/{serviceId}` endpoint with detailed per-service region lists
43+
- Region data for additional AWS and Azure regions
44+
- Automated region scraping and validation pipeline
45+
- LLM-friendly documentation (`static/llms.txt`, `static/llms-full.txt`)
46+
47+
### Changed
48+
- Migrated deployment to Cloudflare Pages (from GitHub Pages)
49+
- Region data moved to individual YAML files per region
50+
51+
## [1.0.0] - 2024-12-01
52+
53+
### Added
54+
- Initial interactive map using Hugo, Leaflet.js, and Tailwind CSS
55+
- YAML-driven region data for AWS and Azure regions
56+
- Service filtering by provider, service type, and pricing tier
57+
- Dark-mode map with CartoDB Dark Matter tiles
58+
- GitHub Actions CI/CD pipeline
59+
60+
[1.2.0]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.2...v1.2.0
61+
[1.1.2]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.1...v1.1.2
62+
[1.1.1]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.0...v1.1.1
63+
[1.1.0]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.0.0...v1.1.0
64+
[1.0.0]: https://github.com/comnam90/veeam-data-cloud-services-map/releases/tag/v1.0.0

GITFLOW_RELEASE_GUIDE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ npm run build
4444

4545
The release branch should be merged to `main` via a Pull Request:
4646

47+
> ⚠️ **Important:** When creating the PR, always verify that the **base branch is set to `main`**, not `develop`. GitHub may default to a different base depending on how the branch was created.
48+
4749
```bash
4850
# Push release branch
4951
git push origin release/1.1.1
5052

51-
# Create PR: release/1.1.1 → main
52-
# Title: "Release v1.1.1"
53+
# Create PR: release/1.1.1 → main ← base MUST be main
54+
# Title: "chore(release): v1.1.1"
5355
# Include:
5456
# - List of changes since last release
5557
# - Version bump details
@@ -189,10 +191,10 @@ Without merging back to develop:
189191

190192
## Current Release Status
191193

192-
For the v1.1.1 release:
194+
For the v1.2.0 release:
193195

194196
**Step 1**: Release branch created from develop
195-
**Step 2**: Version bumped to 1.1.1
197+
**Step 2**: Version bumped to 1.2.0
196198
**Step 3**: Ready to merge to main (via current PR)
197199
**Step 4**: After main merge, needs to merge back to develop
198200
**Step 5**: Cleanup release branch
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
id: "azure-poland-central"
2+
name: "Poland Central (Warsaw)"
3+
provider: "Azure"
4+
coords: [52.2297, 21.0122]
5+
aliases:
6+
- "Warsaw"
7+
- "Poland"
8+
- "PL"
9+
- "WAW"
10+
services:
11+
vdc_m365: true
12+
vdc_entra_id: true

functions/regions.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,25 @@
15381538
"vdc_entra_id": true
15391539
}
15401540
},
1541+
{
1542+
"id": "azure-poland-central",
1543+
"name": "Poland Central (Warsaw)",
1544+
"provider": "Azure",
1545+
"coords": [
1546+
52.2297,
1547+
21.0122
1548+
],
1549+
"aliases": [
1550+
"Warsaw",
1551+
"Poland",
1552+
"PL",
1553+
"WAW"
1554+
],
1555+
"services": {
1556+
"vdc_m365": true,
1557+
"vdc_entra_id": true
1558+
}
1559+
},
15411560
{
15421561
"id": "azure-south-africa-north",
15431562
"name": "South Africa North (Johannesburg)",

0 commit comments

Comments
 (0)