Skip to content

Commit 7aed17f

Browse files
authored
Merge branch 'master' into telemetry-for-usage-of-defaults
2 parents bf028c4 + 5559ba3 commit 7aed17f

File tree

3 files changed

+111
-3
lines changed

3 files changed

+111
-3
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v2.208.0 (2024-02-15)
4+
5+
### Features
6+
7+
* Telemetry metrics
8+
* TGI 1.4.0
9+
* Support collection type and target store for feature store ingestion.
10+
11+
### Bug Fixes and Other Changes
12+
13+
* bump jinja2 to 3.1.3 in doc/requirments.txt
14+
* chore(deps): bump jinja2 from 3.0.3 to 3.1.3 in /requirements/extras
15+
* Fix dependabot alert in transformers package
16+
* Bump Apache Airflow version to 2.8.0
17+
* skip failing mxnet tests
18+
19+
### Documentation Changes
20+
21+
* change order of pipelines topics
22+
* Explain the ClarifyCheckStep and QualityCheckStep parameters
23+
* fix the ClarifyCheckStep documentation to mention PDP
24+
325
## v2.207.1 (2024-02-06)
426

527
### Bug Fixes and Other Changes

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.207.2.dev0
1+
2.208.1.dev0

src/sagemaker/image_uri_config/autogluon.json

+88-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"0.5": "0.5.2",
1111
"0.6": "0.6.2",
1212
"0.7": "0.7.0",
13-
"0.8": "0.8.2"
13+
"0.8": "0.8.2",
14+
"1.0": "1.0.0"
1415
},
1516
"versions": {
1617
"0.3.1": {
@@ -438,6 +439,47 @@
438439
"py_versions": [
439440
"py39"
440441
]
442+
},
443+
"1.0.0": {
444+
"registries": {
445+
"af-south-1": "626614931356",
446+
"il-central-1": "780543022126",
447+
"ap-east-1": "871362719292",
448+
"ap-northeast-1": "763104351884",
449+
"ap-northeast-2": "763104351884",
450+
"ap-northeast-3": "364406365360",
451+
"ap-south-1": "763104351884",
452+
"ap-southeast-1": "763104351884",
453+
"ap-southeast-2": "763104351884",
454+
"ap-southeast-3": "907027046896",
455+
"ap-southeast-4": "457447274322",
456+
"ca-central-1": "763104351884",
457+
"eu-central-1": "763104351884",
458+
"eu-north-1": "763104351884",
459+
"eu-west-1": "763104351884",
460+
"eu-west-2": "763104351884",
461+
"eu-west-3": "763104351884",
462+
"eu-south-1": "692866216735",
463+
"me-south-1": "217643126080",
464+
"sa-east-1": "763104351884",
465+
"us-east-1": "763104351884",
466+
"us-east-2": "763104351884",
467+
"us-gov-east-1": "446045086412",
468+
"us-gov-west-1": "442386744353",
469+
"us-iso-east-1": "886529160074",
470+
"us-isob-east-1": "094389454867",
471+
"us-west-1": "763104351884",
472+
"us-west-2": "763104351884",
473+
"ca-west-1": "204538143572"
474+
},
475+
"repository": "autogluon-training",
476+
"processors": [
477+
"cpu",
478+
"gpu"
479+
],
480+
"py_versions": [
481+
"py310"
482+
]
441483
}
442484
}
443485
},
@@ -448,7 +490,8 @@
448490
"0.5": "0.5.2",
449491
"0.6": "0.6.2",
450492
"0.7": "0.7.0",
451-
"0.8": "0.8.2"
493+
"0.8": "0.8.2",
494+
"1.0": "1.0.0"
452495
},
453496
"versions": {
454497
"0.3.1": {
@@ -901,6 +944,49 @@
901944
"py_versions": [
902945
"py39"
903946
]
947+
},
948+
"1.0.0": {
949+
"registries": {
950+
"af-south-1": "626614931356",
951+
"il-central-1": "780543022126",
952+
"ap-east-1": "871362719292",
953+
"ap-northeast-1": "763104351884",
954+
"ap-northeast-2": "763104351884",
955+
"ap-northeast-3": "364406365360",
956+
"ap-south-1": "763104351884",
957+
"ap-southeast-1": "763104351884",
958+
"ap-southeast-2": "763104351884",
959+
"ap-southeast-3": "907027046896",
960+
"ap-southeast-4": "457447274322",
961+
"ca-central-1": "763104351884",
962+
"cn-north-1": "727897471807",
963+
"cn-northwest-1": "727897471807",
964+
"eu-central-1": "763104351884",
965+
"eu-north-1": "763104351884",
966+
"eu-west-1": "763104351884",
967+
"eu-west-2": "763104351884",
968+
"eu-west-3": "763104351884",
969+
"eu-south-1": "692866216735",
970+
"me-south-1": "217643126080",
971+
"sa-east-1": "763104351884",
972+
"us-east-1": "763104351884",
973+
"us-east-2": "763104351884",
974+
"us-gov-east-1": "446045086412",
975+
"us-gov-west-1": "442386744353",
976+
"us-iso-east-1": "886529160074",
977+
"us-isob-east-1": "094389454867",
978+
"us-west-1": "763104351884",
979+
"us-west-2": "763104351884",
980+
"ca-west-1": "204538143572"
981+
},
982+
"repository": "autogluon-inference",
983+
"processors": [
984+
"cpu",
985+
"gpu"
986+
],
987+
"py_versions": [
988+
"py310"
989+
]
904990
}
905991
}
906992
}

0 commit comments

Comments
 (0)