This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
username | reason | |
---|---|---|
k8s-publishing-bot | bot account | |
k8s-infra-ci-robot | bot account | |
k8s-github-robot | bot account | |
k8s-ci-robot | bot account | |
k8s-publishing-bot | bot account | |
k8s-release-robot | bot account | |
thelinuxfoundation | bot account | |
k8s-infra-cherrypick-robot | bot account |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"sigs.k8s.io/release-sdk/github" | |
) | |
func main() { | |
gh := github.New() |
~/s/k/release on 🌱 master (a40bc07) [🏎💨] on ⛵ kind-kind ()
❯ time make release-tools
./compile-release-tools
Setting up environment...
Checking dependencies...
Compiling github.com/psampaz/go-mod-outdated...
ggithub.com/psampaz/go-mod-outdated compiled & installed
+-----------------------------------------+------------------------------------+------------------------------------+--------+------------------+
| MODULE | VERSION | NEW VERSION | DIRECT | VALID TIMESTAMPS |
Click to expand!
~/s/k/test-infra on 🌱 HEAD (d550a00)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/s/k/org on 🌱 master (ef3bb8c) on ☁️ (VA) | |
❯ go run cmd/memberinfo/main.go palnabarun | |
Company: VMware | |
kubernetes-sigs/zeitgeist:OWNERS_ALIASES | |
kubernetes/k8s.io:OWNERS_ALIASES | |
kubernetes/org:OWNERS_ALIASES | |
kubernetes/org:config/kubernetes/OWNERS | |
kubernetes/org:config/kubernetes-client/OWNERS | |
kubernetes/org:config/kubernetes-csi/OWNERS | |
kubernetes/org:config/kubernetes-nightly/OWNERS |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timestamp,textPayload,jsonPayload.message | |
2021-11-17T19:36:43.001079583Z, Cherry-picking k8s.io/kubernetes single-commit 4352768240037a7473b96c84bc432f52ce6e0dc8: fix inefassign linter declaring variable., | |
2021-11-17T19:36:43.219383330Z, Cherry-picking k8s.io/kubernetes single-commit e82e0b38ffff895210fc6ce58bb347f77a828c01: no lint unused variables., | |
2021-11-17T19:36:43.385194689Z, Cherry-picking k8s.io/kubernetes single-commit 9336ff78f4a95cca8eb4a5cf528812d1bcac552c: remove unused variable responseBodySize., | |
2021-11-17T19:36:43.480244228Z, Cherry-picking source dropped-merge 1367cca8fd67b09606b01c0a9e46cef59aef3424: Merge pull request #106448 from aojea/hlee/issue-103721/staticcheck., | |
2021-11-17T19:36:43.553872270Z, Looking up which commit in the master branch of k8s.io/apimachinery corresponds to k8s.io/kubernetes commit 1367cca8fd67b09606b01c0a9e46cef59aef3424., | |
2021-11-17T19:36:43.563616742Z, Checking out k8s.io/apimachinery to 9edaf59fbc7f725d2eefcb0fa594894b89d9da43, | |
2021-11-17T19:36:43.616418364Z, Ps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
for image in debian-iptables debian-iptables-amd64 debian-iptables-arm debian-iptables-arm64 debian-iptables-ppc64le debian-iptables-s390x; | |
do | |
for tag in buster-v1.7.0 bullseye-v1.1.0; | |
do | |
echo $image:$tag | |
skopeo inspect docker://gcr.io/k8s-staging-build-image/$image:$tag | jq '.Digest' | |
done | |
done |
NewerOlder