-
Notifications
You must be signed in to change notification settings - Fork 177
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
fix: always get version tags #134
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* previous configuration did not set major version tags correctly when recipe said "latest"
My additions should now work correctly, but there's some other tag-related error I can't really find the source of. Someone else take a look? |
scottames
reviewed
Aug 6, 2023
Co-authored-by: Scott Ames <[email protected]>
EyeCantCU
approved these changes
Aug 7, 2023
Ben9986
added a commit
to Ben9986/ublue-hyprland
that referenced
this pull request
Aug 10, 2023
* feat: add support for image signing * fix: fix build arguments * docs: update Installation in README * docs: include more detailed steps in installation section * docs: remove unneeded verification section * refactor: clean up image signing to line up more with upstream * feat: add signature rather than replace to allow rebasing back to uBlue main * style: format whitespace * refactor: fix jq, rename cosign.yaml and cosign.pub * Revert "refactor: clean up image signing to line up more with upstream" * style: prepend the entry in the JSON rather than append * fix: remove remnants from earlier image signing method * fix: remove old signing config, using the one from the config repo instead (blue-build#124) * fix: lowercase image name for signing * Updating Gamescope to pull from the most recent package. * Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates. * Revert "Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates." This reverts commit 0f80d30. * fix: remove GNOME Games, is deprecated * chore: justom.just add line break at EOF * chore: autostart.desktop add line break at EOF * fix: capitalize first character of comment (blue-build#132) * feat: ISO build action (blue-build#133) * feat: base iso release workflow * does not produce a functional ISO yet needs boot_menu * chore(dev): start iso workflow on iso push * fix: rename release-iso to release-please * refactor: use github-cli to create release * fix: remove job dependencies * chore: basic boot menu * fix: add permission to create release * fix: delegate tag for auto-iso releases,.. delete old version when rerunning * fix: multiline string for multine cmds * fix: specify gh repo in old release delete * fix: only create release if doesn't exist * fix: boot menu double user field * fix: clobber iso * chore: neutral defaults for boot menu * feat: run iso when iso-related changes pushed * docs: README section for ISO * fix: always get version tags (blue-build#134) --------- Co-authored-by: Scott Ames <[email protected]> --------- Co-authored-by: gerblesh <[email protected]> Co-authored-by: Jorge O. Castro <[email protected]> Co-authored-by: ER <[email protected]> Co-authored-by: Waffleophagus <[email protected]> Co-authored-by: plata <[email protected]> Co-authored-by: jh-devv <[email protected]> Co-authored-by: EinoHR <[email protected]> Co-authored-by: Scott Ames <[email protected]>
ny5RE
added a commit
to ny5RE/trueblue
that referenced
this pull request
Aug 11, 2023
fix: always get version tags (blue-build#134)
Ben9986
added a commit
to Ben9986/ublue-hyprland
that referenced
this pull request
Sep 8, 2023
* feat: add support for image signing * fix: fix build arguments * docs: update Installation in README * docs: include more detailed steps in installation section * docs: remove unneeded verification section * refactor: clean up image signing to line up more with upstream * feat: add signature rather than replace to allow rebasing back to uBlue main * style: format whitespace * refactor: fix jq, rename cosign.yaml and cosign.pub * Revert "refactor: clean up image signing to line up more with upstream" * style: prepend the entry in the JSON rather than append * fix: remove remnants from earlier image signing method * fix: remove old signing config, using the one from the config repo instead (blue-build#124) * fix: lowercase image name for signing * Updating Gamescope to pull from the most recent package. * Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates. * Revert "Per the updating tools, it appears that org.gnome.Games is end of life and will no longer get updates." This reverts commit 0f80d30. * fix: remove GNOME Games, is deprecated * chore: justom.just add line break at EOF * chore: autostart.desktop add line break at EOF * fix: capitalize first character of comment (blue-build#132) * feat: ISO build action (blue-build#133) * feat: base iso release workflow * does not produce a functional ISO yet needs boot_menu * chore(dev): start iso workflow on iso push * fix: rename release-iso to release-please * refactor: use github-cli to create release * fix: remove job dependencies * chore: basic boot menu * fix: add permission to create release * fix: delegate tag for auto-iso releases,.. delete old version when rerunning * fix: multiline string for multine cmds * fix: specify gh repo in old release delete * fix: only create release if doesn't exist * fix: boot menu double user field * fix: clobber iso * chore: neutral defaults for boot menu * feat: run iso when iso-related changes pushed * docs: README section for ISO * fix: always get version tags (blue-build#134) --------- Co-authored-by: Scott Ames <[email protected]> * docs: minor fixes to documentation (blue-build#136) * style: Remove extra whitespace in link description * fix: Fix link to make-your-own documentation * fix: dont add malformed tags if $MAJOR_VERSION is empty * build(deps): bump sigstore/cosign-installer from 3.1.1 to 3.1.2 Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: gerblesh <[email protected]> Co-authored-by: Jorge O. Castro <[email protected]> Co-authored-by: ER <[email protected]> Co-authored-by: Waffleophagus <[email protected]> Co-authored-by: plata <[email protected]> Co-authored-by: jh-devv <[email protected]> Co-authored-by: EinoHR <[email protected]> Co-authored-by: Scott Ames <[email protected]> Co-authored-by: Gordon Schulz <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
RoyalOughtness
referenced
this pull request
in secureblue/secureblue
Nov 27, 2023
--------- Co-authored-by: Scott Ames <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
recipe said "latest"