Skip to content

Commit

Permalink
release 2.19.3 (#1819)
Browse files Browse the repository at this point in the history
* cleanup serverless chart config (#1798)

* test: CLI E2E tests with template operator (#1792)

* Setup e2e tests action

* Forcing an empty commit.

* Add go file + make target

* add Run E2E tests step

* add e2e test

* refactor existing E2E tests

* remove redundant step in e2e yaml

* trigger the pipeline

* editing go file to trigger pipeline

* fix yaml file

* remove unneeded expect statement

* some fixes

* some fixes

* add suite_test.go

* ginkgo bootstrap

* add e2e_suite_test

* remove unnecessary log

* fixes

* fixes

* start test implementation

* disable running e2e from

* create module test changes

* exclude e2e from test target

* kyma alpha deploy

* fix

* Forcing an empty commit.

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* Increase timeout

* fix

* fix

* fix

* fixes

* fixes

* fix

* Reduce timeout

* fixes

* fixes

* fixes

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* enable module

* enable module

* stop running create module command for the rest of the e2e

* stop running create module command for the rest of the e2e

* debug

* validate resources after enablement

* fix linting

* debugging

* debugging

* debugging

* debugging

* fixes

* fixes

* uncomment and add module name

* print kyma.status.modules

* add v1extensions scheme

* increase timeout

* debugging

* debugging

* revert module creation test

* fix linting

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* disable module

* add new template-operator

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix linting

* remove unneeded env variables

* remove unneeded env variables

* debug error

* debug error

* debug error

* fixes

* Oleksandr's comments

* fix test

* remove

* fix test

* fix test

* comment 1

* Oleksandr's PR comments

* fix

* fix

* fix

* fix

* Rephrase the Describe

* Oleksandr's comments

* Xin's comments

* Oleksandr's comments

* flatten

* fix linting

* fixes

* fixes

* fixes

* fix create module

* remove duplicate targets

* Forcing an empty commit.

* Xin's comment

* Xin's comment

* fix status

* fix status

* fix status

* fix status

* comment

* remove unneeded consts

* fix: Error out if create module is executed with an existing version without the overwrite flag (#1797)

* Setup e2e tests action

* Forcing an empty commit.

* Add go file + make target

* add Run E2E tests step

* add e2e test

* refactor existing E2E tests

* remove redundant step in e2e yaml

* trigger the pipeline

* editing go file to trigger pipeline

* fix yaml file

* remove unneeded expect statement

* some fixes

* some fixes

* add suite_test.go

* ginkgo bootstrap

* add e2e_suite_test

* remove unnecessary log

* fixes

* fixes

* start test implementation

* disable running e2e from

* create module test changes

* exclude e2e from test target

* kyma alpha deploy

* fix

* Forcing an empty commit.

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* Increase timeout

* fix

* fix

* fix

* fixes

* fixes

* fix

* Reduce timeout

* fixes

* fixes

* fixes

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* debug error

* enable module

* enable module

* stop running create module command for the rest of the e2e

* stop running create module command for the rest of the e2e

* debug

* validate resources after enablement

* fix linting

* debugging

* debugging

* debugging

* debugging

* fixes

* fixes

* uncomment and add module name

* print kyma.status.modules

* add v1extensions scheme

* increase timeout

* debugging

* debugging

* revert module creation test

* fix linting

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* disable module

* add new template-operator

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix test

* fix linting

* remove unneeded env variables

* remove unneeded env variables

* debug error

* debug error

* debug error

* fixes

* Oleksandr's comments

* fix test

* remove

* fix test

* fix test

* comment 1

* Oleksandr's PR comments

* fix

* fix

* fix

* fix

* fix implementation

* Add e2e test

* fix test

* fix

* fix

* debug test

* fix linting

* debuggging

* Rephrase the Describe

* Oleksandr's comments

* debug test

* debug test

* debug test

* fix target

* fix error message

* fix: Add module version annotation to the ModuleTemplate (#1799)

* add test

* Addressing test comment

* PR comments

* enhance message (#1801)

* feat: Add refactor title type (#1803)

* remove custom multierror. use join on one fix occurence (#1802)

* chore: Fix some CLI checkmarx issues (#1807)

* Add some error handling

* More error handling for regex

* Condest reconciler call

* Add default status

* bump golang.org/x/net (#1815)

* fix(checkmarx): Fix unhandled errors (#1813)

* Fix unhandled errors

* APlly review comments

* fix misspelling

* update kyma to 2.19.3

---------

Co-authored-by: Damian Badura <[email protected]>
Co-authored-by: Nesma Badr <[email protected]>
Co-authored-by: Benjamin Lindner <[email protected]>
Co-authored-by: Jeremy Harisch <[email protected]>
  • Loading branch information
5 people authored Oct 30, 2023
1 parent b9a7465 commit b9d904f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gen-docs/kyma_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kyma deploy [flags]
- Deploy a specific branch of the Kyma repository on kyma-project.org: "kyma deploy --source=<my-branch-name>"
- Deploy a commit (8 characters or more), for example: "kyma deploy --source=34edf09a"
- Deploy a pull request, for example "kyma deploy --source=PR-9486"
- Deploy the local sources: "kyma deploy --source=local" (default "2.19.2")
- Deploy the local sources: "kyma deploy --source=local" (default "2.19.3")
-t, --timeout duration Maximum time for the deployment. (default 20m0s)
--tls-crt string TLS certificate file for the domain used for installation.
--tls-key string TLS key file for the domain used for installation.
Expand Down
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
package config

const (
DefaultKyma2Version = "2.19.2"
DefaultKyma2Version = "2.19.3"
)

0 comments on commit b9d904f

Please sign in to comment.