v0.47.0
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
- 5d2cb6728148fb2a738e1edd24989acc225189ce ci: Add the new Homebrew Tap to the release pipeline (#1880)
- d97a938263f0c0f5f06bcd0ab20b9eb14184a8f4 Bugfix/1855 jira deprecated endpoint (#1860)
- 88b53c12f96219c9895b890060868401bda0abdf Bump k8s.io/client-go from 0.34.0 to 0.34.1 (#1878)
- 22d1a5dc16c001ad01cdd3da16a2fc6c1ee64edc Fix output of version command (#1879)
- 743d0f7c52b498083ca0a1cc8e636790ebd25596 Bump code.cloudfoundry.org/bytefmt from 0.49.0 to 0.55.0 (#1875)
- fdc989e6ebc54bee268bf093c2cd88b785644274 Bump github.com/digitalocean/godo from 1.164.0 to 1.166.0 (#1873)
- 3c27f2e7abd39b46da87b39881e93154565fed18 Bump github.com/docker/docker-credential-helpers from 0.9.3 to 0.9.4 (#1877)
- 6536e86051ed1dcfbf1ad93d3037c406accbaf99 Bump Go to v1.25.3 (#1876)
- d3e6946397e46a9a6a656a7269d3585c7076f596 Bump github.com/docker/docker (#1872)
- a168145d85c800ff5d559ad61cfa3295e6077c16 Bump k8s.io/apimachinery from 0.34.0 to 0.34.1 (#1870)
- 3e666f0e79bebb2b7f364bf33c037460a73dddbb add azurelogs module. (#1799)
- 62264220ce57ce7828c85ee352287163bd4cc4b4 fix: delete the replace directive by upstreaming the change (#1852)
- 0c84ca419f5b563c0cd71bb075d08ff81d16acfe ping: Change terminology & validate inputs
- e980a33f537dd606cc109ad8ecdcd507cd56e325 Add a ping module
- a1dd39cb14dd82f7d43a331f66c37b07bcd00762 ci: remove deprecated GoReleaser line (#1869)
- 206c2b5c832a8ef4e4dd5115f19cbe976d4281f7 Bump google.golang.org/api from 0.248.0 to 0.252.0 (#1861)
- f7384a3e0f3d2f4a5f9f234cdd2113a22687b6f3 Bump golang.org/x/oauth2 from 0.30.0 to 0.32.0 (#1863)
- 2e226a4c527e41b182458753b08dee390dfc40bf Don't wrap tarball files in a directory (#1868)
- 93a0e088b29597f9664614ad6f56cba9b3958bba Bump golang.org/x/text from 0.28.0 to 0.30.0 (#1864)
- 15affb7fcf9b7ddad1020de75a4876798c362c0d Update build tooling (#1867)
- 9bfc3292f22eadf66f5a8a709cc9383cc192364f List all configured DNS servers, not just 2 (#1866)
- 231d1021b9e260024454effacf0c619ddf8a3308 Bump golang.org/x/sync from 0.16.0 to 0.17.0 (#1847)
- 2ce725362677360dc0fbfcc2c7040e549500d1a1 Update Go to v1.25.1 (#1845)