:wheel_of_dharma: Mirror images into your own registry and swap image references automatically.
chore: disable docs generation
Migrating to mike for different version and disable this for now.
Bumps actions/setup-go from 3 to 4.
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
.
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 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)build(deps): Bump actions/setup-go from 3 to 4 (#490)
Bumps actions/setup-go from 3 to 4.
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
.
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 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)Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: set codecov token to reduce fails
chore: remove issuehunt
chore: prepare mkdocs to use mike
This will create docs for different versions to cover possible backwards compability and avoid confusion.
I noticed the test
action was failing due to QEMU/buildx not being configured
Not sure why this was never merged. Seems to be obsolete now. Thanks for the contribution, much appreciated.
The logic used to skip source images that are within the same domain as the ECR registry does not work with GAR since GAR uses paths to designate a "registry".
Update skip logic to use the entire path of the target endpoint when comparing to source image.
fix: GAR registry domain skip logic (#488)
The logic used to skip source images that are within the same domain as the ECR registry does not work with GAR since GAR uses paths to designate a "registry".
Update skip logic to use the entire path of the target endpoint when comparing to source image.
Co-authored-by: Enrico Stahn enrico.stahn@gmail.com
refactor: adding tests and relocate skip logic
test: adding tests for skipping; some refactor & docs
chore: trigger release-drafter for main
feat: ability to disable image copying (ImageCopyPolicy=none) (#489)
Implement ImageCopyPolicy=none
Useful for air-gapped environments that only need to mutate pods and should not be copying images to the target registry.
Implement ImageCopyPolicy=none
Useful for air-gapped environments that only need to mutate pods and should not be copying images to the target registry.
Annotations provide a way to mark points on the graph ...
Could be an alternative to #282
Move accessPolicy into ecrOptions (#487)
fixes #464
they should be in 'ecrOptions:' under 'aws:'