Skip to content

misc: updated kmip version to v0.3.14#46

Merged
sheensantoscapadngan merged 1 commit intomainfrom
misc/update-kmip-version-to-v0.3.14
Oct 28, 2025
Merged

misc: updated kmip version to v0.3.14#46
sheensantoscapadngan merged 1 commit intomainfrom
misc/update-kmip-version-to-v0.3.14

Conversation

@sheensantoscapadngan
Copy link
Member

@sheensantoscapadngan sheensantoscapadngan commented Oct 28, 2025

Description 📣

This PR updates KMIP version

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

Tests 🛠️

# Here's some code block to paste some code snippets

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greptile Overview

Greptile Summary

Minor patch update of the infisical-kmip dependency from v0.3.13 to v0.3.14. This is a straightforward dependency version bump with no code changes to the CLI.

Key points:

  • Single dependency update in go.mod (line 19)
  • Corresponding checksum updates in go.sum
  • No breaking changes to the KMIP server interface
  • The KMIP functionality in packages/cmd/kmip.go remains unchanged

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it's a straightforward patch version dependency update
  • Score reflects the simplicity and safety of a minor patch dependency update with no code changes, no breaking changes, and standard go.sum checksum updates
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
go.mod 5/5 Minor version bump of infisical-kmip from v0.3.13 to v0.3.14 - clean dependency update with no other changes
go.sum 5/5 Updated checksums for infisical-kmip v0.3.14 - standard go.sum update corresponding to go.mod change

Sequence Diagram

sequenceDiagram
    participant User
    participant CLI as Infisical CLI
    participant KMIP as infisical-kmip v0.3.14
    participant API as Infisical API
    
    User->>CLI: infisical kmip start
    CLI->>CLI: Parse flags (listen-address, identity-auth-method, etc)
    CLI->>CLI: Validate auth method (universal-auth)
    CLI->>KMIP: StartServer(ServerConfig)
    Note over KMIP: v0.3.13 → v0.3.14
    KMIP->>API: Authenticate with client ID/secret
    API-->>KMIP: Auth token
    KMIP->>KMIP: Generate server certificate
    KMIP->>KMIP: Start listening on localhost:5696
    KMIP-->>User: KMIP server ready
Loading

2 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@sheensantoscapadngan sheensantoscapadngan merged commit 08fccdd into main Oct 28, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants