Skip to content

Commit 713dbd4

Browse files
committed
[release-1.16] Fixed the CI issues in 1.16
bumping knative.dev/serving 9be0816...a9c5467: > a9c5467 upgrade to latest dependencies (# 15749) bumping knative.dev/networking 4376124...e6fc9bb: > e6fc9bb upgrade to latest dependencies (# 1045) > a4342aa fix codegen by using newer scripts (# 1042) > 5afdd71 upgrade to latest dependencies (# 1044) Signed-off-by: Knative Automation <[email protected]> Update the dependencies and manifests (#1993) * Update the dependencies and manifests * Modified the clients * Changed the go version * Update the knative.dev/pkg Upgrade the deps for 1.18 (#1995) * Upgrade the deps for 1.18 * Change the syntax of exclude-dirs Update knative.dev/pkg (#1997) * Update knative.dev/pkg * Update pkg * Added the tags files under vendor Update community files (#1998) Signed-off-by: Knative Automation <[email protected]> upgrade to latest dependencies (#1999) bumping knative.dev/hack ce4c934...306ce74: > 306ce74 Update community files (# 414) bumping knative.dev/pkg c925de2...9e26561: > 9e26561 Update community files (# 3151) bumping knative.dev/eventing 9a7c6d5...51637df: > 51637df IntegrationSink prefactors (# 8486) > c429fc5 Remove unused code (# 8485) > 732ec62 Partial implementation of certmanager for integration sink (# 8481) > 5998cfe [main] Update community files (# 8480) bumping knative.dev/reconciler-test 62eb465...5ca0bd4: > 5ca0bd4 Update community files (# 786) bumping knative.dev/serving 582f453...87c07ee: > 87c07ee Update net-istio nightly (# 15789) > 09ec3f5 Update net-gateway-api nightly (# 15788) > 1124aff Update net-contour nightly (# 15787) > 99a8b20 Update net-istio nightly (# 15786) > 8d80bbe Update community files (# 15785) > 6da3d87 Update net-kourier nightly (# 15784) bumping knative.dev/caching fae69d3...cd0465a: > cd0465a Update community files (# 926) Signed-off-by: Knative Automation <[email protected]> upgrade to latest dependencies (#2001) bumping knative.dev/eventing 51637df...ae049c8: > ae049c8 Jsonata Event transform e2e tests (# 8499) > c828898 Generic code for Certificates (# 8489) > 351898d fix: verify trigger is not ready before pingsource dependency exists (# 8494) > c651616 Add initial iteration of eventing-integration resources (# 8493) Signed-off-by: Knative Automation <[email protected]> upgrade to latest dependencies (#2005) bumping knative.dev/caching cd0465a...ad23fbd: > ad23fbd upgrade to latest dependencies (# 925) bumping github.com/google/go-cmp c3ad843...9b12f36: > 9b12f36 Detect proto.Message types when failing to export a field (# 370) > 4dd3d63 fix: type 'aribica' => 'arabica' (# 368) > 391980c Support compare functions with SortSlices and SortMaps (# 367) bumping knative.dev/eventing ae049c8...3153b47: > 3153b47 EventTransform: Inject tracing configurations (# 8479) > db0cf43 Update to the correct file (# 8507) > adaafa2 [Automated] Update eventing-eventing-integrations nightly (# 8506) > 714deeb Update k8s version in e2e tests (# 8503) > 54a2402 Fix golangci exclude config (# 8502) > 80dd84e Guard reserved access with lock and create vpods in tests (# 8457) > 5bcee30 Inject integration images from ConfigMap (# 8500) bumping knative.dev/pkg 9e26561...0372c08: > 0372c08 Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (# 3152) Signed-off-by: Knative Automation <[email protected]> upgrade to latest dependencies (#2006) bumping knative.dev/networking 2cde432...863b7af: > 863b7af fix linter config (# 1049) > 1aaade7 upgrade to latest dependencies (# 1047) > d23278a Update community files (# 1048) bumping knative.dev/serving 87c07ee...0210658: > 0210658 upgrade to latest dependencies (# 15793) bumping knative.dev/eventing 3153b47...1e889be: > 1e889be SinkBinding: Set specific conditions for reconciler steps (# 8508) > 6073039 [main] Upgrade to latest dependencies (# 8512) Signed-off-by: Knative Automation <[email protected]> upgrade to latest dependencies (#2007) bumping knative.dev/eventing 1e889be...fe83e25: > fe83e25 EventTransform: add reconciler unit tests (# 8513) Signed-off-by: Knative Automation <[email protected]> Fix the Istio setup in CI (#2013) * Pin the istio to 1.22 in CI * Updated the manifests * Change the Istio setup in CI Updated the dependencies for 1.18 (#2015) * Updated the dependencies for 1.18 * Updated github.com/manifestival/client-go-client to 0.6.0 * Ignore the test coverage for some files [release-1.17] Fixed the CI issue for 1.17
1 parent ce79a4c commit 713dbd4

File tree

2,757 files changed

+225605
-161524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,757 files changed

+225605
-161524
lines changed

.codecov.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ ignore:
2323
- "test"
2424
- "third_party"
2525
- "vendor"
26+
- "pkg/reconciler/common/deployments.go"
27+
- "pkg/reconciler/common/stages.go"
28+
- "pkg/reconciler/common/install.go"
29+
- "pkg/reconciler/knativeserving/knativeserving.go"
30+
- "pkg/reconciler/knativeeventing/knativeeventing.go"

.github/workflows/publish-helm.yaml

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
name: Publish Helm Charts
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
workflow_dispatch:
8+
9+
jobs:
10+
release:
11+
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Checkout
19+
uses: actions/checkout@v4
20+
with:
21+
fetch-depth: 0
22+
23+
- name: Install Helm
24+
uses: azure/setup-helm@v4
25+
26+
- name: Install Helm HTML Plugin
27+
run: helm plugin install https://github.com/halkeye/helm-repo-html
28+
29+
- name: Build Helm Chart Repo index.yaml
30+
run: |
31+
# this script from main will be gone on gh-pages branch,
32+
# so lets stash it away in a temp directory in the directory above this one
33+
mkdir ../.tmp
34+
mv hack/find_helm_chart_releases_and_create_helm_index.sh ../.tmp/
35+
mv hack/gh-pages.tmpl ../.tmp/
36+
37+
if git show-ref --verify --quiet refs/heads/gh-pages || git ls-remote --exit-code --heads origin gh-pages; then
38+
# Branch exists
39+
git checkout gh-pages
40+
echo "Checked out existing branch 'gh-pages'"
41+
else
42+
# Branch does not exist
43+
git symbolic-ref HEAD refs/heads/gh-pages
44+
rm .git/index
45+
git clean -fdx
46+
echo ".tmp/" > .gitignore
47+
echo "Created and checked out new branch 'gh-pages'"
48+
fi
49+
50+
mv ../.tmp ./
51+
.tmp/find_helm_chart_releases_and_create_helm_index.sh
52+
helm repo-html -t .tmp/gh-pages.tmpl
53+
54+
if output=$(git status --porcelain) && [ -z "$output" ]; then
55+
# Working directory clean
56+
57+
echo "No changes to commit"
58+
else
59+
# Uncommitted changes
60+
echo "Changes detected"
61+
git status
62+
echo "Committing..."
63+
64+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
65+
git config --local user.name "github-actions[bot]"
66+
git add -A
67+
git commit -m "update helm chart repository index"
68+
fi
69+
70+
- name: Create Pull Request
71+
uses: peter-evans/create-pull-request@v7
72+
with:
73+
branch: feat/update-helm-repo-index-${{ github.sha }}
74+
base: gh-pages
75+
title: Update Helm Chart Repository Index
76+
body: |
77+
<!--
78+
Are you using Knative? If you do, we would love to know!
79+
https://github.com/knative/community/issues/new?template=ADOPTERS.yaml&title=%5BADOPTERS%5D%3A+%24%7BCOMPANY+NAME+HERE%7D
80+
-->
81+
82+
<!--
83+
Request Prow to automatically lint any go code in this PR:
84+
85+
/lint
86+
-->
87+
88+
## Proposed Changes
89+
90+
* Update Helm Chart Repository Index - generated by the publish-helm.yaml workflow
91+
92+
**Release Note**
93+
94+
<!-- Enter your extended release note in the below block. If the PR requires
95+
additional action from users switching to the new release, include the string
96+
"action required". If no release note is required, write "NONE". -->
97+
98+
```release-note
99+
NONE
100+
```

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ anaconda-mode/
7474
Session.vim
7575
# temporary
7676
.netrwhist
77-
# auto-generated tag files
78-
tags
77+
7978
### VisualStudioCode ###
8079
.vscode/*
8180
.history
8281
# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
82+
83+
charts/
84+
.tmp/

OWNERS_ALIASES

+7-20
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ aliases:
1313
- vyasgun
1414
docs-reviewers:
1515
- nainaz
16-
- retocode
1716
- skonto
1817
docs-writers:
1918
- csantanapr
20-
- retocode
2119
- skonto
2220
eventing-reviewers:
2321
- Leo6Leo
@@ -51,7 +49,6 @@ aliases:
5149
knative-admin:
5250
- aliok
5351
- cardil
54-
- davidhadas
5552
- dprotaso
5653
- dsimansk
5754
- evankanderson
@@ -60,15 +57,13 @@ aliases:
6057
- knative-prow-robot
6158
- knative-prow-updater-robot
6259
- knative-test-reporter-robot
63-
- nainaz
64-
- psschwei
65-
- retocode
66-
- salaboy
60+
- matzew
61+
- nrrso
6762
- skonto
6863
- upodroid
6964
knative-release-leads:
65+
- dprotaso
7066
- dsimansk
71-
- retocode
7267
- skonto
7368
knative-robots:
7469
- knative-automation
@@ -105,32 +100,24 @@ aliases:
105100
- davidhadas
106101
- evankanderson
107102
serving-approvers:
108-
- ReToCode
103+
- dsimansk
109104
- skonto
110105
serving-reviewers:
111-
- izabelacg
112-
- retocode
113106
- skonto
114107
serving-triage:
115-
- izabelacg
116-
- retocode
117108
- skonto
118109
serving-wg-leads:
119110
- dprotaso
120111
serving-writers:
121-
- ReToCode
122112
- dprotaso
113+
- dsimansk
123114
- skonto
124115
steering-committee:
125116
- aliok
126-
- davidhadas
127117
- dprotaso
128-
- dsimansk
129118
- evankanderson
130-
- nainaz
131-
- psschwei
132-
- salaboy
133-
technical-oversight-committee: []
119+
- matzew
120+
- nrrso
134121
ux-wg-leads:
135122
- cali0707
136123
- leo6leo

0 commit comments

Comments
 (0)