diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index b15b9f820..4defa27bc 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -13,4 +13,4 @@
## Anything the reviewer should know when reviewing this PR?
-### If the there are associated PRs in other repositories, please link them here (i.e. open-amt-cloud-toolkit/repo#365 )
+### If the there are associated PRs in other repositories, please link them here (i.e. device-management-toolkit/repo#365 )
diff --git a/README.md b/README.md
index 2e26d4620..366cd2558 100644
--- a/README.md
+++ b/README.md
@@ -10,11 +10,11 @@
> Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production
-The Remote Provisioning Server (RPS) enables the configuration and activation of IntelĀ® AMT devices based on a defined profile. RPS utilizes the [Remote Provision Client (RPC)](https://github.com/open-amt-cloud-toolkit/rps) deployed onto edge devices to connect the devices to the [Management Presence Server (MPS)](https://github.com/open-amt-cloud-toolkit/mps) and enable remote manageability features.
+The Remote Provisioning Server (RPS) enables the configuration and activation of IntelĀ® AMT devices based on a defined profile. RPS utilizes the [Remote Provision Client (RPC)](https://github.com/device-management-toolkit/rpc-go) deployed onto edge devices to connect the devices to the [Management Presence Server (MPS)](https://github.com/device-management-toolkit/mps) and enable remote manageability features.
-**For detailed documentation** about Getting Started or other features of the Open AMT Cloud Toolkit, see the [docs](https://open-amt-cloud-toolkit.github.io/docs/).
+**For detailed documentation** about Getting Started or other features of the Device Management Toolkit, see the [docs](https://device-management-toolkit.github.io/docs/).
@@ -32,7 +32,7 @@ To deploy the RPS on a local development system:
1. Clone the repo and switch to the `rps` directory.
```
- git clone https://github.com/open-amt-cloud-toolkit/rps.git && cd rps
+ git clone https://github.com/device-management-toolkit/rps.git && cd rps
```
2. Install the dependencies from the working `rps` directory.
@@ -53,7 +53,7 @@ To deploy the RPS on a local development system:
RPS Microservice Rest APIs listening on https://:8081.
```
-For detailed documentation about RPS, see the [docs](https://open-amt-cloud-toolkit.github.io/docs/)
+For detailed documentation about RPS, see the [docs](https://device-management-toolkit.github.io/docs/)
@@ -64,7 +64,7 @@ We leverage [Postman](https://www.postman.com/) and Docker for executing RESTful
1. Clone the repo and switch to the `rps` directory.
```
- git clone https://github.com/open-amt-cloud-toolkit/rps.git && cd rps
+ git clone https://github.com/device-management-toolkit/rps.git && cd rps
```
2. Build the docker image.
@@ -81,17 +81,17 @@ We leverage [Postman](https://www.postman.com/) and Docker for executing RESTful
4. Import the test collection located at `./src/test/collections/rps.postman_collection.json`.
-5. Run the tests using the Collection Runner in postman. If any of the tests fail, file a github issue here: https://github.com/open-amt-cloud-toolkit/rps/pull/34
+5. Run the tests using the Collection Runner in postman. If any of the tests fail, file a github issue here: https://github.com/device-management-toolkit/rps/pull/34
## Additional Resources
-- For detailed documentation and Getting Started, [visit the docs site](https://open-amt-cloud-toolkit.github.io/docs).
+- For detailed documentation and Getting Started, [visit the docs site](https://device-management-toolkit.github.io/docs).
- Looking to contribute? [Find more information here about contribution guidelines and practices](.\CONTRIBUTING.md).
-- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/rps/issues).
+- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/device-management-toolkit/rps/issues).
- Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.
diff --git a/package-lock.json b/package-lock.json
index 51ccfcdc9..751ff7dee 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"minimist": "^1.2.8",
"mqtt": "^5.10.3",
"node-forge": "^1.3.1",
- "pg": "^8.13.1",
+ "pg": "^8.13.3",
"pg-format": "^1.0.4",
"rc": "^1.2.8",
"winston": "^3.17.0",
@@ -37,11 +37,11 @@
"@types/consul": "^2.0.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
- "@types/node": "^22.13.1",
+ "@types/node": "^22.13.2",
"@types/node-forge": "^1.3.11",
"@types/pg": "^8.11.11",
"@types/ws": "^8.5.14",
- "eslint": "^9.20.0",
+ "eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-license-header": "^0.6.1",
"genversion": "^3.2.0",
@@ -1896,9 +1896,9 @@
"devOptional": true
},
"node_modules/@types/node": {
- "version": "22.13.1",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.1.tgz",
- "integrity": "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==",
+ "version": "22.13.2",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.2.tgz",
+ "integrity": "sha512-Z+r8y3XL9ZpI2EY52YYygAFmo2/oWfNSj4BCpAXE2McAexDk8VcnBMGC9Djn9gTKt4d2T/hhXqmPzo4hfIXtTg==",
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
@@ -3459,9 +3459,9 @@
}
},
"node_modules/eslint": {
- "version": "9.20.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.0.tgz",
- "integrity": "sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==",
+ "version": "9.20.1",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.20.1.tgz",
+ "integrity": "sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -6652,13 +6652,14 @@
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ=="
},
"node_modules/pg": {
- "version": "8.13.1",
- "resolved": "https://registry.npmjs.org/pg/-/pg-8.13.1.tgz",
- "integrity": "sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ==",
+ "version": "8.13.3",
+ "resolved": "https://registry.npmjs.org/pg/-/pg-8.13.3.tgz",
+ "integrity": "sha512-P6tPt9jXbL9HVu/SSRERNYaYG++MjnscnegFh9pPHihfoBSujsrka0hyuymMzeJKFWrcG8wvCKy8rCe8e5nDUQ==",
+ "license": "MIT",
"dependencies": {
"pg-connection-string": "^2.7.0",
- "pg-pool": "^3.7.0",
- "pg-protocol": "^1.7.0",
+ "pg-pool": "^3.7.1",
+ "pg-protocol": "^1.7.1",
"pg-types": "^2.1.0",
"pgpass": "1.x"
},
@@ -6714,17 +6715,19 @@
}
},
"node_modules/pg-pool": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.7.0.tgz",
- "integrity": "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==",
+ "version": "3.7.1",
+ "resolved": "https://registry.npmjs.org/pg-pool/-/pg-pool-3.7.1.tgz",
+ "integrity": "sha512-xIOsFoh7Vdhojas6q3596mXFsR8nwBQBXX5JiV7p9buEVAGqYL4yFzclON5P9vFrpu1u7Zwl2oriyDa89n0wbw==",
+ "license": "MIT",
"peerDependencies": {
"pg": ">=8.0"
}
},
"node_modules/pg-protocol": {
- "version": "1.7.0",
- "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.0.tgz",
- "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ=="
+ "version": "1.7.1",
+ "resolved": "https://registry.npmjs.org/pg-protocol/-/pg-protocol-1.7.1.tgz",
+ "integrity": "sha512-gjTHWGYWsEgy9MsY0Gp6ZJxV24IjDqdpTW7Eh0x+WfJLFsm/TJx1MzL6T0D88mBvkpxotCQ6TwW6N+Kko7lhgQ==",
+ "license": "MIT"
},
"node_modules/pg-types": {
"version": "2.2.0",
diff --git a/package.json b/package.json
index 5a029addf..59354dd1b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "@open-amt-cloud-toolkit/rps",
"version": "2.22.15",
"description": "Containerized RPS service for activating and configuring Intel® AMT devices",
- "homepage": "https://github.com/open-amt-cloud-toolkit/rps",
+ "homepage": "https://github.com/device-management-toolkit/rps",
"contributors": [
{
"name": "Matt C. Primrose",
@@ -27,7 +27,7 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/open-amt-cloud-toolkit/rps.git"
+ "url": "https://github.com/device-management-toolkit/rps.git"
},
"license": "Apache-2.0",
"engines": {
@@ -61,7 +61,7 @@
"minimist": "^1.2.8",
"mqtt": "^5.10.3",
"node-forge": "^1.3.1",
- "pg": "^8.13.1",
+ "pg": "^8.13.3",
"pg-format": "^1.0.4",
"rc": "^1.2.8",
"winston": "^3.17.0",
@@ -74,11 +74,11 @@
"@types/consul": "^2.0.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
- "@types/node": "^22.13.1",
+ "@types/node": "^22.13.2",
"@types/node-forge": "^1.3.11",
"@types/pg": "^8.11.11",
"@types/ws": "^8.5.14",
- "eslint": "^9.20.0",
+ "eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-license-header": "^0.6.1",
"genversion": "^3.2.0",