Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60d74ea

Browse files
committed
Merge branch 'release/v1.0.36' into main
2 parents a489c53 + 60a83a6 commit 60d74ea

File tree

6 files changed

+75
-3
lines changed

6 files changed

+75
-3
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/workflows/ci-develop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ jobs:
233233
with:
234234
body: ${{ steps.pytester-cov.outputs.output-table }}
235235

236+
236237
build-container-to-develop:
237238

238239
name: Build Container 🐳

.github/workflows/ci-feature-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
installer-parallel: true
7373

7474

75+
7576
#----------------------------------------------
7677
# install dependencies if cache does not exist
7778
#----------------------------------------------

.github/workflows/ci-main.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci-main
1+
name: Main Release
22

33
on:
44
push:
@@ -47,8 +47,16 @@ jobs:
4747
#----------------------------------------------
4848
#This is the a separate action that sets up buildx runner
4949
#----------------------------------------------
50+
- name: 🐳 Container | Set up Docker Context for Buildx
51+
id: buildx-context
52+
run: |
53+
docker context create builders
54+
5055
- name: 🐳 Container | Set up Docker Buildx
5156
uses: docker/setup-buildx-action@v1
57+
with:
58+
version: latest
59+
endpoint: builders
5260

5361

5462
#----------------------------------------------
@@ -102,6 +110,7 @@ jobs:
102110
rm -rf /tmp/.buildx-main-cache
103111
mv /tmp/.buildx-main-cache-new /tmp/.buildx-main-cache
104112
113+
105114
github-release:
106115
name: Releases 🔖
107116

@@ -130,6 +139,10 @@ jobs:
130139
with:
131140
token: ${{ secrets.GITHUB_TOKEN }}
132141
generateReleaseNotes: true
142+
allowUpdates: true
143+
artifactErrorsFailBuild: true
144+
145+
133146

134147

135148
deployment-manifests:
@@ -199,7 +212,6 @@ jobs:
199212
git config --local user.name "GitHub Action"
200213
git commit -am "🤖 change image tag (manifests k8s)"
201214
202-
203215
#----------------------------------------------
204216
# Push code
205217
#----------------------------------------------

.k8s/overlays/development/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: test-cd
44
images:
55
- name: container-to-change-cd
66
newName: quaredevil/ci-gitops-test
7-
newTag: e57b327240d60e50b2cccb4cdc5b893971a95846
7+
newTag: 5237c82930516440eafdff3cdf9496900f0dad72
88
commonLabels:
99
node.finance.99app.com/environment: development
1010
resources:

0 commit comments

Comments
 (0)