Skip to content

Commit

Permalink
Scaler logging, OpenTelemetry 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Aug 31, 2021
1 parent 6345535 commit 1b9269f
Show file tree
Hide file tree
Showing 902 changed files with 56,720 additions and 63,635 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ IMPROVEMENTS:

IMPROVEMENTS:

* Go 1.16.6 support
* Go 1.17 support
* OpenTelemetry 0.20.0 migration

FIXES:

Expand Down
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.3-main-aaaagrunayi</repo-version>
Version: <repo-version>0.14.3-main-aaaagryyugj</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
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ declare -i travis_end_time
fi

go get github.com/karlmutch/petname
go get github.com/ekalinin/github-markdown-toc.go
go install github.com/sigstore/cosign/cmd/cosign@latest
#go install github.com/ekalinin/github-markdown-toc.go
go install github.com/sigstore/cosign/cmd/cosign@v1.1.0

# 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")
Expand Down
41 changes: 21 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,27 @@ require (
github.com/BurntSushi/toml v0.4.1
github.com/Masterminds/sprig/v3 v3.2.2
github.com/Rhymond/go-money v1.0.3
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/awnumar/memguard v0.22.2
github.com/aws/aws-sdk-go v1.40.23
github.com/aws/aws-sdk-go v1.40.34
github.com/cenkalti/backoff/v4 v4.1.1
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
github.com/docker/docker v20.10.3+incompatible // indirect
github.com/dsnet/compress v0.0.1
github.com/dustin/go-humanize v1.0.0
github.com/ekalinin/github-markdown-toc.go v0.0.0-20201214100212-a3e410f71786 // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect
github.com/evanphx/json-patch v4.11.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify v1.5.1
github.com/go-enry/go-license-detector/v4 v4.3.0
github.com/go-ldap/ldap v3.0.2+incompatible // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-stack/stack v1.8.0
github.com/go-stack/stack v1.8.1
github.com/go-test/deep v1.0.7
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/honeycombio/opentelemetry-exporter-go v0.16.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jjeffery/kv v0.8.1
Expand All @@ -39,48 +42,46 @@ require (
github.com/karlmutch/hashstructure v0.0.0-20170609045927-2bca23e0e452
github.com/karlmutch/k8s v1.2.1-0.20210224003752-d750059a3836
github.com/karlmutch/logxi v0.0.0-20210224194221-fde727bca873
github.com/karlmutch/petname v0.0.0-20190202005206-caff460d43c2 // indirect
github.com/karlmutch/vtclean v0.0.0-20170504063817-d14193dfc626
github.com/karlseguin/expect v1.0.7 // indirect
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
github.com/leaf-ai/go-service v0.0.0-20210710181027-310b9d21f861
github.com/leaf-ai/go-service v0.0.0-20210831211221-4a78b5eb7be2
github.com/lthibault/jitterbug v2.0.0+incompatible
github.com/makasim/amqpextra v0.16.4
github.com/mholt/archiver/v3 v3.5.0
github.com/michaelklishin/rabbit-hole/v2 v2.10.0
github.com/minio/minio v0.0.0-20210507214158-ab7d5ee3d98e // indirect
github.com/minio/minio-go/v7 v7.0.12
github.com/minio/minio-go/v7 v7.0.13
github.com/mitchellh/copystructure v1.2.0
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/odg0318/aws-ec2-price v0.0.0-20200327030318-88202a04e06d // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/otiai10/copy v1.6.0
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.23.0
github.com/prometheus/common v0.29.0
github.com/prometheus/prom2json v1.3.0
github.com/quasilyte/go-ruleguard v0.2.1 // indirect
github.com/rs/xid v1.3.0
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shirou/gopsutil v3.21.7+incompatible
github.com/shirou/gopsutil/v3 v3.21.4 // indirect
github.com/sigstore/cosign v1.1.0 // indirect
github.com/streadway/amqp v1.0.1-0.20200716223359-e6b33f460591
github.com/tebeka/atexit v0.3.0
github.com/tinylib/msgp v1.1.5 // indirect
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/ulikunitz/xz v0.5.8 // indirect
github.com/valyala/fastjson v1.6.3
github.com/ventu-io/go-shortid v0.0.0-20201117134242-e59966efd125 // indirect
go.opentelemetry.io/otel v0.16.0
go.opentelemetry.io/otel v0.20.0
go.uber.org/atomic v1.9.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
golang.org/x/tools v0.1.3 // indirect
google.golang.org/genproto v0.0.0-20210224155714-063164c882e6 // indirect
google.golang.org/grpc v1.36.0 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
google.golang.org/protobuf v1.27.1
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
)

replace (
Expand Down
Loading

0 comments on commit 1b9269f

Please sign in to comment.