f61bccfecb
Implement per-container nsupdate settings
2023-12-17 12:24:29 -06:00
1da865adb0
Release version v1.2.90
2023-12-17 11:52:09 -06:00
9740f61e81
Add nsupdate command
...
Will send updates to the configured dns server. To accomodate, added a global options
section to the configuration as well.
TODO: per-container domain name, dns server, and tsig keys
Status: lightly tested development version, needs field testing
2023-12-17 11:51:43 -06:00
8a3da3f244
Release version v1.2.24
2023-12-08 18:17:12 -06:00
93c5060fbf
Release version v1.2.23
2023-12-08 15:21:05 -06:00
797a354b30
Release version v1.2.22
2023-12-08 14:24:56 -06:00
1598a8a916
Release version v1.2.21
2023-12-08 13:35:55 -06:00
2095cd9c1a
Release version v1.2.20
2023-08-07 23:12:56 -05:00
2b56635c8f
Release version v1.2.19
2023-08-07 23:12:22 -05:00
03b941ba02
Release version v1.2.18
2023-08-07 22:41:01 -05:00
04e2f75385
Release version v1.2.17
2023-04-10 23:45:47 -05:00
755b508e92
Release version v1.2.16
2023-02-07 18:45:37 -06:00
945ff5b972
Release version v1.2.15
2022-12-21 01:30:53 -06:00
be45ec65f9
Release version v1.2.14
2022-12-11 16:23:58 -06:00
beb1fe71a8
Release version v1.2.13
2022-11-01 15:37:12 -05:00
60a3ba71bb
Use contMask to ignore categories beginning with . by default
2022-11-01 15:36:51 -05:00
34a209f336
Release version v1.2.12
2022-10-08 01:33:45 -05:00
b846207943
Release version v1.2.11
2022-09-21 15:18:07 -05:00
6866ed165b
Release version v1.2.10
2022-09-05 23:51:51 -05:00
72d9ec61c2
Release version v1.2.9
2022-08-19 11:31:45 -05:00
cc89ee46eb
Release version v1.2.8
2022-08-18 22:29:32 -05:00
dcdc830ef0
Release version v1.2.7
2022-08-17 10:22:01 -05:00
ca5f956ef2
Complete linting for whole project
2022-08-17 10:21:46 -05:00
b91eb62c34
Huge amount of linting
...
Linting
2022-08-17 02:25:12 -05:00
9c27d0e6f5
Release version v1.2.6
2022-08-16 00:57:40 -05:00
4caabc0327
Execute: probable bikeshedding
2022-08-16 00:57:27 -05:00
e3aa4c2ad2
Release version v1.2.5
2022-08-15 02:32:44 -05:00
3054f40223
Release version v1.2.4
2022-08-14 00:12:15 -05:00
de2fe4124b
ls: add group column
2022-08-14 00:11:37 -05:00
7de59805bf
Release version v1.2.3
2022-08-13 23:12:38 -05:00
f09272d4a3
Misc cleanup
2022-08-13 23:10:33 -05:00
71f830887e
Abort a bad idea
2022-08-13 22:52:31 -05:00
50cb8543f7
WIP - broken compile
2022-08-13 16:53:57 -05:00
94892c3604
import alias
2022-08-13 13:09:48 -05:00
f76d721a5a
Release version v1.2.2
2022-08-13 12:52:52 -05:00
288dc71490
execute: use goroutines + mutex to more efficiently serialize non-async cases
2022-08-13 12:52:28 -05:00
46ad4e6d87
Release version v1.2.1
2022-08-13 02:32:42 -05:00
7cd28a38a2
Release version v1.2.0
2022-08-12 21:24:16 -05:00
74bbc9dad8
Implement rudimentary dependency model with start_order
...
Any container definitions in ccl.toml can be given a `start_order` tag
(integer). It is recommended to not put a start_order unless a container
depends on another one (e.g. synapse needs postgres), in which case all
dependents and dependees should be given a `start_order`, with dependees
having a lower number than their dependents. It is guaranteed that the
dependees will be started first, although the container startup
procedure is outside of our control. Containers without a `start_order`
will have their operations applied asynchronously, but those with
a start order are started, well, in order from lowest to highest. "Stop"
operations are applied in the reverse order.
2022-08-12 21:16:55 -05:00
12b7438b25
Release version v1.1.13
2022-08-01 00:06:17 -05:00
fa8c732599
Release version v1.1.12
2022-07-31 18:59:32 -05:00
793e87043c
Release version v1.1.11
2022-07-31 13:37:19 -05:00
e56d2c12d2
Rename getAndExecute -> execForEach
2022-07-31 00:57:18 -05:00
c347bd9311
Release version v1.1.10
2022-07-31 00:21:31 -05:00
158e4353f4
Rename the special 'disabled' category to '.'
2022-07-31 00:21:17 -05:00
c3044b02ae
Release version v1.1.9
2022-07-30 14:27:03 -05:00
0fbb9fdec1
Improve logging and output formatting with CommandSet
2022-07-30 14:26:23 -05:00
e2bec45a90
Release version v1.1.8
2022-07-29 23:07:35 -05:00
4f78efe42c
Multithread all libpod actions
2022-07-29 23:07:19 -05:00
82aa749928
Release version v1.1.7
2022-07-29 22:13:21 -05:00