Skip to content

Commit f4f6815

Browse files
authored
[confcom] Bump the infra fragment minimum svn to 4 (#9238)
* Bump the infra fragment minimum svn to 4 * Bump version
1 parent 84c78d3 commit f4f6815

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/confcom/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release History
44
===============
55

6+
1.2.8
7+
++++++
8+
* Made the default minimum SVN of the infrastructure fragment 4
9+
610
1.2.7
711
++++++
812
* bugfix making it so that oras discover function doesn't error when no fragments are found in the remote repository

src/confcom/azext_confcom/data/internal_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
{
309309
"issuer": "did:x509:0:sha256:I__iuL25oXEVFdTP_aBLx_eT1RPHbCQ_ECBQfYZpt9s::eku:1.3.6.1.4.1.311.76.59.1.3",
310310
"feed": "mcr.microsoft.com/aci/aci-cc-infra-fragment",
311-
"minimum_svn": "1",
311+
"minimum_svn": "4",
312312
"includes": [
313313
"containers",
314314
"fragments"

src/confcom/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
logger.warn("Wheel is not available, disabling bdist_wheel hook")
2121

22-
VERSION = "1.2.7"
22+
VERSION = "1.2.8"
2323

2424
# The full list of classifiers is available at
2525
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)