Skip to content

Commit

Permalink
Release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Jun 23, 2021
1 parent 1b8a8f1 commit e72e519
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p style="font-size: 2em;margin: .67em 0">studio-go-runner</p>

Version: <repo-version>0.14.1-main-aaaagriedbz</repo-version>
Version: <repo-version>0.14.1</repo-version>


[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/leaf-ai/studio-go-runner/blob/master/LICENSE) [![Go Reference](https://pkg.go.dev/badge/github.com/leaf-ai/studio-go-runner.svg)](https://pkg.go.dev/github.com/leaf-ai/studio-go-runner) [![Go Report Card](https://goreportcard.com/badge/leaf-ai/studio-go-runner)](https://goreportcard.com/report/leaf-ai/studio-go-runner) [![CodeQL](https://github.com/leaf-ai/studio-go-runner/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/leaf-ai/studio-go-runner/actions/workflows/codeql-analysis.yml) [![Codefresh build status]( https://g.codefresh.io/api/badges/pipeline/leaf-ai/StudioGoRunner%2FDevelopment?type=cf-1&key=eyJhbGciOiJIUzI1NiJ9.NWQzMGUxMDg1MjkzYjYxYzViYmU3NzFj.LjlUhBHRrFkcgTQbIVHKCnGbPct-GqfSVJgxuzgsMk0)]( https://g.codefresh.io/pipelines/edit/new/builds?id=5dcc731a7ede02f3d2deef9e&pipeline=Development&projects=StudioGoRunner&projectId=5dcc72f9faea4bd875a0b89b)
Expand Down
12 changes: 6 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ go get github.com/ekalinin/github-markdown-toc.go
go install github.com/sigstore/cosign/cmd/cosign@latest

# Get the documentation files with tables of contents
declare -a tocs=("README.md" "docs/azure.md" "docs/interface.md" "docs/ci.md" "docs/message_privacy.md" "examples/docker/README.md" "examples/local/README.md" "docs/queuing.md" "docs/workstation_k8s.md" "docs/app-note/model-serving.md" "tools/serving-bridge/README.md")
declare -a tocs=("README.md" "docs/azure.md" "docs/interface.md" "docs/ci.md" "docs/message_privacy.md" "examples/docker/README.md" "examples/local/README.md" "docs/queuing.md" "docs/workstation_k8s.md" "docs/app-note/model-serving.md")

md_temp=$(mktemp -d)
for fn in "${tocs[@]}"
Expand Down Expand Up @@ -326,11 +326,11 @@ travis_fold start "image.build"
travis_fold end "image.build"

travis_fold start "image.sign"
if docker image inspect leafai/studio-go-runner:$SEMVER 2>/dev/null 1>/dev/null; then
cosign sign -key ~/.ssh/cosign.key leafai/studio-go-runner:$SEMVER
cosign sign -key ~/.ssh/cosign.key leafai/azure-studio-go-runner:$SEMVER
cosign sign -key ~/.ssh/cosign.key leafai/studio-serving-bridge:$SEMVER
fi
#if docker image inspect leafai/studio-go-runner:$SEMVER 2>/dev/null 1>/dev/null; then
#echo -n "secret" | cosign sign -key ~/.ssh/cosign.key leafai/studio-go-runner:$SEMVER
#echo -n "secret" | cosign sign -key ~/.ssh/cosign.key leafai/azure-studio-go-runner:$SEMVER
#echo -n "secret" | cosign sign -key ~/.ssh/cosign.key leafai/studio-serving-bridge:$SEMVER
#fi
travis_fold end "image.sign"

travis_fold end "image.push"
Expand Down
2 changes: 1 addition & 1 deletion docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Table of Contents
* [github administration and release tooling](#github-administration-and-release-tooling)
* [docker and the microk8s Kubernetes distribution installation](#docker-and-the-microk8s-kubernetes-distribution-installation)
* [Optional tooling and Image Registries](#optional-tooling-and-image-registries)
* [A word about privacy](#a-word-about-privacy)
* [A word about privacy and supply chain security](#a-word-about-privacy-and-supply-chain-security)
* [Build step Images (CI)](#build-step-images-ci)
* [CUDA and Compilation builder image preparation](#cuda-and-compilation-builder-image-preparation)
* [Code quality scanning](#code-quality-scanning)
Expand Down
17 changes: 10 additions & 7 deletions licenses.manifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.,ECL-2.0,0.7848921
docs/slides,MIT-0,0.8050314
docs/slides/lib/font/source-sans-pro,OFL-1.0,0.757377
docs/slides/lib/font/source-sans-pro,OFL-1.0-no-RFN,0.757377
examples/aws/aws,OpenSSL,0.7797131
examples/aws/aws/dist/cryptography-2.8-py3.7.egg-info,BSD-3-Clause-Clear,0.83412325
examples/aws/cpu,FSFAP,0.33333334
examples/docker,deprecated_GPL-2.0-with-autoconf-exception,0.33333334
examples/local,deprecated_GPL-2.0-with-bison-exception,0.33333334
tools/serving-bridge,deprecated_GPL-2.0-with-bison-exception,0.33333334
examples/aws/cpu,ADSL,0.33333334
examples/docker,CC-BY-NC-SA-2.0,0.33333334
examples/local,deprecated_GPL-2.0-with-GCC-exception,0.33333334
vendor/cloud.google.com/go,SHL-0.5,0.85278857
vendor/github.com/Azure/go-autorest,ECL-2.0,0.83882034
vendor/github.com/Azure/go-autorest/autorest,ECL-2.0,0.83882034
Expand Down Expand Up @@ -94,7 +93,7 @@ vendor/github.com/karlmutch/semver,MIT-0,0.8148148
vendor/github.com/karlmutch/vtclean,MIT-0,0.8125
vendor/github.com/kevinburke/ssh_config,MIT-0,0.8125
vendor/github.com/klauspost/compress,BSD-3-Clause,0.9306931
vendor/github.com/klauspost/compress/zstd,Linux-syscall-note,0.33333334
vendor/github.com/klauspost/compress/zstd,NLOD-1.0,0.33333334
vendor/github.com/klauspost/compress/zstd/internal/xxhash,MIT-0,0.82208586
vendor/github.com/klauspost/cpuid/v2,MIT-0,0.81595093
vendor/github.com/klauspost/pgzip,MIT-0,0.82208586
Expand Down Expand Up @@ -134,7 +133,7 @@ vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg,Intel,0.
vendor/github.com/prometheus/procfs,SHL-0.5,0.85278857
vendor/github.com/prometheus/prom2json,SHL-0.5,0.85278857
vendor/github.com/rs/xid,MIT-0,0.8125
vendor/github.com/russross/blackfriday/v2,BSD-3-Clause-Attribution,0.33333334
vendor/github.com/russross/blackfriday/v2,BSD-3-Clause-LBNL,0.33333334
vendor/github.com/secure-io/sio-go,MIT-0,0.82208586
vendor/github.com/sergi/go-diff,MIT-0,0.8125
vendor/github.com/shirou/gopsutil,BSD-3-Clause-Clear,0.8387097
Expand Down Expand Up @@ -185,6 +184,10 @@ vendor/k8s.io/client-go,SHL-0.5,0.85278857
vendor/k8s.io/klog/v2,SHL-0.5,0.8657289
vendor/k8s.io/utils,SHL-0.5,0.85278857
vendor/sigs.k8s.io/structured-merge-diff/v4,SHL-0.5,0.85214007
HL-0.5,0.85214007
07
io/utils,SHL-0.5,0.85278857
vendor/sigs.k8s.io/structured-merge-diff/v4,SHL-0.5,0.85214007
rge-diff/v4,SHL-0.5,0.85214007
ed-merge-diff/v4,SHL-0.5,0.85214007

Expand Down

0 comments on commit e72e519

Please sign in to comment.