-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix: add the pylint module to install in the test.pylint.yml task #18
Closed
Labels
bug
Something isn't working
Comments
This was
linked to
pull requests
May 15, 2023
obervinov
changed the title
Add the pylint module to install in the test.pylint.yml task
Fix: add the pylint module to install in the test.pylint.yml task
May 15, 2023
github-project-automation
bot
moved this from In Progress
to Done
in @obervinov's Tools and templates
May 15, 2023
obervinov
pushed a commit
that referenced
this issue
May 19, 2023
## v1.0.4 - 2023-05-19 ### What's Changed **Full Changelog**: v1.0.3...v1.0.4 by @obervinov in #10 #### 🚀 Features * #20 * #19 #### 🐛 Bug Fixes * #16 * #18 #### 💥 Breaking Changes * changed strategy.matrix `python-version: ["3.9", "3.10"]` -> `python-version: ["3.10"]` in all workflows
obervinov
pushed a commit
to obervinov/vault-package
that referenced
this issue
May 22, 2023
## v2.0.0 - 2023-05-22 ### What's Changed **Full Changelog**: v1.1.1...v2.0.0 by @obervinov in #10 #### 🐛 Bug Fixes * obervinov/_templates#16 * obervinov/_templates#18 * renamed the directory with modules: `src` -> `vault` * removed condition `- '!main'` for [.github/workflows/tests.yml](https://github.com/obervinov/vault-package/blob/v2.0.0/.github/workflows/tests.yml#L3-L8) (this is done for the correct display of the badge in [README.md](https://github.com/obervinov/vault-package/blob/v2.0.0/README.md?plain=1#L4) on the `main` brunch) #### 💥 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](https://github.com/obervinov/vault-package/blob/v2.0.0/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 * #13 * #17 * #18 * updated and expanded [README.md](https://github.com/obervinov/vault-package/tree/v2.0.0#-supported-environment-variables) * updated `description` in `pyproject.toml`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For fix https://github.com/obervinov/vault-package/actions/runs/4980319307/jobs/8913075621
The text was updated successfully, but these errors were encountered: