Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 0.1.2 #11

Merged
merged 1 commit into from
Jan 2, 2024
Merged

chore(release): 0.1.2 #11

merged 1 commit into from
Jan 2, 2024

Conversation

release-please-nobbs[bot]
Copy link
Contributor

@release-please-nobbs release-please-nobbs bot commented Dec 31, 2023

🤖 I have created a release beep boop

0.1.2 (2024-01-02)

🚀 Release Highlights

This release adds a bunch of filtering and sorting options to the list command. Also, a new used-by command provides an easy way to list all persistent volumes that use a specific ticket secret.

Both additions really help with finding tickets that are no longer used or are about to expire.

Miscellaneous Chores

  • deps: update go.mod (30bacf4)
  • deps: use v0.1.1 of mapr-ticket-parser (844f00e)
  • lint: disable complexity linters for now (30bacf4)

Continuous Integration

  • release: also update versions in README (30bacf4)
  • renovate: run go mod tidy before PRs (951d01e)

Documentation

Features

  • add --expires-before <duration> to list (#17) (3b802ff), closes #16
  • add json and yaml output options to list (f72175e)
  • add used-by command (#13) (30bacf4)
  • add used-by option to list command (30bacf4)
  • add wide output option (f72175e)
  • add filtering options to list command (#10) (98728bc)
  • add sort option to list command (#25) (0ea6727), closes #19
  • add uid and gid filters to list command (f72175e)
  • implement used-by command to find ticket using pvs (30bacf4)
  • improve list output (30bacf4)
  • more output options for list command (#12) (f72175e)
  • show number of PVs using a ticket on list -i (#24) (48cd830), closes #20

Bug Fixes

  • deps: update k8s.io/utils digest to e7106e6 (#18) (599fb42)
  • deps: update module sigs.k8s.io/yaml to v1.4.0 (#14) (d0ab4f5)
  • global flags now properly global (98728bc)
  • handle duration overflow (> 292 years) (#26) (c6bc824), closes #23
  • list dereferenced from secret in loop (ad3b089)
  • ticket expiry check inverted (98728bc)

Code Refactoring

  • rename some packages (4df6597)
  • restructure internal code to support filtering (98728bc)

Tests

  • add empty tests to fix coverage reporting (#22) (47bce7a), closes #21

This PR was generated with Release Please. See documentation.

@release-please-nobbs release-please-nobbs bot force-pushed the release-please--branches--main branch 4 times, most recently from 0713cf1 to fe83773 Compare January 1, 2024 22:30
Copy link

codecov bot commented Jan 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c6bc824) 3.28% compared to head (213b28c) 3.28%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #11   +/-   ##
=====================================
  Coverage   3.28%   3.28%           
=====================================
  Files         14      14           
  Lines        945     945           
=====================================
  Hits          31      31           
  Misses       914     914           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@release-please-nobbs release-please-nobbs bot force-pushed the release-please--branches--main branch 8 times, most recently from b32d920 to 2012294 Compare January 2, 2024 21:17
@nobbs nobbs merged commit 4a41a86 into main Jan 2, 2024
8 checks passed
@nobbs nobbs deleted the release-please--branches--main branch January 2, 2024 21:58
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment