Skip to content

Tags: github/ospo-reusable-workflows

Tags

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump amannn/action-semantic-pull-request (#68)

Bumps the dependencies group with 1 update: [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request).


Updates `amannn/action-semantic-pull-request` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@fdd4d3d...7f33ba7)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump docker/login-action in the dependencies group (#64)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump docker/build-push-action in the dependencies group (#…

…60)

v0

Toggle v0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump docker/build-push-action in the dependencies group (#…

…60)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: major version updater (#55)

Updates the major version to point to the latest published tag with the same major tag

Example:

v2.2.0 exists
v2 is currently pointed to v2.2.0

release happens

v2.3.0 is created
this action will point v2 at the new v2.3.0

Signed-off-by: jmeridth <jmeridth@gmail.com>

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump docker/build-push-action in the dependencies group (#…

…49)

Bumps the dependencies group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 6.13.0 to 6.14.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@ca877d9...0adf995)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: ensure contents of container image changes (#46)

I got confused when the release tagging was being applied
to the same release package (container image).  This was because
the container image was not changing.

With this change, we put the contents of the repo into the
container image, ensuring there is change and a new image and digest
is created.  This will also cause new attestation to be created.

- [x] remove .github folder from .dockerignore to ensure the folder is put into the container image
- [x] update README explaining what the image contents are and why

Signed-off-by: jmeridth <jmeridth@gmail.com>

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: put argument in correct section, config, not secrets (#44)

Signed-off-by: jmeridth <jmeridth@gmail.com>

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: remove attestations temporarily (#41)

Unfortunately attestations are causing confusion in the image registry.  Need
to resolve that before putting it back.

Signed-off-by: jmeridth <jmeridth@gmail.com>

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: reduce permissions on auto-labeler and set to not release (#38)

We were seeing random draft releases after a release occurred. I
realized the auto-labeler workflow (also using draft-release action)
was still doing a draft release.  This was the culprit.  By adding
`disable-releaser: true`, we prevent this.  Since this workflow no
longer needs to create a release we can remove the `contents: write`
permissions also.

- [x] change image-name from hard-coded to github.repository in test-release

Signed-off-by: jmeridth <jmeridth@gmail.com>