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

Add CHANGELOG for v1.4.4 #1585

Merged
merged 1 commit into from Feb 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,41 @@
# v1.4.4

## Features

* Add production OIDC provider for Eclipse (#1472)
* Change parseExtension function to be public (#1584)
* Allow exposed metrics port to be overridden (#1518)
* add configurable idle timeout

## Bug Fixes

* Fix docker-compose service order (#1537)
* Fix debug docker-compose setup (#1529)
* Fix docker-compose file (#1560)

## Documentation

* Create new-idp-requirements.md (#1447)
* docs: Add back descriptive content on cert issuing (#1494)
* Added GitLab OIDC documentation to the /docs/oidc.md file that was missing. (#1574)

## Misc

* update builder to use go1.21.6
* Move kubernetes CA processing in config.prepare (#1454)
* Lots of dependabot updates

## Contributors

* Bob Callaway
* Carlos Tadeu Panato Junior
* Colleen Murphy
* Cyril Cordoui
* Hayden B
* John Kjell
* Paul Welch
* Tanner Jones

# v1.4.3

## Bug Fixes
Expand Down