Skip to content

Releases: georgettica/obnpctl

v0.3.3: build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#148)

23 Oct 22:34
6ded5f0
Compare
Choose a tag to compare
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Second CI retry

03 Jun 15:33
54df1f7
Compare
Choose a tag to compare

After submitting the CI fix, found another but which this release should fix

Full Changelog: v0.3.1...v0.3.2

Fix-ci

03 Jun 08:39
dc0c0ae
Compare
Choose a tag to compare

The the previous CI failed on golang versions in the release GHA, I fixed and recreated a release

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Jun 06:54
6fc0e53
Compare
Choose a tag to compare

What's Changed

  • fix(gha): reduce scope by @georgettica in #21
  • feat(gha): add codeql by @georgettica in #23
  • build(deps): bump actions/upload-artifact from 2.3.1 to 3 by @dependabot in #27
  • build(deps): bump ossf/scorecard-action from 1.0.2 to 1.0.4 by @dependabot in #25
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #26
  • build(deps): bump anchore/sbom-action from 0.8.0 to 0.9.0 by @dependabot in #28
  • build(deps): bump sigstore/cosign-installer from 2.1.0 to 2.2.0 by @dependabot in #31
  • build(deps): bump anchore/sbom-action from 0.9.0 to 0.10.0 by @dependabot in #30
  • build(deps): bump actions/setup-go from 2 to 3 by @dependabot in #29
  • build(deps): bump sigstore/cosign-installer from 2.2.0 to 2.2.1 by @dependabot in #34
  • build(deps): bump golang from 1.18.0-alpine3.15 to 1.18.1-alpine3.15 by @dependabot in #33
  • build(deps): bump actions/checkout from 3 to 3.0.1 by @dependabot in #35
  • build(deps): bump anchore/sbom-action from 0.10.0 to 0.11.0 by @dependabot in #36
  • build(deps): bump actions/checkout from 3.0.1 to 3.0.2 by @dependabot in #37
  • chore(gha): split cron from PR check by @georgettica in #32
  • build(deps): bump github/codeql-action from 1 to 2 by @dependabot in #38
  • build(deps): bump sigstore/cosign-installer from 2.2.1 to 2.3.0 by @dependabot in #39
  • build(deps): bump docker/login-action from 1.14.1 to 2.0.0 by @dependabot in #40
  • build(deps): bump golang from 1.18.1-alpine3.15 to 1.18.2-alpine3.15 by @dependabot in #41
  • chore(setupgo): change release to fit by @georgettica in #43
  • build(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 by @dependabot in #42
  • build(deps): bump ossf/scorecard-action from 1.0.4 to 1.1.0 by @dependabot in #45
  • build(deps): bump goreleaser/goreleaser-action from 2 to 3 by @dependabot in #44
  • build(deps): bump ossf/scorecard-action from 1.1.0 to 1.1.1 by @dependabot in #46
  • build(deps): bump golang from 1.18.2-alpine3.15 to 1.18.3-alpine3.15 by @dependabot in #47

Full Changelog: https://github.com/georgettica/obnpctl/commits/v0.3.0

v0.2.0

20 Mar 10:03
1a2b35f
Compare
Choose a tag to compare

Changelog

Features

Others

v0.1.0

18 Mar 21:54
7fe6ba8
Compare
Choose a tag to compare

Changelog

Features

  • cdd6f27: feat(cli): stub cli (@)
  • ea3d0bd: feat(client): fill out client section (@)
  • 7b96f06: feat(server): fill out server code (@)
  • 1567931: feat(dockerfile): add dockerfile support (@)

Bug fixes

Others