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

deps: Update reconciler version #1786

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Conversation

triffer
Copy link
Contributor

@triffer triffer commented Sep 27, 2023

Description

Changes proposed in this pull request:

  • Update reconciler version to include changes to Ory reconciler required for Ory Hydra migration

Related PR

Related issue(s)

@triffer triffer requested a review from a team as a code owner September 27, 2023 08:39
@kyma-bot kyma-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 27, 2023
@triffer triffer changed the title Update reconciler version deps: Update reconciler version Sep 27, 2023
@kyma-bot kyma-bot added the lgtm Looks good to me! label Sep 27, 2023
@kyma-bot kyma-bot merged commit 59eb293 into kyma-project:main Sep 27, 2023
6 checks passed
@triffer triffer deleted the update-reconciler branch September 27, 2023 11:17
kyma-bot pushed a commit that referenced this pull request Sep 27, 2023
* Release 2.18.0 (#1759)

* upgrade go mod and smoke test for alpha deploy (#1758)

* revert go mod upgarde

* add smoke test
update go mod

* enhance github pipeline

* fix breaking changes

* set creationtimestamp for crd

* fix smoke test

* rename

* remove unused env

* Allow create module for no git directory (#1751)

* pre-ready commit

* pre-ready commit 2

#1723

* pre-ready PR

#1723

* Add localfsblob instead of github metadata

#1723

* Remove the fileSystem impl and OCM SourceMeta when it's not a git target folder

#1723

* Remove pointer receiver for the 'GitSource' struct as the methods are not updating the struct

#1723

* chancges after PR comments

* Improved the codebase and adding in consideration the new requirement related to the security scan.

* fix linting newline

* Add Unit tests to "files.SearchForTargetDirByName" function

* Add support to interactive mode

* Revert Sec Scan struct

* Add a yellow warning when the target folder's not a git repo

* Add missed sec config path file check

* Add support of the relative and absolute path

* Changed 'isFileExist' to boolean instead of returning error

* Update message

* redecalred the err

* remove err.Err() when sec scan's skipped

* NewNice should init with NonInteractive

* refactor determineRepositoryURL

* make new line for Caution message

---------

Co-authored-by: Xin Ruan <[email protected]>

* Introduce flag to pass git remote (#1762)

* Introduce new flag to configure remote name of git repo

* make docs

* unit test

* Merge with main

* Unexport function

* feat: Add Custom State Check Support to Create Module Command (#1764)

* feat: Add Custom State Check Support to Create Module Command

* custom_state_check_test.go: Add Unit Tests

* Commit TWS suggestions

---------

Co-authored-by: jeremyharisch <[email protected]>

* fix: Remove CustomStateCheck flags from the Module Command (#1767)

* fix: Remove CustomStateCheck flags from the Module Command

* add help desc

* gen docs

* Extend tests with correct scenarios

* add check for required customStateChecks to validation

* bump and fix lint

---------

Co-authored-by: Benjamin Lindner <[email protected]>

* Fix repoUrl for parent-child git structure (#1770)

* fix bug

* Add unit test

* remove test

* revert changes

* Revert "revert changes"

This reverts commit 150cb24.

* fix path

* fix linting

* CR comments

* Revert "CR comments"

This reverts commit 4f636c1.

* CR comments

* Forcing an empty commit.

* remove unneeded if condition

* Do not remove `.git` if exists (#1775)

* Do not remove .git if exists

* Add one testcase

* use ociblob instead of ocilocalblob for oci v2 (#1768)

* remove compatible attribute for v2, so that v2 generate resources with ociblob instead of depricated ocilocalblob

* add e2e test

* add e2e test

* add module config test

* add module config test

* fix github action

* extend e2e test
drop gotest.tools

* fix lint

* test repoURL

* fix TEST_REPOSITORY_URL location

* gofmt

* align name

* gomod(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.6 (#1774)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.3 to 1.7.6.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.3...v1.7.6)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* bring back default kyma version to main for main branch (#1778)

* chore(infra): Adjust GitHub Action linters (#1780)

* Configure PR Title linter to impose Conventional Commits spec

* Configure dependabot to adhere to the Conventional Commits spec

* Configure markdown files links checker

* Configure changelog groups for the goreleaser

* Updating the security scan labels according to the new fields in the security config files (#1776)

* fixes

* Add security scan labels to e2e test

* fix test

* fix test

* debug test

* debug test

* fix test

* debug test

* debug test

* debug test

* debug test

* debug test

* debug test

* debug test

* debug test

* debug test

* debug test

* debug test

* fix test

* debug test

* overwrite version

* overwrite version

* overwrite version

* debug test

* remove debugging statements

* fix

* gomod(deps): bump github.com/cyphar/filepath-securejoin (#1772)

Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases)
- [Commits](cyphar/filepath-securejoin@v0.2.3...v0.2.4)

---
updated-dependencies:
- dependency-name: github.com/cyphar/filepath-securejoin
  dependency-type: indirect
...

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

* Run GH ACtion also on release branches (#1785)

* deps: Update reconciler version  (#1786)

* Update reconciler version with Ory reconciler changes for Hydra migration

* fix go.sum

---------

Co-authored-by: Badr, Nesma <[email protected]>

* chore(dependabot): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.9.0 (#1783)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.7.0 to 5.9.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.7.0...v5.9.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(dependabot): bump istio.io/client-go (#1788)

Bumps [istio.io/client-go](https://github.com/istio/client-go) from 1.19.0-alpha.1.0.20230825174843-7a8fbe28cb5d to 1.19.0.
- [Commits](https://github.com/istio/client-go/commits/1.19.0)

---
updated-dependencies:
- dependency-name: istio.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Xin Ruan <[email protected]>
Co-authored-by: Mohammed Mesaoudi <[email protected]>
Co-authored-by: Hukumraj Singh Deora <[email protected]>
Co-authored-by: Benjamin Lindner <[email protected]>
Co-authored-by: Nesma Badr <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleksandr Meteiko <[email protected]>
Co-authored-by: Tim Riffer <[email protected]>
Co-authored-by: Badr, Nesma <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Looks good to me! size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants