Skip to content

Releases: chevdor/glabel

v0.0.7

21 Apr 15:25
98b4acd
Compare
Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

The attached binaries are for MacOS (Intel).

v0.0.6

24 Jun 09:55
d564144
Compare
Choose a tag to compare

The crates.io version of hubcaps uses an old version of tokio.
In this version, we go back to tokio v0.2.

See softprops/hubcaps#305

Manual Install

Download the binaries then:

chmod a+x glabel
chmod a+x glabel-wipe
cp glabel /usr/local/bin
cp glabel-wipe /usr/local/bin

v0.0.5

24 Jun 07:30
392e866
Compare
Choose a tag to compare

A simple refresh of the deps.

This release also comes with MacOS binaries for Intel Mac:

  • glabel: a build with the default features (= not including the wipe feature)
  • glabel-wipe: a build including the dangerous ☠️ wipe feature that you should not use :)

v0.0.4

08 Dec 09:27
bacb407
Compare
Choose a tag to compare

Brings a big performance boost by detecting which labels don't need to be updated.
Adds color output so better see what has been done.

v0.0.3

07 Dec 21:13
a0008a5
Compare
Choose a tag to compare

A new version including more documentation and some cleanup.
The crates have been published to crates.io

v0.0.2

07 Dec 20:14
304c9df
Compare
Choose a tag to compare

It is now possible to overwrite labels with the new --replace flag.

v0.0.1

07 Dec 19:46
938e5d7
Compare
Choose a tag to compare

A very crude first version. It allows geting all the labels from a given repo.
It also allows applying the labels from a given set to a repo. It will only create new labels though and existing labels will currently not be replaced.