Skip to content

Latest commit

 

History

History
258 lines (117 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

258 lines (117 loc) · 12.1 KB

2.1.23 (2024-06-10)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/config (5fb2a48)

2.1.22 (2024-04-18)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/config (bdcffe1)

2.1.21 (2024-04-18)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/feature/rds/auth (1d1fe4c)

2.1.20 (2024-04-17)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2 from 1.26.0 to 1.26.1 (e939fc3)

2.1.19 (2024-03-25)

Dependencies and Other Build Updates

  • deps: bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 (f05a0fd)

2.1.18 (2024-03-25)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/config (cdafd00)

2.1.17 (2024-03-21)

Bug Fixes

  • remove hard-coded architecture (c94bdf0)
  • use an explicit version of go in the pipelines (b2d470b)

2.1.16 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump actions/setup-node from 3 to 4 (52d7477)

2.1.15 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump docker/build-push-action from 4 to 5 (6cb3194)

2.1.14 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump dawidd6/action-download-artifact from 2 to 3 (4953549)

2.1.13 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump actions/setup-go from 4 to 5 (adc1b24)

2.1.12 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump docker/setup-qemu-action from 2 to 3 (81aafb8)

2.1.11 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump actions/upload-artifact from 3 to 4 (43a5e1e)

2.1.10 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/feature/rds/auth (be84a9a)

2.1.9 (2024-03-21)

Dependencies and Other Build Updates

  • deps: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (ae02a38)

2.1.8 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump actions/checkout from 3 to 4 (bb9e73f)

2.1.7 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump mikepenz/action-junit-report from 3 to 4 (9b6e6bb)

2.1.6 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump docker/metadata-action from 4 to 5 (ab1e896)

2.1.5 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump docker/setup-buildx-action from 2 to 3 (7043800)

2.1.4 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump docker/login-action from 2 to 3 (f18d03e)

2.1.3 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/config (355ae10)

2.1.2 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/feature/rds/auth (79e9d60)

2.1.1 (2024-03-20)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2 from 1.18.1 to 1.21.1 (2a3e866)

2.1.0 (2023-07-25)

Features

  • add the ability to skip token generation (d742e18)

2.0.4 (2023-07-05)

Bug Fixes

  • use PR number as tag for Dependabot-trigger branch builds (c298f6c)

2.0.3 (2023-07-04)

Dependencies and Other Build Updates

  • deps: bump github.com/aws/aws-sdk-go-v2/config (97e8510)
  • deps: bump github.com/aws/aws-sdk-go-v2/feature/rds/auth (9a8e8f3)

2.0.2 (2023-07-04)

Dependencies and Other Build Updates

  • deps: bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (9f69a29)

2.0.1 (2023-05-31)

Bug Fixes

  • update module path to match major release (ce9c8d2)

2.0.0 (2023-05-26)

⚠ BREAKING CHANGES

  • Instead of a string of key/value pairs we now return a connection string.

Features

  • pgclient: add support for verify-ca (93a44b4)

Bug Fixes

  • connect to the postgres database by default (4c7657d)
  • prevent args being passed as single string (1ef35d8)
  • remove committed binary (d5f5654)
  • return a connection string instead of the key/value pairs (6ccf0c8)

Dependencies and Other Build Updates

1.1.2 (2023-05-02)

Bug Fixes

  • pgclient: add missing gexec (b1d9bb9)

1.1.1 (2023-04-24)

Bug Fixes

1.1.0 (2023-04-22)

Features

1.0.0 (2023-04-22)

Bug Fixes

  • database is not required for authenticator (50a5caa)

Features