Releases: sagansystems/build-harness
Releases · sagansystems/build-harness
codefresh
0.1.23: Upgrade Alpine, kubectl, awscli (#118)
* Upgrade to current Alpine version * Upgrade kubectl and awscli to latest
Add aws-cli to build-release
Add aws cli to build-harness (#117) * Added aws cli to build-harness * Switched default region to us-west-2 and updated aws cli to 1.19.107
Add support for running snowflake migrations
Add coreutils to build-harness (#116) **Why** For running snowflake migrations on supernova deploys need suppport for relative dates in date - this is provided by coreutils: ``` bash-5.0# date -d "last monday -7 days" +%Y-%m-%d 2021-03-29 ``` Also put all the packages into one apk command instead of separate ones. And deleted obsolete line to cleanup apk cache, since we are running apk with --no-cache. **Testing** Tested locally
Add support for deploying service accounts
0.1.20 deploy service accounts before deployments [ch88229] (#115)
Bump kubectl to 1.16
Bump kubectl and alpine versions (#112) **Why** Our kubernetes clusters are on 1.15 already and on 1.16 soon. kubectl 1.16 should be backwards compatible with 1.15 server. Also bumping Alpine while I'm there. **Testing** will tag as build-harness:codefresh and run some jobs (like AD build etc)
Bug fix for last release
Merge pull request #111 from sagansystems/nateg/ch56456/git Add .git directory back to image bc its used in dependent images
Upgrade Alpine
Merge pull request #110 from sagansystems/nateg/ch56264/hi Upgrade to latest alpine, add dockerignore
Add support for poddisruptionbudgets
0.1.16 Add displaying of poddisruptionbudgets (#109)
Upgrade Alpine and Kubectl
Merge pull request #107 from sagansystems/nateg/ch47907/alpine Upgrade to latest Alpine version and upgrade Kubectl