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

Bump manifester from 0.0.14 to 0.2.3 #15264

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps manifester from 0.0.14 to 0.2.3.

Release notes

Sourced from manifester's releases.

v0.2.3 - Enable Support for Vault Secrets in Manifester

What's Changed

Full Changelog: SatelliteQE/manifester@v0.2.2...v0.2.3

Fix python-publish workflow again

What's Changed

Full Changelog: SatelliteQE/manifester@v0.2.1...v0.2.2

v0.2.1 Fix python-publish workflow

What's Changed

Full Changelog: SatelliteQE/manifester@v0.2.0...v0.2.1

v0.2.0 Add inventory management and CLI improvements

What's Changed

New Contributors

Full Changelog: SatelliteQE/manifester@v0.0.15...v0.2.0

Add unit tests and CI improvements

What's Changed

  • Integrate MockStub class to facilitate unit testing
  • Write unit tests and add to CI
  • Convert project to pyproject.toml
  • Lint/format entire codebase

... (truncated)

Commits
  • 2f9263e Merge pull request #38 from synkd/integrate_vault_with_manifester
  • 45588d7 Address reviewer comments
  • 832b5bc Enable support for Vault secrets in Manifester
  • 54c0c70 Merge pull request #37 from synkd/run_build_in_setup_step
  • 874e46e Use build command instead of setup.py
  • de45afc Merge pull request #36 from synkd/fix_python-publish_workflow
  • ed8059c Fix syntax error in python-publish workflow
  • fd42717 Update README.md
  • b8d7edf Merge pull request #35 from synkd/create_inventory_file_if_not_present
  • 6081c0f Merge pull request #33 from ATIX-AG/make-uuid-available
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 3, 2024 03:50
@dependabot dependabot bot added 6.12.z Introduced in or relating directly to Satellite 6.12 6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 6.15.z Introduced in or relating directly to Satellite 6.15 CherryPick PR needs CherryPick to previous branches dependencies Pull requests that update a dependency file labels Jun 3, 2024
Copy link

github-actions bot commented Jun 3, 2024

trigger: test-robottelo\r
pytest: tests/foreman/api/test_subscription.py -k 'test_positive_create_after_refresh'

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 7241
Build Status: UNSTABLE
PRT Comment: pytest tests/foreman/api/test_subscription.py -k test_positive_create_after_refresh --external-logging
Test Result : =========== 16 deselected, 25 warnings, 1 error in 764.78s (0:12:44) ===========

@Satellite-QE Satellite-QE added the PRT-Failed Indicates that latest PRT run is failed for the PR label Jun 3, 2024
@synkd
Copy link
Contributor

synkd commented Jun 3, 2024

This is failing with a requests.exceptions.HTTPError: 410 Client Error: Gone for the Satellite API endpoint to disable SCA, presumably because that endpoint was removed with the switch to SCA-only in Satellite 6.15 and because the test in the PRT job is still using an entitlement manifest org fixture. I will rerun PRT with a test using an SCA manifest.

@synkd
Copy link
Contributor

synkd commented Jun 3, 2024

trigger: test-robottelo
pytest: tests/foreman/cli/test_contentview.py::TestContentView::test_positive_promote_rh_content

@synkd
Copy link
Contributor

synkd commented Jun 3, 2024

trigger: test-robottelo
pytest: tests/foreman/cli/test_contentview.py -k 'test_positive_promote_rh_content'

1 similar comment
@omkarkhatavkar
Copy link

trigger: test-robottelo
pytest: tests/foreman/cli/test_contentview.py -k 'test_positive_promote_rh_content'

@Satellite-QE
Copy link
Collaborator

PRT Result

Build Number: 7266
Build Status: SUCCESS
PRT Comment: pytest tests/foreman/cli/test_contentview.py -k test_positive_promote_rh_content --external-logging
Test Result : ========= 1 passed, 115 deselected, 124 warnings in 827.02s (0:13:47) ==========

@Satellite-QE Satellite-QE added PRT-Passed Indicates that latest PRT run is passed for the PR and removed PRT-Failed Indicates that latest PRT run is failed for the PR labels Jun 4, 2024
@JacobCallahan JacobCallahan merged commit 00839fa into master Jun 4, 2024
16 of 17 checks passed
@JacobCallahan JacobCallahan deleted the dependabot/pip/manifester-0.2.3 branch June 4, 2024 12:52
github-actions bot pushed a commit that referenced this pull request Jun 4, 2024
Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)
github-actions bot pushed a commit that referenced this pull request Jun 4, 2024
Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)
github-actions bot pushed a commit that referenced this pull request Jun 4, 2024
Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)
github-actions bot pushed a commit that referenced this pull request Jun 4, 2024
Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)
Gauravtalreja1 pushed a commit to Gauravtalreja1/robottelo that referenced this pull request Jun 4, 2024
Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)
Gauravtalreja1 pushed a commit that referenced this pull request Jun 4, 2024
Bump manifester from 0.0.14 to 0.2.3 (#15264)

Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gauravtalreja1 pushed a commit that referenced this pull request Jun 4, 2024
Bump manifester from 0.0.14 to 0.2.3 (#15264)

Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gauravtalreja1 pushed a commit that referenced this pull request Jun 4, 2024
Bump manifester from 0.0.14 to 0.2.3 (#15264)

Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 00839fa)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jyejare pushed a commit to jyejare/robottelo that referenced this pull request Oct 19, 2024
Bumps [manifester](https://github.com/SatelliteQE/manifester) from 0.0.14 to 0.2.3.
- [Release notes](https://github.com/SatelliteQE/manifester/releases)
- [Commits](SatelliteQE/manifester@v0.0.14...v0.2.3)

---
updated-dependencies:
- dependency-name: manifester
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.12.z Introduced in or relating directly to Satellite 6.12 6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 6.15.z Introduced in or relating directly to Satellite 6.15 CherryPick PR needs CherryPick to previous branches dependencies Pull requests that update a dependency file PRT-Passed Indicates that latest PRT run is passed for the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants