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

Release v0.5.5 #25

Merged
merged 29 commits into from
Jan 3, 2024
Merged

Release v0.5.5 #25

merged 29 commits into from
Jan 3, 2024

Commits on Apr 5, 2023

  1. version bump

    duplo-bot committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    06885de View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    6ef5d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31dcc47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61f09af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65e40af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfc3023 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2ce1ef View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    5aabeb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72fde2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c3c338 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c71a909 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81c3338 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    041e3a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ced964 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c391e3 View commit details
    Browse the repository at this point in the history
  9. DUPLO-9973 Ensure cached K8s credentials are still valid with ping (#21)

    ## Change description
    
    Adding ping of Kubernetes cluster to ensure the cached credentials are still valid for a `duplo-jit k8s` call separate from reading the expiration date.
    
    ## Type of change
    - [x] Bug fix (fixes an issue)
    - [ ] New feature (adds functionality)
    
    ## Related issues
    
    > Fix [DUPLO-9973](https://app.clickup.com/t/8655600/DUPLO-9973) - Some users report cache issues.
    
    ## Additional Notes
    
    Now using the appropriate namespace. Fixed build issues with upgrades to Go versions and GitHub action versions in the workflow configs. 1.17 -> 1.21
    
    Added the logic to get the tenant name from the tenant ID. If necessary, I could add an optimization to cache the tenant flag as the tenant name before it is converted to a tenant ID. It would save a call to the Duplo API, but there's no benefit of course if the ID was provided in the flag in the first place. I am biasing toward simplicity for the time being on that one.
    
    Of note, I also moved the creation of the cache key for k8s creds on tenants to be performed after the name has been determined to so that the cache key for a tenant on k8s will consistently be based on the host and tenant name.
    duplodavid authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    cbfb51f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ccebfdd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Merge pull request #22 from duplocloud/DUPLO-9973-cache-issues-2

    DUPLO-9973 Ensure cached AWS credentials are still valid with ping
    joek-duplo authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ce42e2a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    dd6c058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c559e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc2b8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8980fe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    5d3463f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e68907 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    c6a1087 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from duplocloud/DUPLO-13529-better-duplo-token…

    …-ping-api
    
    DUPLO-13529 Detect token invalidation from user logout
    joek-duplo authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c0aa639 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    f2e5f1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from duplocloud/DUPLO-13646-k8s-with-guid-tena…

    …nt-id
    
    DUPLO-13646 Fix for obtaining K8s credential with plan ID
    joek-duplo authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    6782379 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    c8d8e9d View commit details
    Browse the repository at this point in the history