WTF v0.47.0 is out. There's a few bug fixes, some new modules, and the usual ton of dependency updates.
Summary
fix - The Jira module wasn't working. Deprecated API endpoints meant the module wasn't doing what it should be. Thank you to @dfoulkes for the PR that fixed the module in this release.
fix - The Security module shows which DNS servers are configured for your machine. This was artificially limited to 2 servers. Thanks to @alexfornuto's report, this has been fixed.
fix - Running wtf --version
now actually reports the useful version number. Before it was just a git digest.
new module - There's a new module called "Ping". This allows you to... ping hostnames. 🙂 Thank you @tabell.
new module - AZLogs. Thanks to @jonhadfield there's a new module to work with Azure Logs.
new - WTF can now be installed properly with go install
.
There's been some other tooling updates happening in the background as well. Helping make WTF better. (thanks @toby-bro). Updates to the website, including for the new modules, will land very soon.
Changelog
- 5d2cb67 ci: Add the new Homebrew Tap to the release pipeline (#1880)
- d97a938 Bugfix/1855 jira deprecated endpoint (#1860)
- 88b53c1 Bump k8s.io/client-go from 0.34.0 to 0.34.1 (#1878)
- 22d1a5d Fix output of version command (#1879)
- 743d0f7 Bump code.cloudfoundry.org/bytefmt from 0.49.0 to 0.55.0 (#1875)
- fdc989e Bump github.com/digitalocean/godo from 1.164.0 to 1.166.0 (#1873)
- 3c27f2e Bump github.com/docker/docker-credential-helpers from 0.9.3 to 0.9.4 (#1877)
- 6536e86 Bump Go to v1.25.3 (#1876)
- d3e6946 Bump github.com/docker/docker (#1872)
- a168145 Bump k8s.io/apimachinery from 0.34.0 to 0.34.1 (#1870)
- 3e666f0 add azurelogs module. (#1799)
- 6226422 fix: delete the replace directive by upstreaming the change (#1852)
- 0c84ca4 ping: Change terminology & validate inputs
- e980a33 Add a ping module
- a1dd39c ci: remove deprecated GoReleaser line (#1869)
- 206c2b5 Bump google.golang.org/api from 0.248.0 to 0.252.0 (#1861)
- f7384a3 Bump golang.org/x/oauth2 from 0.30.0 to 0.32.0 (#1863)
- 2e226a4 Don't wrap tarball files in a directory (#1868)
- 93a0e08 Bump golang.org/x/text from 0.28.0 to 0.30.0 (#1864)
- 15affb7 Update build tooling (#1867)
- 9bfc329 List all configured DNS servers, not just 2 (#1866)
- 231d102 Bump golang.org/x/sync from 0.16.0 to 0.17.0 (#1847)
- 2ce7253 Update Go to v1.25.1 (#1845)