Releases: lightninglabs/lndinit
v0.1.26-beta
Release Notes
This release of lndinit
contains a database migration functionality that can migrate lnd
's bbolt
database to either SQLite or Postgres.
Installation and configuration instructions can be found in the README.
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import guggero
's key from keybase:
curl https://keybase.io/guggero/pgp_keys.asc | gpg --import
Once you have his PGP key you can verify the release (assuming manifest-v0.1.26-beta.sig
and manifest-v0.1.26-beta.txt
are in the current directory) with:
gpg --verify manifest-v0.1.26-beta.sig manifest-v0.1.26-beta.txt
You should see the following if the verification was successful:
gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg: using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF C20A 8E42 5659 3F17 7720
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256
sum of the binary, and compare that with the following hashes:
cat manifest-v0.1.26-beta.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
Finally, you can also verify the tag itself with the following command:
git verify-tag v0.1.26-beta
Verifying the Release Timestamp
From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.1.26-beta.sig.ots
.
Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-v0.1.26-beta.sig.ots
These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Changelog (auto-generated)
What's Changed
- build: bump LND to v0.15.4 to fix witness size bug by @bhandras in #24
- build: bump to lnd v0.15.5 and also Go 1.19.3 by @Roasbeef in #25
- readme: update required RBAC permissions by @thinkmassive in #26
- build: bump LND to
v0.16.0-beta.rc1
by @bhandras in #27 - build: bump lnd to v0.16.0-beta by @bhandras in #28
- build: bump to lnd v0.16.1-beta by @Roasbeef in #29
- build: update to lnd v0.16.2 by @Roasbeef in #30
- lndinit: bump to lnd v0.16.3-beta by @bhandras in #31
- build: bump to lnd v0.16.4-beta.rc1 by @calvinrzachman in #32
- lnd: bump base image to v0.16.4-beta by @thinkmassive in #33
- readme: document release process (binary + image) by @thinkmassive in #34
- build: bump to lnd v0.17.0-beta.rc2 by @calvinrzachman in #35
- build: bump to lnd v0.17.1-beta by @calvinrzachman in #37
- lndinit: add ability to write to k8s configmap by @calvinrzachman in #38
- build: bump lnd to v0.17.4-beta by @bhandras in #39
- build: bump lnd to v0.17.5-beta by @calvinrzachman in #40
- build: bump lnd to v0.18.0-beta by @calvinrzachman in #41
- build: update Dockerfile default go version to 1.21 by @calvinrzachman in #42
- build: bump lnd to v0.18.3-beta.rc1 by @bhandras in #43
- build: bump lnd to v0.18.4-beta by @djkazic in #44
- build: bump lnd to v0.19.0-beta.rc1 by @djkazic in #45
- build: fix commit tag by @djkazic in #46
- multi: add migrate-db command by @guggero in #21
- version: bump version to v0.1.25-beta by @guggero in #52
- cmd_migrate_db: use lnd package for disk size check by @guggero in #53
New Contributors
- @calvinrzachman made their first contribution in #32
- @djkazic made their first contribution in #44
Full Changelog: v0.1.5-beta...v0.1.26-beta
v0.1.5-beta
Release Notes
This release of lndinit
contains lnd
compatibility updates and bug fixes.
Installation and configuration instructions can be found in the README.
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import guggero
's key from keybase:
curl https://keybase.io/guggero/pgp_keys.asc | gpg --import
Once you have his PGP key you can verify the release (assuming manifest-v0.1.5-beta.sig
and manifest-v0.1.5-beta.txt
are in the current directory) with:
gpg --verify manifest-v0.1.5-beta.sig manifest-v0.1.5-beta.txt
You should see the following if the verification was successful:
gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg: using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF C20A 8E42 5659 3F17 7720
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256
sum of the binary, and compare that with the following hashes:
cat manifest-v0.1.5-beta.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
Finally, you can also verify the tag itself with the following command:
git verify-tag v0.1.5-beta
Verifying the Release Timestamp
From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.1.5-beta.sig.ots
.
Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-v0.1.5-beta.sig.ots
These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Changelog (auto-generated)
What's Changed
Full Changelog: v0.1.4-beta...v0.1.5-beta
v0.1.4-beta
Release Notes
This release of lndinit
contains lnd
compatibility updates and bug fixes.
Installation and configuration instructions can be found in the README.
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import guggero
's key from keybase:
curl https://keybase.io/guggero/pgp_keys.asc | gpg --import
Once you have his PGP key you can verify the release (assuming manifest-v0.1.4-beta.sig
and manifest-v0.1.4-beta.txt
are in the current directory) with:
gpg --verify manifest-v0.1.4-beta.sig manifest-v0.1.4-beta.txt
You should see the following if the verification was successful:
gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg: using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF C20A 8E42 5659 3F17 7720
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256
sum of the binary, and compare that with the following hashes:
cat manifest-v0.1.4-beta.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
Finally, you can also verify the tag itself with the following command:
git verify-tag v0.1.4-beta
Verifying the Release Timestamp
From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.1.4-beta.sig.ots
.
Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-v0.1.4-beta.sig.ots
These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Changelog (auto-generated)
What's Changed
- github: create a daily build from master and lnd/daily-testing-only by @bhandras in #10
- README: fix
init-wallet
cmd by @erikarvstedt in #8 - readme: add Command Summary, Table of Contents by @thinkmassive in #12
- Dockerfile: set default 'checkout' ARG to 'main' by @thinkmassive in #17
- github: fix LNDINIT_VERSION to also match LND RCs by @thinkmassive in #18
- build: update to Go 1.18.3, use lnd v0.15.0 by default by @Roasbeef in #19
New Contributors
- @bhandras made their first contribution in #10
- @erikarvstedt made their first contribution in #8
- @thinkmassive made their first contribution in #12
- @Roasbeef made their first contribution in #19
Full Changelog: v0.1.3-beta...v0.1.4-beta
v0.1.3-beta
Release Notes
This release of lndinit
contains bug fixes only.
Installation and configuration instructions can be found in the README.
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import guggero
's key from keybase:
curl https://keybase.io/guggero/pgp_keys.asc | gpg --import
Once you have his PGP key you can verify the release (assuming manifest-v0.1.3-beta.sig
and manifest-v0.1.3-beta.txt
are in the current directory) with:
gpg --verify manifest-v0.1.3-beta.sig manifest-v0.1.3-beta.txt
You should see the following if the verification was successful:
gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg: using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF C20A 8E42 5659 3F17 7720
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256
sum of the binary, and compare that with the following hashes:
cat manifest-v0.1.3-beta.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
Finally, you can also verify the tag itself with the following command:
git verify-tag v0.1.3-beta
Verifying the Release Timestamp
From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.1.3-beta.sig.ots
.
Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-v0.1.3-beta.sig.ots
These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Changelog (auto-generated)
What's Changed
Full Changelog: v0.1.2-beta...v0.1.3-beta
v0.1.2-beta
Release Notes
This release of lndinit
contains bug fixes only.
Installation and configuration instructions can be found in the README.
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import guggero
's key from keybase:
curl https://keybase.io/guggero/pgp_keys.asc | gpg --import
Once you have his PGP key you can verify the release (assuming manifest-v0.1.2-beta.sig
and manifest-v0.1.2-beta.txt
are in the current directory) with:
gpg --verify manifest-v0.1.2-beta.sig manifest-v0.1.2-beta.txt
You should see the following if the verification was successful:
gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg: using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF C20A 8E42 5659 3F17 7720
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256
sum of the binary, and compare that with the following hashes:
cat manifest-v0.1.2-beta.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
Finally, you can also verify the tag itself with the following command:
git verify-tag v0.1.2-beta
Verifying the Release Timestamp
From this new version onwards we'll also now timestamp the manifest file with OpenTimeStamps along with its signature. A new file is now included along with the rest of our release artifacts: manifest-v0.1.2-beta.sig.ots
.
Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following command:
ots verify manifest-v0.1.2-beta.sig.ots
These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires.
Changelog (auto-generated)
What's Changed
- main: don't pretty-print JSON by @guggero in #6
- Support standalone binary release by @guggero in #5
- Newline trim fix by @guggero in #4
Full Changelog: https://github.com/lightninglabs/lndinit/commits/v0.1.2-beta