Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jetstack/jetstack-secure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 109ea6e
Choose a base ref
...
head repository: jetstack/jetstack-secure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a6b5795
Choose a head ref
  • 7 commits
  • 22 files changed
  • 3 contributors

Commits on Oct 28, 2025

  1. [VC-46370] CyberArk: Skip deleted resources when converting data read…

    …ings to snapshot
    
    - Skip resources marked deleted when extracting from DataReadings
    - Append only non-deleted runtime.Objects to avoid nil entries
    - Document that extractor functions exclude deleted resources
    - Update tests and example input to assert deleted resources are ignored
    - Document the motivation for the caching mechanism and its faults
    
    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    ca9ae2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #741 from jetstack/cyberark-skip-deleted-resources

    [VC-46370] CyberArk: Skip deleted resources when converting data readings to snapshot
    wallrj-cyberark authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    558fde0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Update venafi-connection-lib to v0.5.1

    - Bump github.com/jetstack/venafi-connection-lib to v0.5.1
    - Bump k8s.io/utils to v0.0.0-20251002143259-bc988d571ff4
    
    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    00b1bb6 View commit details
    Browse the repository at this point in the history
  2. [VC-45018] Improve consistency of contextual information in cert-comp…

    …onents (#739)
    
    * update and generate crds
    
    * fix: rename to certificate manager
    
    * fix: generate venafi-connection-crd
    
    * Update deploy/charts/venafi-kubernetes-agent/Chart.yaml
    
    Co-authored-by: Atanas Chuchev <achuchev@users.noreply.github.com>
    
    * Update pkg/client/client_venafi_cloud.go
    
    Co-authored-by: Atanas Chuchev <achuchev@users.noreply.github.com>
    
    * Update deploy/charts/venafi-kubernetes-agent/values.yaml
    
    Co-authored-by: Atanas Chuchev <achuchev@users.noreply.github.com>
    
    * fix: generate crds
    
    * fix: run generage
    
    * Update deploy/charts/venafi-kubernetes-agent/values.yaml
    
    Co-authored-by: Atanas Chuchev <achuchev@users.noreply.github.com>
    
    * fix: run generate commands
    
    ---------
    
    Co-authored-by: Atanas Chuchev <achuchev@users.noreply.github.com>
    iossifbenbassat123 and achuchev authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    01ac27d View commit details
    Browse the repository at this point in the history
  3. make generate

    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    434f5a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Remove debugging transport and enable e2e log-level

    Because venafi-connection-lib 0.5.1 includes the debugging roundtripper as part
    of the default client.
    Added debug logging to the ark-test-e2e so that I can see the debug logging
    still working.
    
    - Remove debug roundtripper from agent HTTP client
    - Drop import of k8s.io/client-go/transport
    - Enable verbose logging in e2e helm chart (set --log-level=6)
    
    Signed-off-by: Richard Wall <richard.wall@cyberark.com>
    wallrj-cyberark committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    5ed7115 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #742 from jetstack/go-mod-upgrade

    [VC-46486] Update venafi-connection-lib to v0.5.1
    wallrj-cyberark authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    a6b5795 View commit details
    Browse the repository at this point in the history
Loading