From 74dc22570259b132f19d59ebeb85949ce92f66f0 Mon Sep 17 00:00:00 2001 From: "Kevin A. Smith" Date: Fri, 22 Jan 2021 15:42:57 -0500 Subject: [PATCH 1/2] Documenting our changes per Apache license --- PUREPORT_CHANGES.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 PUREPORT_CHANGES.md diff --git a/PUREPORT_CHANGES.md b/PUREPORT_CHANGES.md new file mode 100644 index 000000000..34c27fc43 --- /dev/null +++ b/PUREPORT_CHANGES.md @@ -0,0 +1,29 @@ +## Add QoS policy support + +Date: Jan 4 2019 +Author: Jeremy Maness +Commit: 1e007b18681d89a262ba8d5df07d1d477a0661a9 + +## Add support for assigning fixed IP address to a network port + +Date: Jan 14 2019 +Author: Jeremy Maness +Commit: 09feaaca6065e586138f4bf961cfdb2f9bc1732a + +## Make network MTU adjustable + +Date: Mar 5 2019 +Author: Jeremy Maness +Commit: 37bff3d81468547b64506d3d46c7329298f5d20f + +## Add support for Compute API 2.15 to server groups + +Date: Sep 9 2019 +Author: Matt Traynham +Commit: cb50a35ab1e617dbd3de1db7afde88c1b8fe0492 + +## Add support for layer 2 gateways and connections + +Date: Nov 1 2019 +Author: Josh Poth +Commit: 9b6c52fa1e24f785f81a118845d9dac99e8d49ad \ No newline at end of file From 3667d96346f957cd92a303597324c257abe9dbc8 Mon Sep 17 00:00:00 2001 From: "Kevin A. Smith" Date: Fri, 22 Jan 2021 15:44:43 -0500 Subject: [PATCH 2/2] Fix markdown formatting --- PUREPORT_CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PUREPORT_CHANGES.md b/PUREPORT_CHANGES.md index 34c27fc43..802d15fcc 100644 --- a/PUREPORT_CHANGES.md +++ b/PUREPORT_CHANGES.md @@ -1,29 +1,39 @@ ## Add QoS policy support Date: Jan 4 2019 + Author: Jeremy Maness + Commit: 1e007b18681d89a262ba8d5df07d1d477a0661a9 ## Add support for assigning fixed IP address to a network port Date: Jan 14 2019 + Author: Jeremy Maness + Commit: 09feaaca6065e586138f4bf961cfdb2f9bc1732a ## Make network MTU adjustable Date: Mar 5 2019 + Author: Jeremy Maness + Commit: 37bff3d81468547b64506d3d46c7329298f5d20f ## Add support for Compute API 2.15 to server groups Date: Sep 9 2019 + Author: Matt Traynham + Commit: cb50a35ab1e617dbd3de1db7afde88c1b8fe0492 ## Add support for layer 2 gateways and connections Date: Nov 1 2019 + Author: Josh Poth + Commit: 9b6c52fa1e24f785f81a118845d9dac99e8d49ad \ No newline at end of file