-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Update istio/istio to latest mixer image #115
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
Merged
Merged
Conversation
This file contains hidden or 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
…his should unblock e2e tests using the demo in istio/istio.
kyessenov
approved these changes
Apr 6, 2017
rshriram
approved these changes
Apr 6, 2017
We just have to wait till @sebastienvas updates the jenkins hooks. Then we can make this test mandatory for all PRs. |
Jenkins job istio/presubmit passed |
3 similar comments
Jenkins job istio/presubmit passed |
Jenkins job istio/presubmit passed |
Jenkins job istio/presubmit passed |
zenlint
pushed a commit
to zenlint/istio
that referenced
this pull request
Aug 30, 2017
* Egress task improvements * fix section heading * add prompts
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Set up integration test framework * Add bin/e2e.sh that is called by Jenkins to build and push up a container image * Add integration/ executable which deployes Istio CA into testing cluster and check `istio.default` secret is created More tests will be added in following PRs This PR is part of #115 * Address comments
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
This commit is part of #115
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
* Set up integration test framework * Add bin/e2e.sh that is called by Jenkins to build and push up a container image * Add integration/ executable which deployes Istio CA into testing cluster and check `istio.default` secret is created More tests will be added in following PRs This PR is part of #115 * Address comments
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
rajusharma
pushed a commit
to rajusharma/istio
that referenced
this pull request
Jul 2, 2019
howardjohn
pushed a commit
to howardjohn/istio
that referenced
this pull request
Jan 12, 2020
* Add documentation to SecurityConfig. * add doc for commented fields.
deva26
pushed a commit
to deva26/istio
that referenced
this pull request
Jun 24, 2020
danehans
pushed a commit
to danehans/istio
that referenced
this pull request
Nov 2, 2021
* upgrade machine types * add echo statements and remove count
luksa
pushed a commit
to luksa/istio
that referenced
this pull request
Oct 14, 2024
…ter-merge_upstream_istio_master-6253864e Automator: merge upstream changes to openshift-service-mesh/istio@master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 should unblock e2e tests using the demo in istio/istio.
Generated and tested by:
./tests/kubeTest.sh -x "gcr.io/istio-testing,2017-04-06-18.08.24"
istio.VERSION
to that image./scripts/update.sh
./tests/kubeTest.sh
This change is