156 Commits

Author SHA1 Message Date
86283c77d5 Release version v1.5.5 v1.5.5 2024-12-03 01:13:06 -06:00
f4d023b6f0 Upgrade deps; libpod/v5 2024-12-03 01:11:52 -06:00
c9a04a46ad
Release version v1.5.4 v1.5.4 2024-03-30 23:33:41 -05:00
c2e55fb287
I broke the no-network edge case 2024-03-30 23:33:37 -05:00
cffc259aeb
Release version v1.5.3 v1.5.3 2024-03-30 23:22:04 -05:00
cbcfeef9e1
Yet another nsupdate overhaul
cannot seem to figure this out. still not really working right.
2024-03-30 23:21:53 -05:00
bea6d8f980
Release version v1.5.2 v1.5.2 2024-03-30 14:25:06 -05:00
558bf7d66a
Overhaul nsupdate
ffs why is this so hard
2024-03-30 14:24:39 -05:00
03aa6c8d1b
fix error on ls when container not defined 2024-03-30 14:24:17 -05:00
603d23bcf9
nsupdate: hygienetic clean ups 2024-03-25 11:38:47 -05:00
b276075d39
Release version v1.5.1 v1.5.1 2024-03-04 23:49:04 -06:00
ce0710b0d1
ls output bikeshedding 2024-03-04 23:48:51 -06:00
569f0fac8d
Release version v1.5.0 v1.5.0 2024-03-03 14:16:05 -06:00
070394fae1
Add colorized output for ls subcommand
Initiative is turning into a little hackathon. Trying to beautify ls output
a little since the number of configured containers on my main server is
growing to a large number (currently 44). text/tabwriter can't handle
SGR codes correctly. Investigations led me to the "ansiterm" library. I'm not
crazy about the API really, but it handles all the corners I'm concerned
about.
2024-03-03 14:15:46 -06:00
40357ba9b8
Release version v1.4.1 v1.4.1 2024-02-24 16:09:48 -06:00
7222c6ba7f
ls: Improve column alignment 2024-02-24 15:53:03 -06:00
16e1c7ba20
Release version v1.4.0 v1.4.0 2024-02-22 21:57:01 -06:00
139ea8707c
ls enhancement: show running stats
Mainly for zabbix, but why not. Format of both json and text output of ls
has changed.
2024-02-22 21:56:34 -06:00
13e35e9c4d
Update deps. libpod is quite annoying in not following semver
Had to pull @head on several packages
2024-02-22 21:55:30 -06:00
96fc117476
Release version v1.3.5 v1.3.5 2024-02-19 12:23:38 -06:00
ab92b45ba0
Add json output flag for ls subcommand: ccl ls -J 2024-02-19 12:23:28 -06:00
04e5c44565
Release version v1.3.4 v1.3.4 2024-02-18 14:16:36 -06:00
9e599bb956
ls: add counting summaries, with the idea of creating zabbix monitor 2024-02-18 14:16:09 -06:00
bf1d003c1d
Release version v1.3.3 v1.3.3 2023-12-27 13:30:11 -06:00
463a4890b5
nsupdate: support multiple ips per network 2023-12-27 13:29:39 -06:00
90b4603229
Release version v1.3.2 v1.3.2 2023-12-24 01:50:55 -06:00
a33588f7fb
nsupdate: lots of clean up logic
such a pain every time I have to code this stuff
2023-12-24 01:50:35 -06:00
05bac78974
Release version v1.3.1 v1.3.1 2023-12-17 12:49:28 -06:00
a2748ad1d5
Resiliency to nil options 2023-12-17 12:49:22 -06:00
8449c17c23
Release version v1.3.0 v1.3.0 2023-12-17 12:24:37 -06:00
f61bccfecb
Implement per-container nsupdate settings 2023-12-17 12:24:29 -06:00
1da865adb0
Release version v1.2.90 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 v1.2.24 2023-12-08 18:17:12 -06:00
1239114bc1
better append 2023-12-08 18:17:05 -06:00
93c5060fbf
Release version v1.2.23 v1.2.23 2023-12-08 15:21:05 -06:00
fa09942631
allocate c.Sysctl if necessary 2023-12-08 15:20:51 -06:00
797a354b30
Release version v1.2.22 v1.2.22 2023-12-08 14:24:56 -06:00
d3fcfb0eea
nil check 2023-12-08 14:24:51 -06:00
1598a8a916
Release version v1.2.21 v1.2.21 2023-12-08 13:35:55 -06:00
370df4f53f
Support array of ip addresses 2023-12-08 13:35:45 -06:00
05e011f76f
Update deps 2023-12-08 13:35:27 -06:00
2095cd9c1a
Release version v1.2.20 v1.2.20 2023-08-07 23:12:56 -05:00
2b56635c8f
Release version v1.2.19 v1.2.19 2023-08-07 23:12:22 -05:00
674403708a
Attempt to resolve an issue with recent images 2023-08-07 23:12:15 -05:00
03b941ba02
Release version v1.2.18 v1.2.18 2023-08-07 22:41:01 -05:00
05cc9bc27e
Update deps. Had to dial in the correct x/exp by hand 2023-08-07 22:40:00 -05:00
04e2f75385
Release version v1.2.17 v1.2.17 2023-04-10 23:45:47 -05:00
2cc4b36e05
Update README again 2023-04-10 23:35:47 -05:00
5524034b6c
Update README 2023-04-10 23:33:59 -05:00