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: kubecost/kubectl-cost Loading
base: v0.6.0
Choose a base ref
...
head repository: kubecost/kubectl-cost Loading
compare: v0.6.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 6, 2023

  1. Fix predict integration tests by removing old flag (#157)

    Updated to test newer behavior. Tested by running script against a local-
    built binary.
    michaelmdresser committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    703f25c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Remove content type header (#161)

    Backend no longer requires it, makes us flexible
    for yaml and json
    michaelmdresser committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f32996c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add parameter idle (default true) which toggles includeIdle and `…

    …idle` query params to Allocation API (#164)
    
    * Force includeIdle=true for Opencost
    
    Signed-off-by: Michael Dresser <[email protected]>
    
    * Include idle based on parameter
    
    Signed-off-by: Michael Dresser <[email protected]>
    
    * Rename idle param for ease
    
    Signed-off-by: Michael Dresser <[email protected]>
    
    ---------
    
    Signed-off-by: Michael Dresser <[email protected]>
    michaelmdresser committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a9d05d3 View commit details
    Browse the repository at this point in the history
Loading