Skip to content

Latest commit

 

History

History
188 lines (102 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

188 lines (102 loc) · 12.4 KB

Changelog

1.8.3 (2024-09-09)

Bug Fixes

  • deps: bump github.com/go-playground/validator/v10 (#185) (da821bb)
  • deps: bump github.com/prometheus/client_golang (#186) (056de3a)
  • deps: bump github.com/prometheus/common from 0.54.0 to 0.59.1 (#187) (39a8278)
  • deps: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#182) (9c4a47d)
  • deps: bump golang.org/x/term from 0.23.0 to 0.24.0 (#184) (0825665)
  • fix vault auth (be3aa87)

1.8.2 (2024-08-24)

Bug Fixes

  • deps: bump github.com/cenkalti/backoff/v3 from 3.0.0 to 3.2.2 (#148) (c2c3270)
  • deps: bump github.com/hashicorp/go-retryablehttp (#159) (559a7b0)
  • deps: bump golang.org/x/crypto from 0.23.0 to 0.26.0 (#172) (8fe6254)
  • deps: bump golang.org/x/sys from 0.20.0 to 0.24.0 (#173) (199abf9)
  • deps: bump golang.org/x/term from 0.20.0 to 0.23.0 (#174) (95e178e)
  • fix duplicate method (9159496)
  • remove duplicate login call (788c724)

1.8.1 (2024-06-10)

Bug Fixes

  • expand config file (299296f)
  • set viper default for retries (534b213)

1.8.0 (2024-06-03)

Features

  • increase resilience by using exponential backoff (7f7588b)
  • make amount of retries configurable (a8f7139)

Bug Fixes

  • deps: bump github.com/go-playground/validator/v10 (78efacb)
  • deps: bump github.com/prometheus/client_golang (65b0637)
  • deps: bump github.com/prometheus/common from 0.53.0 to 0.54.0 (c2c79d7)
  • deps: bump github.com/rs/zerolog from 1.31.0 to 1.33.0 (0d3afb6)
  • deps: bump github.com/spf13/viper from 1.17.0 to 1.19.0 (b59e455)

1.7.2 (2024-06-02)

Bug Fixes

  • don't return error when cert file does not exist, yet (7634a9a)
  • omit validation of field when empty (7bc2a85)
  • use the same pod impl for every all commands (fa58a9b)

1.7.1 (2024-05-29)

Bug Fixes

  • deps: bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.3 (601fcc5)
  • deps: bump github.com/go-playground/validator/v10 (83ca68f)
  • deps: bump github.com/prometheus/common from 0.44.0 to 0.53.0 (9f2f585)
  • deps: bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (f64952b)
  • deps: bump golang.org/x/crypto from 0.21.0 to 0.23.0 (bc838da)
  • deps: bump golang.org/x/net from 0.19.0 to 0.23.0 (bf3d411)
  • deps: bump golang.org/x/sys from 0.18.0 to 0.20.0 (c0a5df1)
  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (7b285e1)
  • fix dumping metrics with new prometheus version (47f9b6c)
  • use correct method (6cdc1a7)

1.7.0 (2024-05-29)

Features

  • add support for setting ttl and principals (2e7b6d1)

Bug Fixes

  • 121: Provide SshMountPath instead of VaultRole for readCACert: (b58b26c)
  • expand all files (3781095)

1.6.2 (2023-12-24)

Bug Fixes

1.6.1 (2023-12-23)

Bug Fixes

  • deps: bump github.com/prometheus/client_golang (#88) (ca303d8)
  • deps: bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#91) (8c5a196)
  • deps: bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#90) (f826ed4)
  • deps: bump golang.org/x/net from 0.15.0 to 0.17.0 (#93) (44807d7)
  • only dump metrics defined by the tool itself (a32ecfe)

1.6.0 (2023-09-22)

Features

  • set global loglevel, auto detect whether running on terminal (beba023)

1.5.1 (2023-08-07)

Bug Fixes

  • expand user paths only at single point (fe2b311)

1.5.0 (2023-08-02)

Miscellaneous Chores

1.4.1 (2023-05-02)

Bug Fixes

  • respect '--force-new-signature' flag (8e3a62b)

1.4.0 (2023-02-09)

Features

1.3.1 (2023-01-24)

Miscellaneous Chores

1.3.0 (2023-01-24)

Features

1.2.1 (2023-01-06)

Bug Fixes

  • do not write 'go_' prefixed metrics to file (d270167)

1.2.0 (2022-02-08)

Features

  • add version info, log on startup (ce23d40)
  • split functionality into commands (1dbdbde)

1.1.0 (2022-02-03)

Features

1.0.0 (2022-02-02)

Bug Fixes

  • Fix incorrect check for AppRole auth data (0320284)
  • Include 'cert_type' parameter (5751678)
  • Set AppRole mount path (96b587f)