Skip to content

Releases: sagansystems/build-harness

codefresh

14 Mar 20:04
2c296cc
Compare
Choose a tag to compare
Upgrade kubectl to 1.27 aws cli to latest [sc-180149] (#120)

0.1.23: Upgrade Alpine, kubectl, awscli (#118)

14 Mar 18:14
ca4b712
Compare
Choose a tag to compare
* Upgrade to current Alpine version

* Upgrade kubectl and awscli to latest

Add aws-cli to build-release

08 Jul 19:35
532ab44
Compare
Choose a tag to compare
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

07 Apr 23:24
f433f83
Compare
Choose a tag to compare
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

06 Apr 06:10
91624fb
Compare
Choose a tag to compare
0.1.20

deploy service accounts before deployments [ch88229] (#115)

Bump kubectl to 1.16

17 Jun 05:44
82676c9
Compare
Choose a tag to compare
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

05 Feb 19:48
c9f31f5
Compare
Choose a tag to compare
Merge pull request #111 from sagansystems/nateg/ch56456/git

Add .git directory back to image bc its used in dependent images

Upgrade Alpine

04 Feb 17:57
3a6d8f2
Compare
Choose a tag to compare
Merge pull request #110 from sagansystems/nateg/ch56264/hi

Upgrade to latest alpine, add dockerignore

Add support for poddisruptionbudgets

12 Nov 00:55
eb27d03
Compare
Choose a tag to compare
0.1.16

Add displaying of poddisruptionbudgets (#109)

Upgrade Alpine and Kubectl

28 Oct 16:57
da435b0
Compare
Choose a tag to compare
Merge pull request #107 from sagansystems/nateg/ch47907/alpine

Upgrade to latest Alpine version and upgrade Kubectl