Skip to content

v0.5.5

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 17:05
· 22 commits to develop since this release
2bfae75

Changelog

  • 2bfae75 Merge pull request #25 from duplocloud/release/0.5.5
  • c8d8e9d update slack channel to announce to
  • 6782379 Merge pull request #24 from duplocloud/DUPLO-13646-k8s-with-guid-tenant-id
  • f2e5f1e DUPLO-13646 return of tenantID when guid for plan provided
  • c0aa639 Merge pull request #23 from duplocloud/DUPLO-13529-better-duplo-token-ping-api
  • c6a1087 DUPLO-13529 use a tenant we know the user has access to
  • 8e68907 DUPLO-13529 remove unused AdminGetInfrastructure api
  • 5d3463f DUPLO-13529 call non-admin API GetTenantFeatures to validate
  • 8980fe4 DUPLO-13529 add AdminGetInfrastructure api
  • 9cc2b8d DUPLO-13529 use PingDuploCreds for cache validation
  • 63c559e DUPLO-13529 add PingDuploCreds func
  • dd6c058 DUPLO-13529 add launch config to repro bug
  • ce42e2a Merge pull request #22 from duplocloud/DUPLO-9973-cache-issues-2
  • cbfb51f DUPLO-9973 Ensure cached K8s credentials are still valid with ping (#21)
  • 5c391e3 DUPLO-9973 factor out tenant ID and name resolver logic
  • 4ced964 DUPLO-9973 add additional aws test scenarios to launch.json
  • 041e3a5 DUPLO-9973 call PingAWSCreds after reading AWS creds from cache
  • 81c3338 DUPLO-9973 add PingAWSCreds func to aws.go
  • c71a909 DUPLO-9973 use the tenant name in the cache key which is unique
  • 7c3c338 DUPLO-9973 combine tenant name and tenant id in k8s creds cache key
  • b72fde2 DUPLO-9973 added test cases to launch.json
  • 5aabeb1 DUPLO-9973 use tenant name from tenant ID for namespace
  • c2ce1ef DUPLO-9973 use appropriate namespace - cache.go change
  • bfc3023 DUPLO-9973 use appropriate namespace
  • 65e40af DUPLO-9973 replace deprecated usage of ioutil with io
  • 61f09af DUPLO-9973 update github action versions in workflows
  • 31dcc47 DUPLO-9973 update go from 1.17 to 1.21
  • 6ef5d40 DUPLO-9973 validate creds with k8s ping
  • 06885de version bump