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

prepare 5.5.0 release #50

Merged
merged 91 commits into from
Nov 28, 2018
Merged

prepare 5.5.0 release #50

merged 91 commits into from
Nov 28, 2018

Conversation

eli-darkly
Copy link
Contributor

[5.5.0] - 2018-11-27

Added

  • The relay now supports additional database integrations: Consul and DynamoDB. As with the existing Redis integration, these can be used to store feature flags that will be read from the same database by a LaunchDarkly SDK client (as described here), or simply as a persistence mechanism for the relay itself. See README.MD for configuration details.
  • It is now possible to specify a Redis URL in $REDIS_URL, rather than just $REDIS_HOST and $REDIS_PORT, when running the Relay in Docker. (Thanks, lukasmrtvy!)

Fixed

  • When deployed in a Docker container, the relay no longer runs as the root user; instead, it creates a user called ldr-user. Also, the configuration file is now in /ldr instead of in /etc. (Thanks, sdif!)

atrakh and others added 30 commits July 20, 2018 11:25
The results are unpredictable when we do.
Make packages we don't intend for public use internal
Also start using testify/require and wait an extra moment to flush exporters that have startedin a flaky test.
…igurable-global-datadog

Add global tag configuration for datadog exporter
Add smoke tests for debian, centos and docker builds.
Git tag may not be up-to-date until we tag the new release.
…s-nesting-in-metrics-tests

[ch20947] Flatten metrics tests
…and-public-metric-views

[ch21033] Separate private and public metrics
Fix event exporter views and rename private metric view names
logging.InitLogging needs to be callable externally
eli-darkly and others added 26 commits November 15, 2018 16:25
Also introduce a separate test for the standalone Dockerfile.
…d-relay-private into eb/ch26703/dynamo-consul
…#77)

Also introduce a separate test for the standalone Dockerfile.
Add more documentation about the build and test flow.
# Conflicts:
#	Dockerfile.goreleaser
fix unreleased read lock that can cause a hang
add Consul and DynamoDB support to ld-relay
@eli-darkly eli-darkly requested a review from mike-zorn November 27, 2018 21:49
Copy link

@mike-zorn mike-zorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme and go changes
✨✨✨✨
✨LGTM✨
✨✨✨✨

bash changes seem reasonable, but my review certainly isn't authoritative there.

@eli-darkly eli-darkly merged commit acbd7ed into v5 Nov 28, 2018
@eli-darkly eli-darkly deleted the 5.5.0 branch November 28, 2018 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants