Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cert-manager/release

Releasing tooling for the cert-manager project
https://github.com/cert-manager/release

Use the cloud-builders Docker registry which has bazel-4.2.1

That registry does not tag the bazel images, so we use a sha checksum instead.

Signed-off-by: R...

bbe356200657acb93d4e28c9fcc91b341327290a authored about 3 years ago by Richard Wall <[email protected]>
Merge pull request #45 from SgtCoDFish/reltweaks

Py3 for boilerplate check, control flow docs + trivial tweak to code

8b71ecfa188b29c85ad6d831d72d98d5d4dcb804 authored about 3 years ago by jetstack-bot <[email protected]>
ensure boilerplate verification is done with python3

Signed-off-by: Ashley Davis <[email protected]>

66aaade6f57f4f2e952aaad824e6186ce1f293d2 authored about 3 years ago by Ashley Davis <[email protected]>
add some release control-flow docs to README

hopefully this should aid people trying to work out what's happening and when

Signed-off-by: As...

325eb5debdd2cea9d76667ad20e0550aec92d839 authored about 3 years ago by Ashley Davis <[email protected]>
don't run fmt.Sprintf for an empty string which never changes

Signed-off-by: Ashley Davis <[email protected]>

b271673ed966e4618e8a2d46dfc2cb45f2ecb8d8 authored about 3 years ago by Ashley Davis <[email protected]>
Merge pull request #44 from jakexks/bump_bazel

bump bazel to 4.2.1

d764819a1c67a3b0462efdd889f17a000a7b30a4 authored about 3 years ago by jetstack-bot <[email protected]>
bump bazel to 4.2.1

Signed-off-by: Jake Sanders <[email protected]>

3218dc90c7c2e5d1f1a5f534dd9ff42baf7da946 authored about 3 years ago by Jake Sanders <[email protected]>
Merge pull request #35 from cert-manager/sort-staged

Sort versions when running "cmrel staged" and add cmrel staged --help

482d37522d600cb44e365a46e13e8a5d12b90f3a authored about 3 years ago by jetstack-bot <[email protected]>
Merge pull request #41 from SgtCoDFish/impbuild

Tweak presubmit process and add some makefile targets

7d7f8f674a7a57c7a61540a875dc918c29b6abcb authored about 3 years ago by jetstack-bot <[email protected]>
staged command: remove the unused "DATE" column

This column was always set to 'UNKNOWN', and I was not able to find
where the creation timestamp...

0d365638ececec4880728f7e04fd7544ea348856 authored about 3 years ago by Maël Valais <[email protected]>
use semver.Compare instead of strings.Compare

Signed-off-by: Maël Valais <[email protected]>
Co-authored-by: Richard Wall <[email protected]>

51d31532637551ffe2b5e45cbc99bbe1fcc74da1 authored about 3 years ago by Maël Valais <[email protected]>
cmrel staged is now sorted by version and has some --help

Signed-off-by: Maël Valais <[email protected]>

d49b75a93da9037f46f8f8d739a611db7be29e67 authored about 3 years ago by Maël Valais <[email protected]>
flesh out Makefile, allow specifying binary for presubmit

this should allow us to change the testing job to call the Makefile
without breaking the build i...

eee7a1504dc5aae45a0a2da178c5975b695eda0c authored about 3 years ago by Ashley Davis <[email protected]>
Merge pull request #40 from SgtCoDFish/boilerplate

Add boilerplate check script + fix boilerplate headers

3d7217306b83539850f450233a0baf586af346a8 authored about 3 years ago by jetstack-bot <[email protected]>
add boilerplate check script + fix boilerplate headers

script is copied from the main cert-manager repo, and headers are
updated to match the boilerpla...

a7f807d4e877b5ca7c0ef6903b26813f8d437831 authored about 3 years ago by Ashley Davis <[email protected]>
Merge pull request #38 from SgtCoDFish/cleanup

Small cleanups of code

ad7a9f31ae7546a2c27adc522d4c087619fbddce authored about 3 years ago by jetstack-bot <[email protected]>
manually specify versions of go builder images

Signed-off-by: Ashley Davis <[email protected]>

14c5cfa1f2702870d4a65c751a104df9ab80f32f authored about 3 years ago by Ashley Davis <[email protected]>
link to website in README, and change title casing

Signed-off-by: Ashley Davis <[email protected]>

37310db72da3ca4d0f64a5abcba63f70950cb392 authored about 3 years ago by Ashley Davis <[email protected]>
Merge pull request #39 from SgtCoDFish/bumpdocker

Bump docker version used in codebuild

e11323644928f694aa6cedd2d54a393241a97821 authored about 3 years ago by jetstack-bot <[email protected]>
bump docker version used in codebuild

Signed-off-by: Ashley Davis <[email protected]>

cb735e0bbefd6407f9d1c3ce3b3425e12debce38 authored about 3 years ago by Ashley Davis <[email protected]>
remove use of ioutil in cmrel

also removes a single trailing space character

Signed-off-by: Ashley Davis <ashley.davis@jetsta...

9c99fb8dbbd573dbb6f67956bc5a3e33b7d04f72 authored about 3 years ago by Ashley Davis <[email protected]>
Merge pull request #37 from irbekrm/kubectl_plugin_for_darwin_arm

Kubectl plugin for darwin arm64

3bd86610748bc9d41b8192da7a2752e9b4bfe990 authored over 3 years ago by jetstack-bot <[email protected]>
Update cmd/cmrel/cmd/stage.go

Co-authored-by: Ashley Davis <[email protected]>
Signed-off-by: irbekrm <irbek...

45a14393d7940422fb1c836e24430f6896cdf315 authored over 3 years ago by Irbe Krumina <[email protected]>
Update help for stage command

Signed-off-by: irbekrm <[email protected]>

791347b3c9f5406a0b1fc796cc677bd0ddd1266a authored over 3 years ago by irbekrm <[email protected]>
Add Development section to README

Signed-off-by: irbekrm <[email protected]>

647e293f0e2ce4778e71b208a3dc5e4a8812ca61 authored over 3 years ago by irbekrm <[email protected]>
Add darwin/arm64 to client platforms list

Signed-off-by: irbekrm <[email protected]>

88d192d6358594d44a7beeb296546664fe54e6e8 authored over 3 years ago by irbekrm <[email protected]>
Merge pull request #34 from wallrj/fix-nil-pointer

Fix nil pointer error / supply a GitHub UsersClient

e1d87064f29d1a64f41ed070fad09910a3f6f2f2 authored over 3 years ago by jetstack-bot <[email protected]>
Supply a GitHub UsersClient

Signed-off-by: Richard Wall <[email protected]>

85c9a6102988bc3bc4dd4875aa23c8ec73f081ab authored over 3 years ago by Richard Wall <[email protected]>
Merge pull request #28 from wallrj/3934-helm-github

Publish Helm charts to github.com/jetstack/jetstack-charts

2078202305ef9f246bc1997d75befb07dff71e3f authored over 3 years ago by jetstack-bot <[email protected]>
Point the gcb publish configuration back at the main repo and branch

Signed-off-by: Richard Wall <[email protected]>

e8d7f18384f69a6f664261fe9b8d000b05e4aeb6 authored over 3 years ago by Richard Wall <[email protected]>
Address code review feedback

Signed-off-by: Richard Wall <[email protected]>

e38e06f953defbc7434a12ba574fe9031f0881a6 authored over 3 years ago by Richard Wall <[email protected]>
Point the integration tests at the main repo and branch

Signed-off-by: Richard Wall <[email protected]>

732639945bf4adebb3ce14c31f736caf981a879f authored over 3 years ago by Richard Wall <[email protected]>
Merge pull request #30 from irbekrm/revert_arm_plugin

Revert "Add darwin/arm64 to list of os/arch for client binaries"

6cf15daf756e1b806d8cd296c05c1ebdd42e7cb5 authored over 3 years ago by jetstack-bot <[email protected]>
Add the login name to the repo not-found error message

Signed-off-by: Richard Wall <[email protected]>

034419be0d6698c9717c2d71132a70ecae069e26 authored over 3 years ago by Richard Wall <[email protected]>
Handle multiple Oauth scopes

Signed-off-by: Richard Wall <[email protected]>

d56eda0b95ae1ea4be178ceefef0515b8189d7dc authored over 3 years ago by Richard Wall <[email protected]>
Check that the supplied branch exists

Signed-off-by: Richard Wall <[email protected]>

2efd8616f72089a0e1e4d7d4eb0230074c7b71d5 authored over 3 years ago by Richard Wall <[email protected]>
Allow the integration tests to be run in cloudbuild

Using with the jetstack-release-bot user

Signed-off-by: Richard Wall <[email protected]>

2690d1c52d4e68486b35a2b5694fb037f0cca464 authored over 3 years ago by Richard Wall <[email protected]>
Implement Check to check GitHub scopes and permissions

Signed-off-by: Richard Wall <[email protected]>

1d17bc33f2c882c8affbb2a51aa1aab232378906 authored over 3 years ago by Richard Wall <[email protected]>
Revert "Add darwin/arm64 to list of os/arch for client binaries"

This reverts commit 28456c8b1c0851ad159ea2519822d992bfe0bfef.

Signed-off-by: irbekrm <irbekrm@g...

247c092229dfc832cf2db8ba6398f40a0e189b87 authored over 3 years ago by irbekrm <[email protected]>
Update to latest go-github release

Signed-off-by: Richard Wall <[email protected]>

63b259d7b830cf0f078cfe430fca0f5ecdab781e authored over 3 years ago by Richard Wall <[email protected]>
Temporarily update the release tool repo and branch

Signed-off-by: Richard Wall <[email protected]>

6b65ee9202336bcc0f02fc0f9f4de740fead8c5a authored over 3 years ago by Richard Wall <[email protected]>
A GitHub repo API for Helm charts

Signed-off-by: Richard Wall <[email protected]>

d0ec42faa1eb4c3e98bb48dc7c8dc2a9ae57055b authored over 3 years ago by Richard Wall <[email protected]>
Make the original release name available in the unpacked release

Signed-off-by: Richard Wall <[email protected]>

7ae458861b8ce9ad7390a350ce3c713f0c8b6010 authored over 3 years ago by Richard Wall <[email protected]>
Add a sample Helm chart for testing

Signed-off-by: Richard Wall <[email protected]>

427079651d56cf1d51ac0bd66e538f6709af029b authored over 3 years ago by Richard Wall <[email protected]>
Merge pull request #24 from irbekrm/update_go_and_deps

go 1.13 -> 1.16 + update deps

c8304ca0f4ab2d51468a58d60d31ddcd5c21e2dd authored over 3 years ago by jetstack-bot <[email protected]>
Merge pull request #26 from irbekrm/25_apple_silicon_client_binary

Add darwin/arm64 to list of os/arch for client binaries

37b343905a0c502ae6d0f05b2eb0a6e0498ea233 authored over 3 years ago by jetstack-bot <[email protected]>
Add darwin/arm64 to list of os/arch for client binaries

Signed-off-by: irbekrm <[email protected]>

28456c8b1c0851ad159ea2519822d992bfe0bfef authored over 3 years ago by irbekrm <[email protected]>
go 1.13 -> 1.16 + update deps

Signed-off-by: irbekrm <[email protected]>

51848d40dc2cd5f6e516a993385b20cf97da793f authored over 3 years ago by irbekrm <[email protected]>
Merge pull request #23 from irbekrm/downgrade_version

Downgrades version of Bazel

6a57d8eeb4507cbb7913c6a4d1398277cd761001 authored over 3 years ago by jetstack-bot <[email protected]>
Downgrades version of Bazel

Latest version available in l.gcr.io/google/bazel

Signed-off-by: irbekrm <[email protected]>

b4468e1fbc6fceac502cadcda8d71558311e8d11 authored over 3 years ago by irbekrm <[email protected]>
Merge pull request #21 from irbekrm/bump_bazel_version

bump Bazel version to v3.7.2

1d2b10a566165ff6c7b1af8f660f35a5a9c6f600 authored over 3 years ago by jetstack-bot <[email protected]>
Merge pull request #22 from irbekrm/update_owners_file

Update OWNERS file

be7e6578911ebdd8e8358ec371c39873ada6cfef authored over 3 years ago by Jake Sanders <[email protected]>
Update OWNERS file

Signed-off-by: irbekrm <[email protected]>

6e4bb015deaac249cda255fec6a8dc7f56ad05b3 authored over 3 years ago by irbekrm <[email protected]>
bump Bazel version to v3.7.2

Signed-off-by: irbekrm <[email protected]>

e93c1cda6ea595e3fdf8d17fed3cd198048332b5 authored over 3 years ago by irbekrm <[email protected]>
Merge pull request #18 from cert-manager/upgrade-bazel

Upgrade bazel to 3.3.1

ee32c3f055745f3bb949ee9c3a0a93e23ec98685 authored over 4 years ago by jetstack-bot <[email protected]>
Upgrade bazel to 3.3.1

Signed-off-by: James Munnelly <[email protected]>

0f15bebb3acc2b2546b0ac1607048e8ec5c04947 authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #12 from cert-manager/validate-semver

Validate release version is semver compliant

d0625213b2e8d1aad5e560a8a8b606caaf0ea14c authored over 4 years ago by jetstack-bot <[email protected]>
Merge pull request #15 from cert-manager/fix-artifact-kind

Fix publishing kubectl-cert_manager binary artifacts

619427b70ada277fa6521da7097d20d273b1076d authored over 4 years ago by jetstack-bot <[email protected]>
Fix publishing kubectl-cert_manager binary artifacts

Signed-off-by: James Munnelly <[email protected]>

3a61062068a5fd8a6288e24f85f9ff192ea00cd4 authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #13 from cert-manager/fixup-ctl

Fix 'kubectl-cert_manager' release artifact name

9b08ef3edb852327c4b720e8b6158cdf9dbce3ed authored over 4 years ago by jetstack-bot <[email protected]>
Merge pull request #14 from cert-manager/presubmits

Add test/presubmit.sh script

0a282110b92dab2a15156c01c5200d58f2103d29 authored over 4 years ago by jetstack-bot <[email protected]>
Add test/presubmit.sh script

Signed-off-by: James Munnelly <[email protected]>

994832273ffbd617b54b7e14d4ebbda9700daba0 authored over 4 years ago by James Munnelly <[email protected]>
Fix 'kubectl-cert_manager' release artifact name

Signed-off-by: James Munnelly <[email protected]>

3273edc194287e058b4b2725d5bc854f9c9f3313 authored over 4 years ago by James Munnelly <[email protected]>
Validate release version is semver compliant

Signed-off-by: James Munnelly <[email protected]>

76dde151e6d50aa7bcb747583fec43ba4a6306a9 authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #11 from cert-manager/rm-ubi

Remove references to UBI images

979794f02fd5d2d88d5ad33740a3ea4ba1c76e8e authored over 4 years ago by jetstack-bot <[email protected]>
Remove references to UBI images

Signed-off-by: James Munnelly <[email protected]>

3bd9ea7c37f0d2ce0b1de3611ce220b8eb1b1303 authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #10 from meyskens/release-bin-tar

Release CLI binaries as a .tar.gz

39cf0199d5befb41ff45680715814fc379c6da52 authored over 4 years ago by jetstack-bot <[email protected]>
Release CLI binaries as a .tar.gz

Signed-off-by: Maartje Eyskens <[email protected]>

35d25f0960602deb677c40b541be9c588d9a9dfb authored over 4 years ago by Maartje Eyskens <[email protected]>
Merge pull request #8 from meyskens/release-ctl

Add release tooling for ctl binaries

8729abb3edca40fa4bd5a413cf11f344e6892ee6 authored over 4 years ago by jetstack-bot <[email protected]>
run go mod tidy

Signed-off-by: Maartje Eyskens <[email protected]>

36ec8324f8fcfe39ac975966117a57e17c26987f authored over 4 years ago by Maartje Eyskens <[email protected]>
implement feedback part 2

Signed-off-by: Maartje Eyskens <[email protected]>

24e13d56bcc02b7d157ede1739e9f06de61cf148 authored over 4 years ago by Maartje Eyskens <[email protected]>
Implement feedback

Signed-off-by: Maartje Eyskens <[email protected]>

15083ce8dccf9adda282144d5a86867332d2ce5d authored over 4 years ago by Maartje Eyskens <[email protected]>
Fix typo

Signed-off-by: Maartje Eyskens <[email protected]>

8559ea6596579c5e38d5f6b1e995864c61c5cb88 authored over 4 years ago by Maartje Eyskens <[email protected]>
Add release tooling for ctl binaries

Signed-off-by: Maartje Eyskens <[email protected]>

0c9343b348741717eed8acc386a466ed13216c4e authored over 4 years ago by Maartje Eyskens <[email protected]>
Merge pull request #7 from cert-manager/fix-ubi-manifestlist-tag

Fix release version used for UBI manifest lists

cee7e354409724c5bc48d5a1e6e4a2ad7f311470 authored over 4 years ago by jetstack-bot <[email protected]>
Fix release version used for UBI manifest lists

Signed-off-by: James Munnelly <[email protected]>

989c65ed0aaa57bc0ee970a109a5c005319df29c authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #6 from cert-manager/validation-image-names

Fix image name validation & properly handle UBI image names

c7c7a4fc32f7bbaa7796c812eef29fe027ad4d32 authored over 4 years ago by jetstack-bot <[email protected]>
Fix handling of UBI image component names

Signed-off-by: James Munnelly <[email protected]>

dea3eeed9729972b90ba0e79868133e3f2f87eef authored over 4 years ago by James Munnelly <[email protected]>
Fixup image name validation

Signed-off-by: James Munnelly <[email protected]>

021c313e7e60bd39784b407ad58a14868c1f4b10 authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #5 from cert-manager/validation-image-names

Validate built image name uses is correct/expected

dcb12c69734adb89ad76bc4779fd40841c1ba4db authored over 4 years ago by jetstack-bot <[email protected]>
Validate built image name uses is correct/expected

Signed-off-by: James Munnelly <[email protected]>

f01a34731a57a86717b147631b43b7ad1df11825 authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #4 from cert-manager/rm-init-fixed-ref

Use the 'master' branch for the cmrel tool when launching GCB jobs

cf885025d50f554dea9c50bcbd6d77175616d861 authored over 4 years ago by jetstack-bot <[email protected]>
Use the 'master' branch for the cmrel tool when launching GCB jobs

Signed-off-by: James Munnelly <[email protected]>

4042976d59c9efab671404530cbdb22d3dd66d49 authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #3 from cert-manager/ubi

Add support for UBI images and additional architectures

6713572722930e0b19db4a9a7c2edb52b87c84e1 authored over 4 years ago by jetstack-bot <[email protected]>
Add support for UBI images and additional architectures

Signed-off-by: James Munnelly <[email protected]>

cadca5d831ea8e76927bc98370ba2d9b218766ba authored over 4 years ago by James Munnelly <[email protected]>
Merge pull request #1 from cert-manager/init

Add cmrel release tool

6d12ed59a9386e338eeae1dac62478fa17d9771f authored over 4 years ago by James Munnelly <[email protected]>
Create OWNERS

a0d4c184b8f5e69632ad61ee661a17132270d85c authored over 4 years ago by James Munnelly <[email protected]>
Add cmrel tool

Signed-off-by: James Munnelly <[email protected]>

ae0b8231cb55f3a987a3b8551779b2367d01a70b authored over 4 years ago by James Munnelly <[email protected]>
Initial commit

79a4b32480c3ed1bfc2f801c9b68a28d0a877df2 authored over 4 years ago by James Munnelly <[email protected]>