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

Start release-v0.24.0-rc.4 #344

Merged
merged 2 commits into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.24.0-rc.4:
- Upgrade some packages in requirements.txt
- Upgrade kapp and kbld to v0.11.0
- Fix dependency manager's behavior for files to unpack (#342)
- creating standalone binary for kapitan (#323)

## 0.24.0-rc.3:
- Add reveal_maybe custom jinja2 filter (#332)
- Add support to import Helm input type (#307)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN curl -o /tmp/terraform_${TERRAFORM_VERSION}.zip ${TERRAFORM_URL} && \

RUN gcloud components install kubectl

ENV KAPP_URL=https://github.com/k14s/kapp/releases/download/v0.10.0/kapp-linux-amd64
ENV KBLD_URL=https://github.com/k14s/kbld/releases/download/v0.7.0/kbld-linux-amd64
ENV KAPP_URL=https://github.com/k14s/kapp/releases/download/v0.11.0/kapp-linux-amd64
ENV KBLD_URL=https://github.com/k14s/kbld/releases/download/v0.11.0/kbld-linux-amd64
RUN curl -L -o /usr/local/bin/kapp ${KAPP_URL} && chmod +x /usr/local/bin/kapp
RUN curl -L -o /usr/local/bin/kbld ${KBLD_URL} && chmod +x /usr/local/bin/kbld

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
jsonnet==0.13.0
pyyaml>=5.1
Jinja2>=2.10
jsonschema==3.0.1
python-gnupg==0.4.4
jsonschema==3.0.2
python-gnupg==0.4.5
six>=1.12.0
cryptography>=2.6.1
google-api-python-client==1.7.8
google-api-python-client==1.7.11
boto3>=1.9.138
requests==2.21.0
requests==2.22.0
addict==2.2.1
yamllint>=1.15.0
cffi
Expand Down