Skip to content

Commit

Permalink
Merge pull request #453 from deepmind/release-v0.26.1
Browse files Browse the repository at this point in the history
Start release-v0.26.1
  • Loading branch information
uberspot authored Jan 20, 2020
2 parents 48813af + 449737a commit 21d068a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.26.1:
- Enable prune, per compile target (#451)
- Install net-tools in CI Image
- Fix issue #434 Output as a string does not interpolate secrets (#438)
- Upgrade to Cloud SDK version 274.0.0 (#441)
- Fix issue #445: Explicitly create directories for all outputted CompiledFile objects. (#446)
- Add key info for RefBackendError for easier debugging (#439)
- Update python dependencies to latest versions (#447)

## 0.26.1-rc.2:
- Enable prune, per compile target (#451)

Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN chmod +x ./kapitan/inputs/helm/build.sh \
# Build final image
FROM python:3.7-buster

ARG CLOUD_SDK_VERSION=274.0.0
ARG CLOUD_SDK_VERSION=276.0.0

ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION
ENV KAPP_URL=https://github.com/k14s/kapp/releases/download/v0.14.0/kapp-linux-amd64
Expand All @@ -43,6 +43,7 @@ RUN apt-get update \
bash \
bsdmainutils \
build-essential \
net-tools \
curl \
docker.io \
git \
Expand Down

0 comments on commit 21d068a

Please sign in to comment.