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

melange 0.5.2 #153769

Merged
merged 2 commits into from
Nov 9, 2023
Merged

melange 0.5.2 #153769

merged 2 commits into from
Nov 9, 2023

Conversation

Porkepix
Copy link
Contributor

@Porkepix Porkepix commented Nov 9, 2023

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Document the release steps. by @vaikas in https://github.com/chainguard-dev/melange/pull/759
* Add APK linting to Melange by @Elizafox in https://github.com/chainguard-dev/melange/pull/760
* replace the fetch python url to more friendly URI by @cpanato in https://github.com/chainguard-dev/melange/pull/761
* document full-version, add pointer to docs. by @vaikas in https://github.com/chainguard-dev/melange/pull/753
* Centralize SOURCE_DATE_EPOCH parsing. by @wlynch in https://github.com/chainguard-dev/melange/pull/767
* Add multiple Python packages post-linter by @Elizafox in https://github.com/chainguard-dev/melange/pull/764
* build(deps): bump google.golang.org/api from 0.147.0 to 0.148.0 by @dependabot in https://github.com/chainguard-dev/melange/pull/774
* build(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 by @dependabot in https://github.com/chainguard-dev/melange/pull/773
* build(deps): bump github.com/klauspost/compress from 1.17.1 to 1.17.2 by @dependabot in https://github.com/chainguard-dev/melange/pull/771
* build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in https://github.com/chainguard-dev/melange/pull/768
* build(deps): bump chainguard.dev/apko from 0.10.1-0.20230918194837-e9722fcc3e50 to 0.11.0 by @dependabot in https://github.com/chainguard-dev/melange/pull/770
* build(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by @dependabot in https://github.com/chainguard-dev/melange/pull/782
* Improve linter diagnostic output by @Elizafox in https://github.com/chainguard-dev/melange/pull/783
* Fix ownership not being preserved by @epsilon-phase in https://github.com/chainguard-dev/melange/pull/781
* linter: refactor check block generation in tests by @Elizafox in https://github.com/chainguard-dev/melange/pull/786
* melange bump: only reset the epoch if version changes, else increment it by @rawlingsj in https://github.com/chainguard-dev/melange/pull/733
* Add Python docs linter by @Elizafox in https://github.com/chainguard-dev/melange/pull/789
* readlinkfs: ignore security.selinux xattrs by @joemiller in https://github.com/chainguard-dev/melange/pull/790
* Rename Python linters to python/* by @Elizafox in https://github.com/chainguard-dev/melange/pull/791
* drop sync-issues-to-project-board.yaml not used anymore by @cpanato in https://github.com/chainguard-dev/melange/pull/765
* SCA: add python dependency generator by @kaniini in https://github.com/chainguard-dev/melange/pull/788
* Add python/test linter by @Elizafox in https://github.com/chainguard-dev/melange/pull/795
* SCA refactoring, part 1 by @kaniini in https://github.com/chainguard-dev/melange/pull/793
* Add json tags to melange Configuration. by @wlynch in https://github.com/chainguard-dev/melange/pull/796
* Separate out package and build lints by @Elizafox in https://github.com/chainguard-dev/melange/pull/797
* Fix ownership issue by @epsilon-phase in https://github.com/chainguard-dev/melange/pull/784
* Add SBOM linter by @Elizafox in https://github.com/chainguard-dev/melange/pull/801
* pipelines: add npm-install pipeline by @julienv3 in https://github.com/chainguard-dev/melange/pull/763
* build(deps): bump sigs.k8s.io/release-utils from 0.7.5 to 0.7.6 by @dependabot in https://github.com/chainguard-dev/melange/pull/798
* build(deps): bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible by @dependabot in https://github.com/chainguard-dev/melange/pull/800
* build(deps): bump chainguard.dev/apko from 0.11.1-0.20231026220613-a2b17f6490d2 to 0.11.1 by @dependabot in https://github.com/chainguard-dev/melange/pull/799
* Fix Typo in the `./hack/make-devenv.sh` by @debasishbsws in https://github.com/chainguard-dev/melange/pull/727
* Add linters for documentation and object files by @epsilon-phase in https://github.com/chainguard-dev/melange/pull/806
* Add a test to ensure that ranges are handled properly. by @epsilon-phase in https://github.com/chainguard-dev/melange/pull/809
* Bump go-apk and use faster tarfs implementation by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/810
* Filter out noise opening non-ELF files by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/811
* Bump go-apk by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/812
* Fix deduplication of strings because slices.Compact doesn't sort the input by @kaniini in https://github.com/chainguard-dev/melange/pull/814
* Remove impossible errors by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/816
* Make loadUse test actually test something by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/817
* Remove impossible errors by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/818
* Get rid of PackageContext and SubpackageContext by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/819
* Error early if uses and runs are both present by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/820
* remove unimplemented references to fulcio support by @imjasonh in https://github.com/chainguard-dev/melange/pull/830
* fail if 'with' is used with 'runs' by @imjasonh in https://github.com/chainguard-dev/melange/pull/829
* Delete no-op sbom code by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/832
* Plumb check configs through to linters by @jonjohnsonjr in https://github.com/chainguard-dev/melange/pull/833
* GithubReleaseMonitor: add tagprefix and tagcontains to be used in git… by @ajayk in https://github.com/chainguard-dev/melange/pull/834

New Contributors

Full Changelog: chainguard-dev/melange@v0.5.1...v0.5.2

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Nov 9, 2023
Copy link
Contributor

github-actions bot commented Nov 9, 2023

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 9, 2023
@BrewTestBot BrewTestBot enabled auto-merge November 9, 2023 15:35
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 9, 2023
Merged via the queue into Homebrew:master with commit 34d8b18 Nov 9, 2023
12 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Dec 11, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants