-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency architect to v5.11.4 #104
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/architect-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
added
dependencies
Pull requests that update a dependency file
renovate
PR created by RenovateBot
labels
Aug 20, 2024
renovate
bot
changed the title
Update dependency architect to v5.5.0
Update dependency architect to v5.5.1
Aug 22, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
August 22, 2024 09:14
f9bed34
to
1ba6efb
Compare
renovate
bot
changed the title
Update dependency architect to v5.5.1
Update dependency architect to v5.6.0
Aug 26, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
2 times, most recently
from
August 29, 2024 20:23
ea0d37b
to
67ba249
Compare
renovate
bot
changed the title
Update dependency architect to v5.6.0
Update dependency architect to v5.7.0
Aug 29, 2024
renovate
bot
changed the title
Update dependency architect to v5.7.0
Update dependency architect to v5.8.0
Sep 3, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
September 3, 2024 23:02
67ba249
to
e3aa15a
Compare
renovate
bot
changed the title
Update dependency architect to v5.8.0
Update dependency architect to v5.9.0
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
October 8, 2024 10:28
e3aa15a
to
5a691b8
Compare
renovate
bot
changed the title
Update dependency architect to v5.9.0
Update dependency architect to v5.10.0
Oct 8, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
October 8, 2024 16:36
5a691b8
to
ff1fc5e
Compare
renovate
bot
changed the title
Update dependency architect to v5.10.0
Update dependency architect to v5.10.1
Oct 9, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
October 9, 2024 11:40
ff1fc5e
to
6b78c24
Compare
renovate
bot
changed the title
Update dependency architect to v5.10.1
Update dependency architect to v5.11.0
Oct 29, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
October 29, 2024 14:52
6b78c24
to
6e36923
Compare
renovate
bot
changed the title
Update dependency architect to v5.11.0
Update dependency architect to v5.11.1
Oct 31, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
October 31, 2024 10:46
6e36923
to
416038e
Compare
renovate
bot
changed the title
Update dependency architect to v5.11.1
Update dependency architect to v5.11.2
Dec 4, 2024
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
December 4, 2024 18:15
416038e
to
e7e95b4
Compare
renovate
bot
changed the title
Update dependency architect to v5.11.2
Update dependency architect to v5.11.3
Jan 7, 2025
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
January 7, 2025 10:14
e7e95b4
to
be4c4b0
Compare
renovate
bot
changed the title
Update dependency architect to v5.11.3
Update dependency architect to v5.11.4
Jan 7, 2025
renovate
bot
force-pushed
the
renovate/architect-5.x
branch
from
January 7, 2025 13:48
be4c4b0
to
5157c36
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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:
5.4.0
->5.11.4
Release Notes
giantswarm/architect-orb (architect)
v5.11.4
Compare Source
Fixed
app-build-suite
beforeconftest
inpush-to-app-catalog
job to fix missing subchart issue.v5.11.3
Compare Source
Changed
push-to-app-catalog
job to prevent duplicated code and duplicated executions of architect and app-build-suite.v5.11.2
Compare Source
Added
go-test
checks for non-ASCII filenames and non-ASCII characters in Go code.app-build-suite
executor to 1.2.8v5.11.1
Compare Source
Changed
v5.11.0
Compare Source
Changed
v5.10.1
Compare Source
Changed
v5.10.0
Compare Source
app-build-suite
to v1.2.5.v5.9.0
Compare Source
Changed
app-test-suite_version
default to v0.8.0.app-build-suite
to v1.2.3.v5.8.0
Compare Source
Changed
app-test-suite_version
default to v0.7.0v5.7.0
Compare Source
Added
path
parameter togo-build
andgo-test
jobs to allow for different Go package path.v5.6.0
Compare Source
Changed
v5.5.2
Compare Source
Removed
go-test
...go vet
, as the same checks are also run bygolangci-lint
go test
step up to get executed beforegolangci-lint
, for reduced runtime.golangci-lint
Changed
go-test
, thegolangci-lint
call is no longer limited to a certain number of issues per linter (max-issues-per-linter is now 0).go-test
, use theenvironment
key for setting environment variables.v5.5.1
Compare Source
Fixed
GOGC
when running golangci-lint to help avoid using up all available memory in CircleCIv5.5.0
Compare Source
Changed
architect
to v6.17.0.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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.