Olaoluwa Osuntokun
febf1ab0d5
build: bump version to v0.16.99
...
In this commit, we bump the version of the master branch to v0.16.99.
This reflects the fact that master will be a super set of all the minor
releases until v0.17, and will also include changes towards v0.17.
2023-04-04 19:51:15 -07:00
Oliver Gugger
218cff41b7
build: bump to version v0.16.0-beta final
2023-03-29 14:30:11 +02:00
Oliver Gugger
e9b21c5f64
build: bump version to v0.16.0-rc5
...
Because a tag for RC4 was previously pushed but without bumping the
version first, we need to skip RC4 as we can't replace already pushed
git tags without causing issues.
2023-03-23 16:43:38 +01:00
Olaoluwa Osuntokun
840c939464
build: bump version to v0.16.0-rc3
2023-03-10 19:09:32 -08:00
Olaoluwa Osuntokun
8f4fc29fc1
build: bump version to v0.16.0-rc2
2023-03-06 11:24:37 -08:00
Olaoluwa Osuntokun
036a0144cb
build: bump version to v0.16.0-rc1
2023-02-23 15:36:51 -08:00
Matt Morehouse
beb4d8c4df
build: remove go-fuzz dependency and references
...
We don't need go-fuzz now that we use native fuzzing.
2022-11-11 10:44:37 -06:00
positiveblue
5924964a9b
build: get binary build info from debug/buildinfo
...
Since `go1.18` the runtime has a package that provides information about module
versions, version control information, and build flags embedded in executable
files built by the go command.
The new packages allows us to get information needed by the `version` command
without having to rely on `ldflags` set at build time.
This can be really helpful while debugging errors from people using custom
binaries. For example a build from master.
2022-10-17 00:52:37 -07:00
Olaoluwa Osuntokun
67a6bb5ecf
build: bump version to v0.15.99
...
We forgot to do this after 0.15 was tagged, but usually we use a x.99
version to indicate that the commits in master are between releases.
This might also make it easier to help identify exactly which version a
user is running in issue reports.
[skip-ci]
2022-08-11 17:36:43 -07:00
Olaoluwa Osuntokun
5c36d96c9c
build: bump version to v0.15.0-beta
2022-06-23 10:37:58 -07:00
Olaoluwa Osuntokun
39b522b878
build: bump version to v0.15.0-beta.rc6
2022-06-10 16:11:19 -05:00
Olaoluwa Osuntokun
f66463bb05
build: bump version to v0.15.0-beta.rc5
2022-06-08 12:59:03 -07:00
Olaoluwa Osuntokun
12eddae47a
build: bump version to v0.15.0-beta.rc4
2022-06-02 14:47:18 -07:00
Olaoluwa Osuntokun
08e4e66574
build: bump version to v0.15.0-beta.rc3
2022-05-23 18:42:48 -07:00
Olaoluwa Osuntokun
164a9c6f68
build: bump version to v0.15.0-beta.rc2
2022-05-20 00:08:28 -07:00
Olaoluwa Osuntokun
b31640e6b0
build: bump version to v0.15.0-beta.rc1
2022-05-16 20:16:01 -07:00
Oliver Gugger
e8528b060a
build: bump version of master branch to v0.14.99-beta
2022-03-21 20:41:42 +01:00
naveen
192cee494f
mod+tools+Makefile:separate tools different module
...
Separated the tools to different go module to avoid having tools
dependencies on the main module.
2022-02-10 11:02:01 +01:00
Rafe
62dc1b5323
multi: Update Licenses to 2022 [skip ci]
2022-02-09 00:25:20 +02:00
Dimitris Apostolou
530a2059e5
multi: Fix typos [skip ci]
2022-01-24 12:19:02 +02:00
Oliver Gugger
6042004eda
build: bump version to v0.14.1-beta
2021-11-24 23:00:35 +01:00
Olaoluwa Osuntokun
df0b82f016
build: bump version to v0.14.0-beta
2021-11-17 12:02:49 -08:00
Olaoluwa Osuntokun
203bae9aff
build: bump version to v0.14.0-beta.rc4
2021-11-15 13:59:22 -08:00
Olaoluwa Osuntokun
1abe1da5b3
build: bump version to v0.14.0-beta.rc3
2021-11-08 18:28:22 -08:00
Olaoluwa Osuntokun
b7b3326433
build: bump version to v0.14.0-beta.rc2
2021-11-04 17:58:29 -07:00
Olaoluwa Osuntokun
217019aa8a
build: bump version to 0.14.0-beta.rc1
2021-10-28 17:47:35 -07:00
Oliver Gugger
0b4e03f5fc
multi: add golang 1.17 compatible build tags
...
With go 1.17 a change to the build flags was implemented:
https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
The formatter now automatically adds the forward-compatible build tag
format and the linter checks for them, so we need to include them in our
code.
2021-09-29 17:31:37 -07:00
Olaoluwa Osuntokun
6c7fb7c20a
build: bump version to v0.13.99
...
A version bump to indicate that master is currently in-between major
versions.
2021-06-18 14:04:31 -07:00
Olaoluwa Osuntokun
725ff10480
build: bump version to v0.13.0-beta
2021-06-16 19:25:10 -07:00
Olaoluwa Osuntokun
42099ef5e1
build: bump version to v0.13.0-beta.rc5
2021-06-02 17:18:24 -04:00
Olaoluwa Osuntokun
5ac65d961d
build: bump version to v0.13.0-beta.rc4
2021-06-01 15:29:40 -07:00
Olaoluwa Osuntokun
7716175454
build: bump version to v0.13.0-beta.rc3
2021-05-19 18:26:22 -07:00
Conner Fromknecht
196aea665e
build/version: bump to v0.13.0-beta.rc2
2021-05-14 11:03:30 -07:00
Olaoluwa Osuntokun
a2138f0038
build: bump version to v0.13.0-beta.rc1
2021-05-13 18:26:50 -07:00
Hampus Sjöberg
ada1bc701c
signal: handle shutdown properly
...
This addresses issues related to the mobile lnd builds, where
calling `stopDaemon` and subsequently calling LndMobile's `Start`
results in crash.
2021-03-18 12:54:25 +01:00
Olaoluwa Osuntokun
6c3d3711f6
build: bump version to v0.12.99-beta
...
In this commit we bump the version to v0.12.99-beta to reflect that the
master branch is a super set of the recently released v0.12.1-beta.
2021-03-03 15:49:22 -08:00
Olaoluwa Osuntokun
d176d2d65f
build: bump version to v0.12.0-beta
2021-01-26 17:31:07 -08:00
Olaoluwa Osuntokun
b20afc0679
build: bump version to v0.12.0-beta.rc6
2021-01-19 19:11:54 -08:00
Olaoluwa Osuntokun
f62bc971c0
build: bump version to v0.12.0-beta.rc5
2021-01-08 16:30:43 -08:00
Olaoluwa Osuntokun
c6fe36465b
build: bump version to v0.12.0-beta.rc4
2021-01-07 15:58:15 -08:00
Olaoluwa Osuntokun
f3b23b8046
build: bump version to v0.12.0-beta.rc3
2020-12-31 15:58:17 -08:00
Olaoluwa Osuntokun
9cd9bff59f
build: bump version to v0.12.0-beta.rc2
2020-12-18 16:27:14 -08:00
Olaoluwa Osuntokun
f9641cdc64
build: bump version to v0.12.0-beta.rc1
2020-12-15 14:30:36 -08:00
Johan T. Halseth
c1d423dc07
build/log: support parsing global+subsystem levels
...
This makes it possible to specify both a global+subsystem loglevels,
like:
--debuglevel=debug,PEER=info,SRVR=trace
2020-11-18 14:17:53 +01:00
Johan T. Halseth
fcf2e7f687
build/log_test: add tests for parsing log levels
2020-11-18 14:16:23 +01:00
Oliver Gugger
907c744189
build: bump version of master branch to v0.11.99-beta
2020-09-07 15:06:07 +02:00
carla
daae8a9944
multi: wrap logger to request shutdown from signal on critical error
...
This commit adds a shutdown logger which will send a request for
shutdown on critical errors. It uses the signal package to request safe
shutdown of the daemon. Since we init our logs in config validation,
we add a started channel to the signal package to prevent the case where
we have a critical log after the ShutdownLogger has started but before
the daemon has started listening for intercepts. In this case, we just
ignore the shutdown request.
2020-08-24 08:54:34 +02:00
Conner Fromknecht
3ae46d81f4
build/version: bump to v0.11.0-beta
2020-08-19 07:14:41 -07:00
Conner Fromknecht
fc12656a1a
build/version: bump to v0.11.0-beta.rc4
2020-08-13 19:42:02 -07:00
Conner Fromknecht
1124d79922
build/version: bump to 0.11.0-beta.rc3
2020-08-13 15:45:15 -07:00