v2.8.8: Notify of upcoming Greenlock v3

This commit is contained in:
AJ ONeal 2019-10-19 06:16:24 -06:00
parent 33e6f800b8
commit 94fd657562
3 changed files with 15 additions and 18 deletions

View File

@ -1,12 +1,9 @@
# Do you rely on Greenlock.js? # Greenlock v3 on its way (Nov 1st, 2019)
Hey! Let's Encrypt will **STOP WORKING** with Greenlock and ACME.js at the end of Oct 2019. Greenlock v3 is in private beta (for backers) and will be available publicly by Nov 1st.
**WITHOUT YOUR HELP** we won't get the next release out in time.
If Greenlock (or ACME.js) has saved you time and money, and taken stress out of your life, You can keep an eye for updates on the [campaign page](https://indiegogo.com/at/greenlock) and,
or you just love it, please reach out to return the favor today: if this has been a useful project that's saved you time, [please contribute](https://paypal.me/rootprojects/99).
[**SAVE GREENLOCK / ACME.js**](https://indiegogo.com/at/greenlock): <https://indiegogo.com/at/greenlock>
!["Greenlock Logo"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/greenlock-1063x250.png 'Greenlock lock logo and work mark') !["Greenlock Logo"](https://git.rootprojects.org/root/greenlock.js/raw/branch/master/logo/greenlock-1063x250.png 'Greenlock lock logo and work mark')

16
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "greenlock", "name": "greenlock",
"version": "2.8.7", "version": "2.8.8",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -15,11 +15,11 @@
"integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw==" "integrity": "sha512-3a4Eeghcjsfe6zh7EJ+ni1l8OK9Fz2wL1OjP4UCa0YdvtH39kdXB9RGWuzyNv7dZi0+Ffkc83KfH0WbPMiuJFw=="
}, },
"acme": { "acme": {
"version": "1.3.3", "version": "1.3.5",
"resolved": "https://registry.npmjs.org/acme/-/acme-1.3.3.tgz", "resolved": "https://registry.npmjs.org/acme/-/acme-1.3.5.tgz",
"integrity": "sha512-zEE5IFDvWHROhuLCrK8vNWqyQ5tKBT3gQH+uZ8y0slsyPG3ciHgUc4F73+WeRIiLFjLAP4OhXGhLKn503G0U8g==", "integrity": "sha512-KIFVyMho7y3RxRSTzkuX031TmfXwzl0ioy8+r2pnfLz6YWFQ5q7a/cYUDTgIbrFMPe/syY26Qv1DOdHQ5ARWcw==",
"requires": { "requires": {
"acme-v2": "^1.8.5" "acme-v2": "^1.8.6"
} }
}, },
"acme-dns-01-cli": { "acme-dns-01-cli": {
@ -28,9 +28,9 @@
"integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w==" "integrity": "sha512-Aa4bUpq6ftX1VODiShOetOY5U0tsXY5EV7+fQwme3Q8Y9rjYBArBXHgFCAVKtK1AF+Ev8pIuF6Z42hzMFa73/w=="
}, },
"acme-v2": { "acme-v2": {
"version": "1.8.5", "version": "1.8.6",
"resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.5.tgz", "resolved": "https://registry.npmjs.org/acme-v2/-/acme-v2-1.8.6.tgz",
"integrity": "sha512-rhuIJTBBT9VwzBe/Ydy05MYRV9alm+qzP7duSoZeRvUS8tBcnlwuVQ0rtPfYdN8JdDR1aXmgp4m+G5Mqp/bdAA==", "integrity": "sha512-LWdicUYHTGDtYX7LlgsQurmM9txwfAFydg7mQLPKHrFMnNNtfJEtHC2fWfr+pFGNb3XKIbvyFUoyFB6cOmWRpA==",
"requires": { "requires": {
"@root/request": "^1.3.11", "@root/request": "^1.3.11",
"rsa-compat": "^2.0.8" "rsa-compat": "^2.0.8"

View File

@ -1,6 +1,6 @@
{ {
"name": "greenlock", "name": "greenlock",
"version": "2.8.7", "version": "2.8.8",
"description": "Greenlock is Let's Encrypt (ACME) client for node.js", "description": "Greenlock is Let's Encrypt (ACME) client for node.js",
"homepage": "https://greenlock.domains/", "homepage": "https://greenlock.domains/",
"main": "index.js", "main": "index.js",
@ -35,9 +35,9 @@
"le-acme-core": "^2.1.3" "le-acme-core": "^2.1.3"
}, },
"dependencies": { "dependencies": {
"acme": "^1.3.3", "acme": "^1.3.5",
"acme-dns-01-cli": "^3.0.0", "acme-dns-01-cli": "^3.0.0",
"acme-v2": "^1.8.5", "acme-v2": "^1.8.6",
"cert-info": "^1.5.1", "cert-info": "^1.5.1",
"greenlock-store-fs": "^3.0.2", "greenlock-store-fs": "^3.0.2",
"keypairs": "^1.2.14", "keypairs": "^1.2.14",