summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-12-06 09:39:25 +0000
committerNick Thomas <nick@gitlab.com>2017-12-13 15:53:32 +0000
commitab4fa64308176cc069e6a731d35a53c886af805e (patch)
tree09d0c5d8a1a50abe3aa1aef418407b3379d3d2ec /changelogs/unreleased
parent8ff63039f1ee5f6e31a8b910e323977e7de3c634 (diff)
downloadgitlab-ce-ab4fa64308176cc069e6a731d35a53c886af805e.tar.gz
Add a gitlab:tcp_check rake task
This allows us to avoid relying on telnet / netcat being installed
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/add-tcp-check-rake-task.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/add-tcp-check-rake-task.yml b/changelogs/unreleased/add-tcp-check-rake-task.yml
new file mode 100644
index 00000000000..a7c04bd0d55
--- /dev/null
+++ b/changelogs/unreleased/add-tcp-check-rake-task.yml
@@ -0,0 +1,5 @@
+---
+title: Add a gitlab:tcp_check rake task
+merge_request: 15759
+author:
+type: added