1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg
shuting 5fa6e1fa48
fix: cloneList sync behavior (#7466)
* fix flaky tests

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* chore(deps): bump docker/login-action from 2.1.0 to 2.2.0 (#7463)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](f4ef78c080...465a07811f)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump slsa-framework/slsa-github-generator (#7462)

Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix cloneList sync behavior

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* skip creating duplicate URs

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* add kuttl tests

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* fix

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* add kuttl tests

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* add kuttl tests

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* renam

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* fix

Signed-off-by: ShutingZhao <shuting@nirmata.com>

---------

Signed-off-by: ShutingZhao <shuting@nirmata.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-13 09:12:13 +00:00
..
auth feat: add auth checker interface (#7323) 2023-05-30 18:01:44 +08:00
autogen fix: autogen not generating the correct kind (#7455) 2023-06-07 20:32:35 +02:00
background fix: cloneList sync behavior (#7466) 2023-06-13 09:12:13 +00:00
client add new fields to UR; add helpers (#6294) 2023-02-10 14:56:17 +00:00
clients fix: propagate context when listing resources (#7487) 2023-06-11 13:57:21 +02:00
config feat: add config inclusions support (#7082) 2023-05-03 16:40:36 +00:00
controllers feat: use context for toggles management (#7501) 2023-06-12 17:36:12 +02:00
cosign fix: cosign global var (#7397) 2023-06-02 12:18:10 +00:00
engine fix: use RawClient in context loader (#7499) 2023-06-12 16:03:17 +00:00
event Added omit-events flag to allow disabling of event emission (#7010) 2023-05-10 11:48:41 +00:00
images Added fetchAttestations method to notaryV2 implimentation (#6800) 2023-06-01 16:05:28 +08:00
leaderelection Remove dependency on github.com/pkg/errors (#6165) 2023-02-01 14:38:04 +08:00
logging refactor: introduce cmd internal package (#5404) 2022-11-18 22:21:15 +08:00
metrics chore: bump otel deps (#7152) 2023-05-11 10:16:48 +00:00
notary Added fetchAttestations method to notaryV2 implimentation (#6800) 2023-06-01 16:05:28 +08:00
openapi feat: update built-in resource schemas (#7014) 2023-04-27 05:11:31 +00:00
policy fix: the same source cannot be used for multiple targets with a generate clone rule (#7436) 2023-06-07 13:50:47 +00:00
policycache refactor: introduce pss validation handler (#6724) 2023-03-30 09:51:16 +00:00
profiling refactor: introduce cmd internal package (#5404) 2022-11-18 22:21:15 +08:00
pss fix latest version check (#7263) 2023-05-23 15:38:41 +00:00
registryclient feat: add credential helpers flags (#6974) 2023-04-18 18:00:30 +02:00
tls fix: delete certificate secret if type is not TLS (#6368) 2023-02-22 17:04:17 +08:00
toggle feat: use context for toggles management (#7501) 2023-06-12 17:36:12 +02:00
tracing fix: add logs in webhook middlewares (#6797) 2023-04-06 14:28:13 +00:00
userinfo refactor: reduce userinfos deps and add unit tests (#6524) 2023-03-10 09:09:19 +00:00
utils chore: remove last-applied-patches annotation (#7438) 2023-06-07 04:51:02 +00:00
validation fix mutate targets validation (#7387) 2023-06-02 15:06:01 +02:00
version refactor: split main into sub func (#4810) 2022-10-05 10:58:35 +00:00
webhooks fix: cloneList sync behavior (#7466) 2023-06-13 09:12:13 +00:00