Skip to content

Commit

Permalink
Release/v2.1.0 (#1124)
Browse files Browse the repository at this point in the history
* bump version to 2.1.0

* update changelog

* add changelog entry
  • Loading branch information
briantist committed Jan 3, 2024
1 parent 5b3c161 commit 6e47552
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 2.1.0

### 🚀 Features

- Add support for sys/policies endpoint ([GH-1100](https://github.com/hvac/hvac/pull/1100))
- add quota support to system backend ([GH-1092](https://github.com/hvac/hvac/pull/1092))
- Add support to PKI class to perform CRUD on issuers ([GH-1102](https://github.com/hvac/hvac/pull/1102))

### 🐛 Bug Fixes

- `Client.write_data` - remove potentially dangerous default ([GH-1120](https://github.com/hvac/hvac/pull/1120))

### 📚 Documentation

- 📝 Add HTTP/2+ use case into the advanced usage section ([GH-1111](https://github.com/hvac/hvac/pull/1111))
- update the KV documentation ([GH-1122](https://github.com/hvac/hvac/pull/1122))
- Add support for sys/policies endpoint ([GH-1100](https://github.com/hvac/hvac/pull/1100))
- fix readthedocs (RTD) public docsite, modernize some of the docs build/testing ([GH-1119](https://github.com/hvac/hvac/pull/1119))
- Add support to PKI class to perform CRUD on issuers ([GH-1102](https://github.com/hvac/hvac/pull/1102))
- Update GCP secrets engine documentation ([GH-1099](https://github.com/hvac/hvac/pull/1099))

### 🧰 Miscellaneous

- fix readthedocs (RTD) public docsite, modernize some of the docs build/testing ([GH-1119](https://github.com/hvac/hvac/pull/1119))
- Revamp integration tests, run in parallel ([GH-1105](https://github.com/hvac/hvac/pull/1105))
- Add Vault 1.15.x to integration tests ([GH-1103](https://github.com/hvac/hvac/pull/1103))

## 2.0.0

This release makes a number of breaking changes. Most notably, dropping support for Python 3.6 & 3.7, dropping support for Vault versions 1.6.x through 1.10.x, and removing previously deprecated methods and code paths. Most of the other breaking changes are fairly minor or only affect specific use cases, but please review all changes carefully.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
author = "Ian Unruh, Jeffrey Hogan"

# The short X.Y version
version = "2.0.0"
version = "2.1.0"
# The full version, including alpha/beta/rc tags
release = "2.0.0"
release = "2.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hvac"
version = "2.0.0"
version = "2.1.0"
description = "HashiCorp Vault API client"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 6e47552

Please sign in to comment.