Skip to content

chore(deps): update dependency openstacksdk to v4.9.0#184

Merged
renovate[bot] merged 7 commits intomainfrom
renovate/all-minor-patch
Jan 22, 2026
Merged

chore(deps): update dependency openstacksdk to v4.9.0#184
renovate[bot] merged 7 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 19, 2026

This PR contains the following updates:

Package Change Age Confidence
openstacksdk ==4.8.0==4.9.0 age confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) January 19, 2026 17:27
@cbartz
Copy link
Copy Markdown
Collaborator

cbartz commented Jan 20, 2026

@copilot please fix the linting issue

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 20, 2026

@cbartz I've opened a new pull request, #187, to work on those changes. Once the pull request is ready, I'll request review from you.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 21, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

…nosec

The integration test commands.py greps for specific strings (SHOULD_EXIST,
SHOULD_NOT_EXIST) to verify secret handling. Random tokens broke these checks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pin wheel>=0.45 to fix incompatibility with setuptools 80.x in
charmcraft's isolated build environments. Add build packages
(cython3, libyaml-dev, python3-dev) needed for PyYAML source
compilation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@renovate renovate Bot merged commit 1de27b6 into main Jan 22, 2026
36 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch January 22, 2026 14:01
swetha1654 pushed a commit that referenced this pull request Jan 27, 2026
* chore(deps): update dependency openstacksdk to v4.9.0

* lint

* fix bandit warnings

* lint app

* fix bandit in app

* fix(tests): revert integration test secrets to hardcoded values with nosec

The integration test commands.py greps for specific strings (SHOULD_EXIST,
SHOULD_NOT_EXIST) to verify secret handling. Random tokens broke these checks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix(build): resolve PyYAML/Cython source build failure

Pin wheel>=0.45 to fix incompatibility with setuptools 80.x in
charmcraft's isolated build environments. Add build packages
(cython3, libyaml-dev, python3-dev) needed for PyYAML source
compilation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
swetha1654 added a commit that referenced this pull request Feb 17, 2026
* Support proxy values

* static errors

* fix static and lint issues

* fix static and lint inside app

* abort on fail

* add changelog

* vale error

* delete chain and run integ tests

* chore(deps): update dependency openstacksdk to v4.9.0 (#184)

* chore(deps): update dependency openstacksdk to v4.9.0

* lint

* fix bandit warnings

* lint app

* fix bandit in app

* fix(tests): revert integration test secrets to hardcoded values with nosec

The integration test commands.py greps for specific strings (SHOULD_EXIST,
SHOULD_NOT_EXIST) to verify secret handling. Random tokens broke these checks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix(build): resolve PyYAML/Cython source build failure

Pin wheel>=0.45 to fix incompatibility with setuptools 80.x in
charmcraft's isolated build environments. Add build packages
(cython3, libyaml-dev, python3-dev) needed for PyYAML source
compilation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

* chore: update charm libraries (#177)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>

* Update src/builder.py

Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>

* remove pyproject update

* address code review

* remove tesT

* test

* update prerouting chain

* fix script

* fix script

* update builder initializer

* remove all code

* remove code

* remove code

* setup proxy env for all hooks

* fix lint issues

* remove lint

* add more logs

* remove randomly added code

* lint issues

* disable noproxy and check

* experiment with no proxy

* debug

* debug

* debug

* remove integration test

* chore(deps): update all non-major dependencies (#190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: otel-collector snap (#195)

* feat: otel-collector snap

* chore: application bump related changes

* fix: call installation func

* address review comments

* fix unit test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
swetha1654 added a commit that referenced this pull request Feb 19, 2026
* Support proxy values

* static errors

* fix static and lint issues

* fix static and lint inside app

* abort on fail

* add changelog

* vale error

* delete chain and run integ tests

* chore(deps): update dependency openstacksdk to v4.9.0 (#184)

* chore(deps): update dependency openstacksdk to v4.9.0

* lint

* fix bandit warnings

* lint app

* fix bandit in app

* fix(tests): revert integration test secrets to hardcoded values with nosec

The integration test commands.py greps for specific strings (SHOULD_EXIST,
SHOULD_NOT_EXIST) to verify secret handling. Random tokens broke these checks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix(build): resolve PyYAML/Cython source build failure

Pin wheel>=0.45 to fix incompatibility with setuptools 80.x in
charmcraft's isolated build environments. Add build packages
(cython3, libyaml-dev, python3-dev) needed for PyYAML source
compilation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

* chore: update charm libraries (#177)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>

* Update src/builder.py

Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>

* remove pyproject update

* address code review

* remove tesT

* test

* update prerouting chain

* fix script

* fix script

* update builder initializer

* remove all code

* remove code

* remove code

* setup proxy env for all hooks

* fix lint issues

* remove lint

* add more logs

* remove randomly added code

* lint issues

* disable noproxy and check

* experiment with no proxy

* debug

* debug

* debug

* empty commit

* test charm update

* fix lint

* update changelog

* update permissions

* add comment

* change name

* address copilot comments

* add comment

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants