Skip to content

Commit b2b21e5

Browse files
committed
version bump
1 parent 39d36de commit b2b21e5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The above sample must be run from the root directory of a deployed Open MPIC aws
4646
The API is compliant with the [Open MPIC Specification](https://github.com/open-mpic/open-mpic-specification).
4747

4848
There is [documentation based on the API specification used in this version]
49-
(https://open-mpic.org/documentation.html?commit=44c941d395430b022063b2e5353526ba07034771).
49+
(https://open-mpic.org/documentation.html?commit=e6e4272673edc064cf311a3935ec027eba2df8b7).
5050

5151
## Development
5252
Code changes can easily be deployed by editing the .py files and then rezipping the project via `./zip-all.sh` and `./2-package.sh` in the `layer` directory. Then, running `tofu apply` run from the open-tofu directory will update only on the required resources and leave the others unchanged. If any `.tf.template` files are changed or `config.yaml` is edited, `hatch run ./configure.py` must be rerun followed by `tofu apply` in the open-tofu directory.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"pydantic==2.10.6",
3434
"aiohttp==3.11.13",
3535
"aws-lambda-powertools[parser]==3.8.0",
36-
"open-mpic-core==5.5.1",
36+
"open-mpic-core==5.5.2",
3737
"aioboto3~=13.3.0",
3838
"black==24.8.0",
3939
]

resources/aws_region_config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,57 +72,57 @@ aws_available_regions:
7272
-
7373
code: "eu-central-1"
7474
name: "Europe (Frankfurt)"
75-
rir: "ripe"
75+
rir: "ripe ncc"
7676
too_close_codes: ["eu-central-2"]
7777
-
7878
code: "eu-central-2"
7979
name: "Europe (Zurich)"
80-
rir: "ripe"
80+
rir: "ripe ncc"
8181
too_close_codes: ["eu-central-1", "eu-south-1"]
8282
-
8383
code: "eu-north-1"
8484
name: "Europe (Stockholm)"
85-
rir: "ripe"
85+
rir: "ripe ncc"
8686
too_close_codes: []
8787
-
8888
code: "eu-south-1"
8989
name: "Europe (Milan)"
90-
rir: "ripe"
90+
rir: "ripe ncc"
9191
too_close_codes: ["eu-central-2"]
9292
-
9393
code: "eu-south-2"
9494
name: "Europe (Spain)"
95-
rir: "ripe"
95+
rir: "ripe ncc"
9696
too_close_codes: []
9797
-
9898
code: "eu-west-1"
9999
name: "Europe (Ireland)"
100-
rir: "ripe"
100+
rir: "ripe ncc"
101101
too_close_codes: []
102102
-
103103
code: "eu-west-2"
104104
name: "Europe (London)"
105-
rir: "ripe"
105+
rir: "ripe ncc"
106106
too_close_codes: ["eu-west-3"]
107107
-
108108
code: "eu-west-3"
109109
name: "Europe (Paris)"
110-
rir: "ripe"
110+
rir: "ripe ncc"
111111
too_close_codes: ["eu-west-2"]
112112
-
113113
code: "il-central-1"
114114
name: "Israel (Tel Aviv)"
115-
rir: "ripe"
115+
rir: "ripe ncc"
116116
too_close_codes: []
117117
-
118118
code: "me-central-1"
119119
name: "Middle East (UAE)"
120-
rir: "ripe"
120+
rir: "ripe ncc"
121121
too_close_codes: ["me-south-1"]
122122
-
123123
code: "me-south-1"
124124
name: "Middle East (Bahrain)"
125-
rir: "ripe"
125+
rir: "ripe ncc"
126126
too_close_codes: ["me-central-1"]
127127
-
128128
code: "sa-east-1"

0 commit comments

Comments
 (0)