Skip to content

Commit

Permalink
release 3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Apr 2, 2024
1 parent 61bb139 commit 0cd3882
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 11 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,33 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [3.18.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.18.0) - 2024-04-02


### Changed

- Change all `_b2v4 --camelCase` CLI flags to --kebab-case.
Add deprecation warning for `b2v3 --camelCase` CLI flags.

### Fixed

- Don't persist credentials provided in the Environment variables in any command other than `authorize-account` when using `b2v4`.
- Fix `b2 --help` showing full binary path instead of just basename.

### Added

- Add autocomplete support for `zsh` and `fish` shells.
- Add support for calling `b2 ls` without arguments to list all buckets.

### Infrastructure

- Add dockerhub description deployment to CD workflow.
- Add support for pre-releases in CD.
- Fix missing command output when running `nox` under CI.
- Increase verbosity when running tests under CI.
- Update to [GitHub Actions using Node 20](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/).


## [3.17.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.17.0) - 2024-03-15


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+b2_path_in_help.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+cd_dockerhub_desc.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+cd_for_prerelease.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix_missing_ci_logs.infrastructure.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+kebab.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ls_buckets.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+node_20.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+not-saving-auth-data-when-env-vars.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+verbose_ci.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+zsh_autocomplete.added.md

This file was deleted.

0 comments on commit 0cd3882

Please sign in to comment.