Skip to content

Releases: obervinov/vault-package

vault-package:v3.0.0

12 Jun 10:45
73b8d04
Compare
Choose a tag to compare

v3.0.0 - 2024-06-12

What's Changed

Full Changelog: v2.0.4...v3.0.0 by @obervinov in #48

💥 Breaking Changes

📚 Documentation

  • Update *.md templates for issues and pull requests
  • Update documentation for the new version of the module
  • Add DEPRECATED.md with information about deprecated methods and classes

🚀 Features

vault-package:v2.0.4

07 Feb 21:17
54a312b
Compare
Choose a tag to compare

v2.0.4 - 2024-02-07

What's Changed

Full Changelog: v2.0.3...v2.0.4 by @obervinov in #43

🚀 Features

  • Bump keyring from 23.13.1 to 24.3.0

vault-package:v2.0.3

04 Feb 22:03
c1180a4
Compare
Choose a tag to compare

v2.0.3 - 2024-02-04

What's Changed

Full Changelog: v2.0.2...v2.0.3 by @obervinov in #45

🐛 Bug Fixes

  • Fix support for python 3.9

vault-package:v2.0.2

vault-package:v2.0.1

20 Jun 10:18
9782e76
Compare
Choose a tag to compare

vault-package:v2.0.0

22 May 08:11
a0eef67
Compare
Choose a tag to compare

v2.0.0 - 2023-05-22

What's Changed

Full Changelog: v1.1.1...v2.0.0 by @obervinov in #10

🐛 Bug Fixes

💥 Breaking Changes

The new major version is completely incompatible with the old versions!

  • the VaultClient() class has been completely rewritten and refactored (all class methods and module logic have been changed).
  • changed log format f-string -> %s-lazzy
  • updated SECURITY.md policy

🚀 Features

  • #16
  • #14
  • #12
  • all workflows migrated to version v1.0.4
  • updated logger version git = "https://github.com/obervinov/logger-package.git", tag = "v1.0.1"
  • added condition paths: ['vault/**'] for .github/workflows/release.yml action (this is done so that you can update the documentation without creating an PR and a new release)
  • added support for default environment variables: VAULT_ADDR', VAULT_TOKEN', VAULT_APPROLE_ID and VAULT_APPROVED_SECRETID for a more native and convenient way to interact with the vault api
  • #19

📚 Documentation

vault-package:v1.1.1

01 Mar 14:35
71e7b21
Compare
Choose a tag to compare

v1.1.1 - 2023-03-01

What's Changed

Full Changelog: v1.1.0...v1.1.1 by @obervinov in #9

🐛 Bug Fixes

  • fixed install_requires in setup.py
  • added parameter dependency_links in setup.py

📚 Documentation

vault-package:v1.1.0

25 Feb 11:35
84ef341
Compare
Choose a tag to compare

v1.1.0 - 2023-02-25

What's Changed

Full Changelog: v1.0.3...v1.1.0 by @obervinov in #5

🐛 Bug Fixes

  • updated the code in accordance with the recommendations of flake8 and pylint
  • adjusted pyproject.toml and setup.py for package delivery

📚 Documentation

  • updated and expanded the documentation in the file README.md

💥 Breaking Changes

  • global code recycling: updated all exceptions events, removed old artifacts, fixed redundant logging and more comments added to the code

🚀 Features

vault-package:v1.0.3

03 Feb 16:10
651f2d9
Compare
Choose a tag to compare

v1.0.3 - 2023-02-03

What's Changed

Full Changelog: v1.0.2...v1.0.3 by @obervinov in #3

🐛 Bug Fixes

  • repeated fixed if condition for secrets.kv.v2.configure

vault-package:v1.0.2

03 Feb 14:22
23413de
Compare
Choose a tag to compare

v1.0.2 - 2023-02-03

What's Changed

Full Changelog: v1.0.1...v1.0.2 by @obervinov in #2

🚀 Features

🐛 Bug Fixes

  • updated code format
  • fixed if condition for secrets.kv.v2.configure

📚 Documentation