kubevirt / vm-console-proxy

Proxy for VM console connection.
Apache License 2.0
6 stars 9 forks source link

chore(deps): Bump the production-dependencies group with 3 updates #113

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the production-dependencies group with 3 updates: github.com/onsi/ginkgo/v2, github.com/onsi/gomega and kubevirt.io/containerized-data-importer-api.

Updates github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.17.0

2.17.0

Features

  • add --github-output for nicer output in github actions [e8a2056]

Maintenance

  • fix typo in core_dsl.go [977bc6f]
  • Fix typo in docs [e297e7b]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.17.0

Features

  • add --github-output for nicer output in github actions [e8a2056]

Maintenance

  • fix typo in core_dsl.go [977bc6f]
  • Fix typo in docs [e297e7b]
Commits


Updates github.com/onsi/gomega from 1.31.1 to 1.32.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.32.0

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.32.0

Maintenance

  • Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]

    This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks @​jbduncan !). Please open an issue if you run into one.

  • chore: test with Go 1.22 (#733) [32ef35e]

  • Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]

  • Bump github-pages and jekyll-feed in /docs (#732) [b71e477]

  • docs: fix typo and broken anchor link to gstruct [f460154]

  • docs: fix HaveEach matcher signature [a2862e4]

Commits
  • 4379951 v1.32.0
  • a350b95 Maintain source backwards compatibility
  • a6c8875 Fix failing test
  • 436a197 Migrate github.com/golang/protobuf to google.golang.org/protobuf
  • 32ef35e chore: test with Go 1.22 (#733)
  • a0d0387 Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717)
  • b71e477 Bump github-pages and jekyll-feed in /docs (#732)
  • f460154 docs: fix typo and broken anchor link to gstruct
  • a2862e4 docs: fix HaveEach matcher signature
  • See full diff in compare view


Updates kubevirt.io/containerized-data-importer-api from 1.58.1 to 1.58.2

Release notes

Sourced from kubevirt.io/containerized-data-importer-api's releases.

v1.58.2

This release follows v1.58.1 and consists of 9 changes, contributed by 4 people, leading to 48 files changed, 1169 insertions(+), 155 deletions(-).

The source code and selected binaries are available for download at: https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.58.2.

Pre-built CDI containers are published on Quay.io and can be viewed at: https://quay.io/repository/kubevirt/cdi-controller/ https://quay.io/repository/kubevirt/cdi-importer/ https://quay.io/repository/kubevirt/cdi-cloner/ https://quay.io/repository/kubevirt/cdi-uploadproxy/ https://quay.io/repository/kubevirt/cdi-apiserver/ https://quay.io/repository/kubevirt/cdi-uploadserver/ https://quay.io/repository/kubevirt/cdi-operator/

Notable changes

Cleanup: Adapt test suite for Filesystem only advanced storage BugFix: StorageProfile ClaimPropertySets validation BugFix: Fix DataImportCron import DataVolume creation when last import is not found BugFix: Watch DataImportCron-orphan cronjobs and cleanup them Enhancement: cdi.kubevirt.io/garbageCollected added to PVCs when DataVolumes are garbage collected Enhancement: DataVolume supports PVC adoption via DataVolumeClaimAdoption feature gate and cdi.kubevirt.io/allowClaimAdoption annotation on PVC BugFix: Change CDI webhook failure policy to Ignore BugFix: Allow Deployed CDI to get out of Error Phase

Contributors

4 people contributed to this release:

     3   Arnon Gilboa <agilboa@redhat.com>
     3  kubevirt-bot <kubevirtbot@redhat.com>
     2  Michael Henriksen <mhenriks@redhat.com>
     1  Alex Kalenyuk <akalenyu@redhat.com>

Additional Resources

Changelog

Sourced from kubevirt.io/containerized-data-importer-api's changelog.

v1.58.1 BugFix: Fix populators not repopulating pvc after it was deleted (#3071) BugFix: Fix DataImportCron PVC GC race and test flakiness (#3063) BugFix: Add Trident RWO Filesystem capability (#3051) BugFix: Extract regular files as well during clone from filesystem (#3046) Enhancement: Add new Prometheus alerts and label existing alerts (#3040) BugFix: Grant ns admin missing create RBAC for various CDI resources (#3031) BugFix: Update CDIMultipleDefaultVirtStorageClasses alert health impact labels to "none" (#3025) Enhancement: add .snyk file (#3016) BugFix: Add version field to the OpenAPI definition (#3014) BugFix: Fix Trident provisioner key for using csi-clone (#3008) Cleanup: Work around common snapshot controller issue in tests (#2996)

v1.58.2 Cleanup: Adapt test suite for Filesystem only advanced storage BugFix: StorageProfile ClaimPropertySets validation BugFix: Fix DataImportCron import DataVolume creation when last import is not found BugFix: Watch DataImportCron-orphan cronjobs and cleanup them Enhancement: cdi.kubevirt.io/garbageCollected added to PVCs when DataVolumes are garbage collected Enhancement: DataVolume supports PVC adoption via DataVolumeClaimAdoption feature gate and cdi.kubevirt.io/allowClaimAdoption annotation on PVC BugFix: Change CDI webhook failure policy to Ignore BugFix: Allow Deployed CDI to get out of Error Phase

Commits
  • fac83da v1.58.2 release notes
  • 0cae433 [release-v1.58] Adapt test suite for Filesystem only advanced storage (#3102)
  • d5ad9b7 [release-v1.58] Fix StorageProfile ClaimPropertySets validation (#3099)
  • 4f7dbea [release-v1.58] Fix DIC DV creation when last import is not found (#3079)
  • 6c61efd [release-v1.58] Watch DIC-orphan cronjobs and cleanup them (#3120)
  • 8caaf57 add annotation cdi.kubevirt.io/garbageCollected to PVCs when DVs are garbage ...
  • 6d766c9 [release-v1.58] Feature Gate and annotation for PVCs to be "adopted" by DataV...
  • ec5fcfd Change CDI webhook failure policy to Ignore (#3091)
  • 55e905c GetActiveCDI() should return success if single resource in error state (#3092)
  • See full diff in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
akrejcir commented 5 months ago

/lgtm /approve

kubevirt-bot commented 5 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: akrejcir

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubevirt/vm-console-proxy/blob/main/OWNERS)~~ [akrejcir] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment