Releases: Evilazaro/DevExp-DevBox
Release v4.10.23
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.23 - π¦ Previous Version:
v4.10.22 - π Release Type:
main - π€ Trigger: push
- π Commit:
7285bb5eb8dab5d0791f60f02e039590e1c55536
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
Full Changelog: v4.10.22...v4.10.23
Release v4.10.22
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.22 - π¦ Previous Version:
v4.10.21 - π Release Type:
main - π€ Trigger: push
- π Commit:
751a3f79c5cc3405ef558551204273319924da72
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
Full Changelog: v4.10.21...v4.10.22
Release v4.10.21
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.21 - π¦ Previous Version:
v4.10.20-feature.managedIdentity - π Release Type:
main - π€ Trigger: push
- π Commit:
400504113aff6be30775a7d5590a2d80aeb19ffc
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
Full Changelog: v4.10.3...v4.10.21
Release v4.10.4
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.4 - π¦ Previous Version:
v4.10.3 - π Release Type:
main - π€ Trigger: push
- π Commit:
ee163316ed0b11095f34a241624347e9a31908f8
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
Full Changelog: v4.10.3...v4.10.4
Release v4.10.3
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.3 - π¦ Previous Version:
v4.10.2 - π Release Type:
main - π€ Trigger: push
- π Commit:
4b3f6f6cd0af30f2871dbff345e4652a54281909
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
Full Changelog: v4.10.2...v4.10.3
Release v4.10.2
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.2 - π¦ Previous Version:
v4.10.1 - π Release Type:
main - π€ Trigger: push
- π Commit:
0621f29819ef0e03efeb8d3be61bfe4a50016f36
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
What's Changed
- Refactor/deploymentNames by @Evilazaro in #225
Full Changelog: v4.10.1...v4.10.2
Release v4.10.1
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.10.1 - π¦ Previous Version:
v4.10.0-fix.ConnectivityRG-pr224 - π Release Type:
main - π€ Trigger: push
- π Commit:
b32779186108ff2dbd08ca7bb50c8502e3649503
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
What's Changed
- Update yaml comments by @Evilazaro in #223
- Fix/ConnectivityRG by @Evilazaro in #224
Full Changelog: v3.0.0...v4.10.1
Release v4.0.0
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v4.0.0 - π¦ Previous Version:
v3.0.0 - π Release Type:
main - π€ Trigger: push
- π Commit:
30dd7df0928083f499e76fc9ff8c06540503d19e
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
What's Changed
- Update yaml comments by @Evilazaro in #223
Full Changelog: v3.0.0...v4.0.0
Release v3.0.0
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v3.0.0 - π¦ Previous Version:
v2.0.0 - π Release Type:
main - π€ Trigger: push
- π Commit:
d6cb5d3bd3422231d296a7737471e99afdcdcd1e
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
Full Changelog: v2.0.0...v3.0.0
Release v2.0.0
π Branch-Based Release Strategy with Conditional Major Increment
π Release Information
- π Branch:
main - π·οΈ Version:
v2.0.0 - π¦ Previous Version:
v1.0.0 - π Release Type:
main - π€ Trigger: push
- π Commit:
5733b47d4911dcefdcdc02a33095766a24fbaf65
π― Release Strategy Applied
Main Branch: Conditional major increment (only if minor=0 AND patch=0, otherwise increment patch with overflow logic)
Main Branch Logic (NEW RULE)
- If minor=0 AND patch=0: Increment major β major+1.0.0
- If minorβ 0 OR patchβ 0: Keep major, increment patch β major.minor.(patch+1)
- Overflow handling: If patch > 99 β minor+1, patch=0; if minor > 99 β major+1, minor=0
Feature/Fix Branch Overflow Logic
- Feature branches: If patch + commits > 99 β patch = 0, minor += 1
- Fix branches: If minor + commits > 99 β minor = 0, major += 1
- Cascading overflow: If minor overflows during patch overflow β minor = 0, major += 1
π¦ Artifacts
- π Bicep templates compiled to ARM templates
- ποΈ Infrastructure deployment files
- π Release metadata and documentation
π Links
What's Changed
- Update/CustomTasks by @Evilazaro in #222
Full Changelog: v1.0.0...v2.0.0