From f6ba3ea7b2aa10dfc79ca43c156ac2924ba1e039 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 1 Oct 2019 09:55:27 -0700 Subject: [PATCH] add nsswitch to docker images --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 702c05b08..15c0c4ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Added +- added nsswitch to docker images + ## [1.5.1] - 2019-09-30 ### Added - allow organization admins access to organization secret endpoints, by [@bradrydzewski](https://github.com/bradrydzewski). [#2838](https://github.com/drone/drone/issues/2838).