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

Release v0.11.0 #738

Merged
merged 54 commits into from
Jul 12, 2021
Merged

Release v0.11.0 #738

merged 54 commits into from
Jul 12, 2021

Conversation

jeffwecan
Copy link
Member

No description provided.

tp6783 and others added 30 commits May 20, 2021 17:20
configure function is updated to allow configuration for token_ttl and token_max_ttl configuration settings.
Add `token_ttl` & `token_max_ttl` Arguments to `ldap.configure()`
…patch

Allow Omission of Password Argument on Userpass `create_or_update_user()`
Use PUTs for AWS Secrets Engine STS Requests
The `client.auth.cert.login(use_token=True)` argument should be passed internally to `Adapter.login()`. But instead it was sent to Vault in the POST body, which is not recognized by Vault.

Regression in #691 (7bb92f7).
Fix Cert.login() handling of use_token argument
> Show an error when a blueprint name contains a dot. The . has special
> meaning, it is used to separate (nested) blueprint names and the
> endpoint name. #4041

Ref: https://flask.palletsprojects.com/en/2.0.x/changes/
Transition to `black` Formatting + Updated PR Actions Workflow
Add `python_requires='>=2.7'` to setuptools Metadata
Update Deprecated Usage In Documentation & Tests
jeffwecan and others added 24 commits July 10, 2021 18:26
Deprecate AppID-related `Client()` Methods
Add deprecation notices for `Client()` approle methods
Add deprecation notices for `Client()` k8s methods
Userpass: Add `use_token` param on `login()`, Accept passthrough `**kwargs` on create user
Migrate Token Auth Methods to Dedicated Class
Support CA-related Environment Variables
Restore Flake8 to PR Workflow
@jeffwecan jeffwecan added release Label for PRs related to new releases / versions of hvac. skip-changelog will not be shown in the auto-generated changelog labels Jul 12, 2021
@jeffwecan jeffwecan added this to the v0.11.0 milestone Jul 12, 2021
@jeffwecan jeffwecan requested a review from a team as a code owner July 12, 2021 15:37
@codecov
Copy link

codecov bot commented Jul 12, 2021

Codecov Report

Merging #738 (e5a2e5b) into main (9505717) will decrease coverage by 5.66%.
The diff coverage is 76.97%.

@@            Coverage Diff             @@
##             main     #738      +/-   ##
==========================================
- Coverage   82.95%   77.28%   -5.67%     
==========================================
  Files          62       63       +1     
  Lines        3355     3540     +185     
==========================================
- Hits         2783     2736      -47     
- Misses        572      804     +232     
Impacted Files Coverage Δ
hvac/api/__init__.py 100.00% <ø> (ø)
hvac/api/secrets_engines/__init__.py 100.00% <ø> (ø)
hvac/api/system_backend/capabilities.py 21.42% <0.00%> (ø)
hvac/constants/azure.py 100.00% <ø> (ø)
hvac/constants/identity.py 100.00% <ø> (ø)
hvac/v1/__init__.py 57.92% <ø> (-28.58%) ⬇️
hvac/api/system_backend/raft.py 41.66% <12.50%> (ø)
hvac/api/secrets_engines/database.py 35.71% <17.64%> (ø)
hvac/api/auth_methods/userpass.py 40.74% <30.76%> (ø)
hvac/api/system_backend/init.py 56.25% <30.76%> (ø)
... and 58 more

@jeffwecan jeffwecan merged commit 0eca358 into main Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Label for PRs related to new releases / versions of hvac. skip-changelog will not be shown in the auto-generated changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants