-
Notifications
You must be signed in to change notification settings - Fork 21
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(deps): update githubactions #553
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
renovate
bot
force-pushed
the
renovate/githubactions
branch
from
July 19, 2024 18:44
518eab6
to
c1b353f
Compare
renovate
bot
changed the title
chore(deps): update githubactions to v4.0.3
chore(deps): update githubactions
Jul 19, 2024
renovate
bot
force-pushed
the
renovate/githubactions
branch
from
July 19, 2024 21:07
c1b353f
to
7b259e8
Compare
| datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | actions/setup-node | v4.0.2 | v4.0.3 | | github-tags | chainguard-dev/setup-chainctl | v0.2.1 | v0.2.2 | | github-tags | defenseunicorns/lula | v0.4.1 | v0.4.3 |
renovate
bot
force-pushed
the
renovate/githubactions
branch
from
July 24, 2024 01:52
7b259e8
to
698ce73
Compare
Compliance registry1 Evaluation: success CC: @defenseunicorns/lula-dev |
mjnagel
approved these changes
Jul 26, 2024
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
mjnagel
pushed a commit
that referenced
this pull request
Aug 2, 2024
🤖 I have created a release *beep* *boop* --- ## [0.25.0](v0.24.1...v0.25.0) (2024-08-02) ### ⚠ BREAKING CHANGES * change metric server to optional (#611) ### Features * add json logging for keycloak ([#610](#610)) ([29ed934](29ed934)) * **istio:** add configurable TLS version ([#624](#624)) ([cd2b87e](cd2b87e)) ### Bug Fixes * account for keycloak HA ports ([#619](#619)) ([434f349](434f349)) * add google saml to slim-dev ([#613](#613)) ([f2164e1](f2164e1)) * address network policy generation inter-namespace bug ([#564](#564)) ([9b14c2c](9b14c2c)) * reference root scope ([#633](#633)) ([5de6915](5de6915)) ### Miscellaneous * change metric server to optional (#611) ([bc2d673](bc2d673)) * **deps:** update dependency defenseunicorns/uds-common to v0.9.0 ([#592](#592)) ([44ea2d7](44ea2d7)) * **deps:** update dependency weaveworks/eksctl to v0.187.0 ([#539](#539)) ([9002a94](9002a94)) * **deps:** update githubactions ([#553](#553)) ([2a9e29a](2a9e29a)) * **deps:** update grafana curl image to v8.9.0 ([#596](#596)) ([64f9408](64f9408)) * **deps:** update grafana helm chart to v8.3.6 ([#594](#594)) ([1f2005b](1f2005b)) * **deps:** update istio to v1.22.3 ([#580](#580)) ([7aba89e](7aba89e)) * **deps:** update lula to v0.4.4 ([#615](#615)) ([b02b305](b02b305)) * **deps:** update neuvector-updater/curl to v8.9.0 ([#597](#597)) ([b4bd660](b4bd660)) * **deps:** update promtail configmap-reload to v0.13.1 ([#608](#608)) ([d98bbae](d98bbae)) * **deps:** update promtail helm chart to v6.16.4 ([#574](#574)) ([bf9f65c](bf9f65c)) * **deps:** update to identity-config 0.5.2 ([#635](#635)) ([6474d16](6474d16)) * **deps:** update uds cli to v0.13.1 ([#569](#569)) ([4339c89](4339c89)) * **deps:** update zarf to v0.36.1 ([#562](#562)) ([058cfb3](058cfb3)) * disable telemetry/analytics for loki/grafana ([#601](#601)) ([ad785bc](ad785bc)) * update zarf to new repo location, 0.37.0 ([#631](#631)) ([29f9fd0](29f9fd0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
v4.0.2
->v4.0.3
v0.2.1
->v0.2.2
v0.4.1
->v0.4.3
095636b
->939e0a3
Release Notes
actions/setup-node (actions/setup-node)
v4.0.3
Compare Source
chainguard-dev/setup-chainctl (chainguard-dev/setup-chainctl)
v0.2.2
Compare Source
What's Changed
config-path
input to configure chainctl for different environments by @cmdpdx in https://github.com/chainguard-dev/setup-chainctl/pull/11New Contributors
Full Changelog: chainguard-dev/setup-chainctl@v0.2.1...v0.2.2
defenseunicorns/lula (defenseunicorns/lula)
v0.4.3
Compare Source
This release contains a small list of features, fixes, and dependency updates. The main feature in this release is the inclusion of the JSON schema for a Lula Validation. This is schema can be used in developing validations, as the schema can be imported into the IDE of choice (from
/src/pkg/common/schemas/validation.json
). Thelula dev lint
command can be used to lint a validation manifest. Additionally, improperly structured validations will be identified inlula validate
andlula tools compose
.Some docs updates and additions are also part of this release in support of the impending rollout of the Lula website.
Features
Bug Fixes
Miscellaneous
What's Changed
Full Changelog: defenseunicorns/lula@v0.4.2...v0.4.3
v0.4.2
Compare Source
This release fixes several bugs with the evaluate, generate, and upgrade commands, and includes several dependency updates.
Evaluate now allows for setting the threshold property to true for instances where you're running evaluate against an assessment-result that only has one result.
Generate for component-definitions now adds a text block within the component's remark field to describe how to reproduce the generation of the component.
Upgrade now handles errors for instances when the file selected does not exist. It also has the input file flag as a requirement.
Smaller changes of note, the lula.dev website codebase has been removed from the Lula repo into a dedicated repo.
Bug Fixes
Miscellaneous
What's Changed
Full Changelog: defenseunicorns/lula@v0.4.1...v0.4.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.