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

Change network name config as it is deprecated #543

Merged
merged 4 commits into from
Oct 24, 2022

Conversation

Sam-Kramer
Copy link
Contributor

@Sam-Kramer Sam-Kramer commented Oct 21, 2022

Before this PR

network.external.name is deprecated and as a result a warning log is emitted when running docker-compose ps -q, which then breaks upstream (docker-compose-rule) as commands do not filter out stderr (palantir/docker-compose-rule#720)

After this PR

==COMMIT_MSG==
Use non-deprecated format for specifying an external network name
==COMMIT_MSG==

Possible downsides?

@changelog-app
Copy link

changelog-app bot commented Oct 21, 2022

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Use non-deprecated format for specifying an external network name

Check the box to generate changelog(s)

  • Generate changelog entry

@@ -2,5 +2,6 @@ version: '2'

services:
webserver:
hostname: web.server.here
hostname: web
Copy link
Contributor Author

@Sam-Kramer Sam-Kramer Oct 21, 2022

Choose a reason for hiding this comment

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

No longer can resolve the hostname when specifying the FQDN as the hostname; must specify hostname/domainname separately

@CRogers
Copy link
Contributor

CRogers commented Oct 24, 2022

👍

@bulldozer-bot bulldozer-bot bot merged commit 47bd265 into develop Oct 24, 2022
@bulldozer-bot bulldozer-bot bot deleted the skramer/fix-network-name branch October 24, 2022 10:51
@svc-autorelease
Copy link
Collaborator

Released 1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants