Commit 22b9138
fix: Fix GitHub Actions to pass authentication (feast-dev#4963)
* fix: Update workflows to also use workflow_call
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Also adding workflow_call to release version
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Adding type to release version input
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* chore: Fix operator release workflow (v0.43-branch) (feast-dev#4937)
fix operator release workflow
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* fix: Updated type in yaml
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Updating publish.yml
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Update type in publish_images
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Updating publish helm charts
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Updating publish java sdk
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Updating environment variable in the build_wheels
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* updating input parameters to build wheels
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* formatting issue
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* chore: Fix operator release for 0.43.0 (v0.43-branch) (feast-dev#4939)
fix operator release for 0.43.0
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* renaming args and adding more
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Adding outputs to build_wheels workflow
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* reverting changes
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* chore: Add ability to change default feature-server image during Operator deploy (v0.43-branch) (feast-dev#4941)
chore: Add ability to change default feature-server image during Operator deploy (feast-dev#4940)
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* chore: CR image no longer needed for e2e (v0.43-branch) (feast-dev#4943)
CR image no longer needed for e2e
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* chore: Fix publish, versions issue (feast-dev#4944)
fix publish, versions issue
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* chore: Fix publish, versions issue (feast-dev#4945)
fix publish, versions issue
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* chore: Fix publish, versions issue (feast-dev#4946)
fix publish, versions issue
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* chore: Fix publish, versions issue (feast-dev#4947)
fix publish, versions issue
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* fix publish, versions issue (feast-dev#4948)
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* fix: adding checkout to publish sdk
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* chore: Change get version workflow to an action (feast-dev#4951)
change get version workflow to an action
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* fix: Release Fix - Added the workflow_call element in missing workflows (feast-dev#4954)
Added the workflow_call element in all the workflows wherever there is a workflow_dispatch element to see if that fixes the problem to be able to call the workflow from another workflow.
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
* chore: Build wheels fix (feast-dev#4957)
dev
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* chore: Fix python-sdk workflow (feast-dev#4958)
dev
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* fix: adding type and workflow_call to build_wheels.yml
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* chore: Remove checkout from get-version action (feast-dev#4959)
dev
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* chore: Fixing build wheels pre-release image build (feast-dev#4960)
dev
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
* fix: Updating pypi upload to use legacy repo url (feast-dev#4962)
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Updating repostiry to repostory url
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* converting to dash to see if that works
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Updating pypi publish action and adding name
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: moving back to kebab case
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* fix: Trying to hardcode gh-action version
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* trying new version with oidc false
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* trying without attestations
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* reverting again to old action and removing checkout action
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* reverting code to existing master without actions checkout
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* logging token length to validate it and adding quotes to password
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding logging to the build wheels to see if secret is present there
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding secrets to jobs keyword
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding input parameters to build wheels and publish python sdk
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* addding inherit
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* commenting out the publish python sdk and adding inherit
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* commenting out the needs
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing commented out code and logging to incorporate code that worked
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* adding one more change to remove logging
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing changes outside of actions
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing makefile change
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing yamls
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* removing changes files and reverting move of file
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
* reverting changed files
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
---------
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Tommy Hughes <tohughes@redhat.com>
Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
Co-authored-by: Tommy Hughes IV <tohughes@redhat.com>
Co-authored-by: lokeshrangineni <19699092+lokeshrangineni@users.noreply.github.com>1 parent b026d0c commit 22b9138
9 files changed
Lines changed: 264 additions & 159 deletions
File tree
- .github
- actions/get-semantic-release-version
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | | - | |
17 | | - | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
| 27 | + | |
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
46 | 57 | | |
47 | 58 | | |
48 | | - | |
| 59 | + | |
49 | 60 | | |
50 | 61 | | |
51 | 62 | | |
| |||
69 | 80 | | |
70 | 81 | | |
71 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
72 | 88 | | |
| 89 | + | |
| 90 | + | |
73 | 91 | | |
74 | 92 | | |
75 | 93 | | |
76 | | - | |
| 94 | + | |
77 | 95 | | |
78 | 96 | | |
79 | 97 | | |
| |||
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
| 110 | + | |
92 | 111 | | |
93 | | - | |
| 112 | + | |
94 | 113 | | |
95 | 114 | | |
96 | | - | |
| 115 | + | |
97 | 116 | | |
98 | 117 | | |
99 | 118 | | |
| |||
102 | 121 | | |
103 | 122 | | |
104 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
105 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
106 | 133 | | |
| 134 | + | |
107 | 135 | | |
108 | | - | |
109 | | - | |
110 | 136 | | |
111 | 137 | | |
| 138 | + | |
112 | 139 | | |
113 | | - | |
| 140 | + | |
114 | 141 | | |
115 | 142 | | |
116 | 143 | | |
| |||
129 | 156 | | |
130 | 157 | | |
131 | 158 | | |
132 | | - | |
133 | 159 | | |
| 160 | + | |
134 | 161 | | |
135 | 162 | | |
136 | 163 | | |
| |||
160 | 187 | | |
161 | 188 | | |
162 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
163 | 195 | | |
| 196 | + | |
| 197 | + | |
164 | 198 | | |
165 | 199 | | |
166 | 200 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
12 | 24 | | |
13 | 25 | | |
14 | 26 | | |
15 | 27 | | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 31 | | |
26 | 32 | | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
33 | | - | |
| 40 | + | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
47 | | - | |
| 56 | + | |
| 57 | + | |
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
0 commit comments