Releases: duplocloud/duplo-jit
Releases · duplocloud/duplo-jit
v0.5.5
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
v0.5.4
v0.5.3
Changelog
- 5786ef2 Merge pull request #18 from duplocloud/release/0.5.3
- bfd85ee Merge pull request #17 from duplocloud/add-brew-publish
- 345d036 Default to v6 for 32-bit ARM
- f86a445 ARM v8 seems more prudent
- c6e2671 Remove extraneous yaml format documentation
- 33e4f52 remove extraneous line
- 312a56b Integrate publishing of duplo-jit to brew tap
- 8902448 Merge pull request #16 from duplocloud/add-license
- dceeeb8 Add license file
- 15a2ef0 add comment
- 66ecc63 version bump
v0.5.2
Changelog
- aab1e23 Merge pull request #15 from duplocloud/release/0.5.2
- cf919e4 improved duplo token cache logic: - always validate duplo token before usage - always require interactive mode if OTP is needed - always clear invalid (or non-interactive) tokens from cache
- 68440c9 centralize cache removal logic
- cdb8b66 version bump
v0.5.1
v0.4.1
Changelog
- ff4d907 Merge pull request #8 from duplocloud/release/0.4.1
- f328456 DUPLO-4081: support duplo-ops JIT access
- 34f619f fix for nil pointer
- 9f18068 Merge pull request #7 from duplocloud/DUPLO-3238-otp-support
- ed43fb6 fix ineffectual error assignment
- 0f03f37 fix NO-OP OTP assignment
- dc1d421 add allowed headers
- 5ae2506 pass isAdmin to the UI
- bd7fd70 support sending OTP to the API
- 7768f0f support gathering OTP from the UI
- be25148 minor text change
- ccec4ca version bump
v0.4.0
Changelog
- a62d194 Merge pull request #6 from duplocloud/release/0.4.0
- f4902e5 Merge pull request #5 from duplocloud/feature/interactive
- f4a8f17 remove v prefix from dev version
- e8615be version bump
- d332754 panic if browser wont open
- 7f17e94 fix app name
- e75e371 cleanup deps
- 74c9993 move cache logic into separate file
- e09dbfa randomize listening port
- 200a326 remove test program
- df46e8b fix caching
- 283b9b9 integrate interactive browser session
- ffcbde9 [poc] bump timeout to 30 seconds
- ebe5cd5 [poc] retrieve the duplo token from the browser