Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependabot): bump ocm.software/ocm from 0.18.0 to 0.19.0 #126

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps ocm.software/ocm from 0.18.0 to 0.19.0.

Release notes

Sourced from ocm.software/ocm's releases.

v0.19.0

What's Changed

🚀 Features

🧰 Maintenance

⬆️ Dependencies

... (truncated)

Changelog

Sourced from ocm.software/ocm's changelog.

Release Process

General Information

In the Open Component Model organization, the main development is done on the main branch. Thus, the main branch is used to develop on the latest minor version.

The release process focuses on the creation of release/<major>.<minor> release branches and the generation of release tags based on these branches. Every release branch is used to permanently track the development of a specific minor release of the OCM project. Whenever there is a critical issue for a specific minor release, a patch is cherry-picked into the release branch and a new patch release for that given minor version is created.

The release branches are initially created from the main branch via the GitHub action Release Branch Creation.

A release is generated by calling a specific release GitHub Action. It is executed on the branch which should be released - regardless whether it is a patch or a minor release.

In any case, a pre-release may be created by specifying a pre-release suffix for the release action execution. This will lead (for most use cases) to the creation of a "Release Candidate" which can be tested and delivered to end users willing to test the new release.

Release Workflow

Diagram

gitGraph TB:
    commit id: "VERSION 0.17.0-dev"
    commit id: "feat: some feature"
    branch "releases/v0.17"
    commit tag: "v0.17.0-rc.1" type: REVERSE
    checkout main
    commit id: "fix: hotfix bug" type: HIGHLIGHT
    checkout releases/v0.17
    cherry-pick id: "fix: hotfix bug"
    commit tag: "v0.17.0-rc.2"
    branch "releases/v0.17.0"
    checkout "releases/v0.17.0"
    commit id: "VERSION 0.17.0" tag:"v0.17.0"
    checkout main
    commit id: "VERSION 0.18.0-dev"
</tr></table> 
Loading

... (truncated)

Commits
  • 7b3927d chore: rework release note handling (#1139)
  • 4205242 chore(documentation): How to publish winget packages. (#1138)
  • 17166ce chore(example): let's limit the listed versions (#1136)
  • 3465bb4 chore(github_actions): using now classic secret of OCM_CI_ROBOT (#1137)
  • 9033cb5 chore(signing): correct Fulcio service to correct address (#1135)
  • 3133edf chore(github_actions): push-to-winget: permissions: write-all (#1133)
  • f5a1cd2 chore: publish to website as other (#1126)
  • 88d3ead chore: update 'flake.nix' (#1129)
  • bd14400 chore(deps): bump the go group with 17 updates (#1127)
  • 0f25608 chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 in the ci group (...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner December 17, 2024 06:43
@dependabot dependabot bot force-pushed the dependabot/go_modules/ocm.software/ocm-0.19.0 branch 3 times, most recently from 6ad7aa9 to ae67506 Compare December 24, 2024 05:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/ocm.software/ocm-0.19.0 branch 2 times, most recently from d55caaf to 76f21c1 Compare January 7, 2025 09:47
Bumps [ocm.software/ocm](https://github.com/open-component-model/ocm) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/open-component-model/ocm/releases)
- [Changelog](https://github.com/open-component-model/ocm/blob/main/RELEASE_PROCESS.md)
- [Commits](open-component-model/ocm@v0.18...v0.19)

---
updated-dependencies:
- dependency-name: ocm.software/ocm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/ocm.software/ocm-0.19.0 branch from 76f21c1 to 55aa708 Compare January 7, 2025 09:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2025

Looks like ocm.software/ocm is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 7, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/ocm.software/ocm-0.19.0 branch January 7, 2025 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant