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

fix(deps): update module github.com/kubescape/storage to v0.0.83 - autoclosed #3

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/kubescape/storage v0.0.74 -> v0.0.83 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kubescape/storage (github.com/kubescape/storage)

v0.0.83

Compare Source

What's Changed

Full Changelog: kubescape/storage@v0.0.81...v0.0.83

v0.0.81

Compare Source

What's Changed

Full Changelog: kubescape/storage@v0.0.79...v0.0.81

v0.0.79

Compare Source

User description

Sorry, we do not accept changes directly against this repository. Please see
CONTRIBUTING.md for information on where and how to contribute instead.


Type

enhancement


Description

  • Added a new JSON artifact for the "adduser" package version 3.134 to the test data.
  • This artifact includes detailed information such as package metadata, file lists with digests, license details, and more.
  • Enhances the test data repository with a real-world example of package metadata for testing and development purposes.

Changes walkthrough

Relevant files
Enhancement
artifact.json
Add Comprehensive JSON Artifact for "adduser" Package       

pkg/apis/softwarecomposition/testdata/artifact.json

  • Added a comprehensive JSON artifact for "adduser" package version
    3.134.
  • Includes detailed metadata such as package name, version, type, found
    by, locations, licenses, language, CPEs, purl, and metadataType.
  • Contains extensive file list with paths, digests, and configuration
    file flags.
  • Provides license information, including SPDX expressions and license
    types.
  • +617/-0 

    PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    v0.0.76

    Compare Source

    Type

    enhancement


    Description

    • Added support for ephemeral containers in ApplicationProfileSpec, including JSON tags, deep copy, conversion, and OpenAPI schema definitions.
    • Updated discovery logic to include ephemeral containers in workload identification and image ID collection.
    • Extended ApplicationProfileProcessor to process ephemeral containers, ensuring they are included in pre-save operations.
    • Added unit tests to validate the processing of ephemeral containers.

    Changes walkthrough

    Relevant files
    Enhancement
    8 files
    types.go
    Support for Ephemeral Containers in ApplicationProfileSpec

    pkg/apis/softwarecomposition/types.go

  • Added EphemeralContainers field to ApplicationProfileSpec struct.
  • +3/-2     
    types.go
    Add EphemeralContainers Field to ApplicationProfileSpec with JSON Tags

    pkg/apis/softwarecomposition/v1beta1/types.go

  • Added EphemeralContainers field with JSON tags and patch strategies to
    ApplicationProfileSpec struct.
  • +3/-0     
    zz_generated.conversion.go
    Autogenerated Conversion for EphemeralContainers                 

    pkg/apis/softwarecomposition/v1beta1/zz_generated.conversion.go

  • Added conversion logic for EphemeralContainers between internal and
    v1beta1 versions.
  • +2/-0     
    zz_generated.deepcopy.go
    Autogenerated DeepCopy for EphemeralContainers                     

    pkg/apis/softwarecomposition/v1beta1/zz_generated.deepcopy.go

    • Implemented deep copy logic for EphemeralContainers.
    +7/-0     
    zz_generated.deepcopy.go
    Support DeepCopy for EphemeralContainers                                 

    pkg/apis/softwarecomposition/zz_generated.deepcopy.go

  • Added deep copy logic for EphemeralContainers in
    ApplicationProfileSpec.
  • +7/-0     
    discovery.go
    Discover Ephemeral Containers in Workloads                             

    pkg/cleanup/discovery.go

  • Added logic to fetch workload identifiers from running ephemeral
    containers.
  • Included ephemeral container image IDs in the discovery process.
  • +29/-0   
    zz_generated.openapi.go
    OpenAPI Schema for EphemeralContainers                                     

    pkg/generated/openapi/zz_generated.openapi.go

    • Added OpenAPI schema properties for EphemeralContainers.
    +19/-0   
    processor.go
    Process EphemeralContainers in ApplicationProfile PreSave

    pkg/registry/file/processor.go

    • Extended PreSave logic to process EphemeralContainers.
    +4/-2     
    Tests
    1 files
    processor_test.go
    Test Processing of EphemeralContainers                                     

    pkg/registry/file/processor_test.go

    • Added test cases for processing EphemeralContainers.
    +22/-3   

    PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    v0.0.75

    Compare Source

    User description


    Type

    enhancement, bug_fix


    Description

    • Introduced validation and rejection logic for status updates in both ApplicationProfile and NetworkNeighbors to prevent invalid status transitions.
    • Added utility functions in pkg/utils/validations.go for validating completion and status annotations with predefined valid values.

    Changes walkthrough

    Relevant files
    Enhancement
    strategy.go
    Enhance ApplicationProfile Status Update Validation           

    pkg/registry/softwarecomposition/applicationprofile/strategy.go

  • Added validation and rejection logic for status updates in
    ApplicationProfile.
  • Prevents status transition from 'complete' to 'partial'.
  • Validates completion and status annotations during creation and
    update.
  • +37/-2   
    strategy.go
    Implement NetworkNeighbors Status Update Validation           

    pkg/registry/softwarecomposition/networkneighbors/strategy.go

  • Implemented validation and rejection logic for status updates in
    NetworkNeighbors.
  • Blocks status transition from 'complete' to 'partial'.
  • Validates completion and status annotations during creation and
    update.
  • +38/-3   
    validations.go
    Add Utility Functions for Annotations Validation                 

    pkg/utils/validations.go

  • Introduced utility functions for validating completion and status
    annotations.
  • Supports a set of predefined valid values for each annotation.
  • +32/-0   

    PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions


    Configuration

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

    🚦 Automerge: Enabled.

    Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

    renovate-approve[bot]
    renovate-approve bot previously approved these changes Apr 8, 2024
    @renovate renovate bot force-pushed the renovate/github.com-kubescape-storage-0.x branch 2 times, most recently from 2c155f5 to 8fcdc39 Compare April 9, 2024 16:36
    @renovate renovate bot force-pushed the renovate/github.com-kubescape-storage-0.x branch from 8fcdc39 to 8163159 Compare April 13, 2024 23:50
    @renovate renovate bot changed the title fix(deps): update module github.com/kubescape/storage to v0.0.76 fix(deps): update module github.com/kubescape/storage to v0.0.79 Apr 13, 2024
    renovate-approve[bot]
    renovate-approve bot previously approved these changes Apr 13, 2024
    @renovate renovate bot force-pushed the renovate/github.com-kubescape-storage-0.x branch from 8163159 to f1af640 Compare April 18, 2024 05:32
    @renovate renovate bot changed the title fix(deps): update module github.com/kubescape/storage to v0.0.79 fix(deps): update module github.com/kubescape/storage to v0.0.81 Apr 18, 2024
    renovate-approve[bot]
    renovate-approve bot previously approved these changes Apr 18, 2024
    @renovate renovate bot force-pushed the renovate/github.com-kubescape-storage-0.x branch from f1af640 to 41ce8b9 Compare April 30, 2024 14:58
    @renovate renovate bot changed the title fix(deps): update module github.com/kubescape/storage to v0.0.81 fix(deps): update module github.com/kubescape/storage to v0.0.83 Apr 30, 2024
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    @renovate renovate bot force-pushed the renovate/github.com-kubescape-storage-0.x branch from 41ce8b9 to 8f59b1a Compare April 30, 2024 15:12
    @renovate renovate bot changed the title fix(deps): update module github.com/kubescape/storage to v0.0.83 fix(deps): update module github.com/kubescape/storage to v0.0.83 - autoclosed Apr 30, 2024
    @renovate renovate bot closed this Apr 30, 2024
    @renovate renovate bot deleted the renovate/github.com-kubescape-storage-0.x branch April 30, 2024 23:10
    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.

    0 participants