Skip to content
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

feat(treafik): BREAKING CHANGE bump to v3 #21665

Merged
merged 6 commits into from
May 30, 2024
Merged

feat(treafik): BREAKING CHANGE bump to v3 #21665

merged 6 commits into from
May 30, 2024

Conversation

stavros-k
Copy link
Member

Description

⚒️ Fixes #

⚙️ Type of change

  • ⚙️ Feature/App addition
  • 🪛 Bugfix
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 🔃 Refactor of current code

🧪 How Has This Been Tested?

📃 Notes:

✔️ Checklist:

  • ⚖️ My code follows the style guidelines of this project
  • 👀 I have performed a self-review of my own code
  • #️⃣ I have commented my code, particularly in hard-to-understand areas
  • 📄 I have made corresponding changes to the documentation
  • ⚠️ My changes generate no new warnings
  • 🧪 I have added tests to this description that prove my fix is effective or that my feature works
  • ⬆️ I increased versions for any altered app according to semantic versioning
  • I made sure the title starts with feat(chart-name):, fix(chart-name): or chore(chart-name):

➕ App addition

If this PR is an app addition please make sure you have done the following.

  • 🖼️ I have added an icon in the Chart's root directory called icon.png

Please don't blindly check all the boxes. Read them and only check those that apply.
Those checkboxes are there for the reviewer to see what is this all about and
the status of this PR with a quick glance.

@@ -26,8 +26,6 @@ spec:
server: ""
forceSTSHeader: true
referrerPolicy: same-origin
sslForceHost: true
sslRedirect: true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -26,8 +26,6 @@ spec:
server: ""
forceSTSHeader: true
referrerPolicy: same-origin
sslForceHost: true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -7,7 +7,7 @@ metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
ipWhiteList:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stavros-k
Copy link
Member Author

Note: It most likely also need to update CRDs!

@Ornias1993
Copy link
Member

Note: It most likely also need to update CRDs!

We're moving Traefik CRDs to a seperate helm-chart, this might be a good moment to start enforcing that tbh

@stavros-k
Copy link
Member Author

Note: It most likely also need to update CRDs!

We're moving Traefik CRDs to a seperate helm-chart, this might be a good moment to start enforcing that tbh

Agree, from traefik-config changes, this PR should cover it.
If we deal with the CRDs this should be good to go

stavros-k and others added 2 commits May 29, 2024 08:30
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This middleware is deprecated, please use the IPAllowList middleware
instead.

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

**➕ App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Mr Khachaturov <105451445+mrkhachaturov@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
@Ornias1993 Ornias1993 changed the title feat(treafik): bump to v3 feat(treafik): BREAKING CHANGE bump to v3 May 30, 2024
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
@Ornias1993 Ornias1993 marked this pull request as ready for review May 30, 2024 12:43
@Ornias1993
Copy link
Member

@stavros-k We can safely merge this now as it only affects a handfull of helm users

@Ornias1993 Ornias1993 merged commit 2880901 into master May 30, 2024
4 checks passed
@Ornias1993 Ornias1993 deleted the traefik-v3 branch May 30, 2024 12:44
Copy link

📝 Linting results:

✖️ Linting [charts/premium/traefik]: Failed - Took 1 seconds
Total Charts Linted: 1
Total Charts Passed: 0
Total Charts Failed: 1

❌ Linting: Failed - Took 1 seconds
🖱️ Open [Lint Charts and Verify Dependencies] job
👀 Expand [Run Chart Linting] step to view the results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants