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

Module upgrade for KFD 1.28 #3

Merged
merged 22 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b257611
feat: partial module update, deploy and config changes, update MAINTE…
paranoiasystem Feb 13, 2024
10157af
fix(unit-test): fix duplicate test name in tests.sh
mimnix Feb 19, 2024
0d089eb
docs: add release note for new version, update compatibility matrix
paranoiasystem Feb 20, 2024
926afe7
docs: update README with new deployment method, rename old to 'Legacy…
paranoiasystem Feb 20, 2024
6d22b88
feat: add Makefile to project
paranoiasystem Feb 21, 2024
a8165ad
feat(ci): add linter dockerfile and contributing file
mimnix Feb 21, 2024
0fc5158
chore: bump manifests version to 1.8.4
mimnix Feb 21, 2024
de5bf73
chore: linting
mimnix Feb 21, 2024
ed4ecfe
docs: minor changes on main README.md file
mimnix Feb 22, 2024
2b29e0f
feat(ci): add 1.28 e2e tests
mimnix Feb 22, 2024
5b78364
fix(ci): use kind clusters on drone's worker node
mimnix Feb 23, 2024
2771b3e
fix(ci): fix steps dependency
mimnix Feb 23, 2024
8c5ca39
fix(ci): prevent conflicts in naming conventions when multiple cluste…
mimnix Feb 23, 2024
9c49cd3
fix(ci): fix cluster name suffix in kind-related steps
mimnix Feb 23, 2024
2a4fefb
fix(ci): use DRONE_STAGE_NAME to avoid conflicts in kubeconfig files …
mimnix Feb 23, 2024
09205c5
fix(ci): kubeconfig file references
mimnix Feb 23, 2024
0e8201c
chore(ci): serialize e2e stages
mimnix Feb 23, 2024
2dbdfbe
fix(ci): Cluster image version for 1.26 and 1.27
mimnix Feb 27, 2024
8efb9af
chore(ci): enable again e2e parallel execution
mimnix Feb 27, 2024
153ad50
Merge branch 'develop' into feat/moduleupgrade
nutellinoit Mar 27, 2024
2f2fc3c
chore: undo makefile and dockerfile changes
mimnix Mar 27, 2024
52a9a53
fix: contributing
mimnix Mar 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: add release note for new version, update compatibility matrix
  • Loading branch information
paranoiasystem committed Feb 20, 2024
commit 0d089eb67714f1ce1189c7e71dd62f00172ca788
11 changes: 6 additions & 5 deletions docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Compatibility Matrix

| Module Version / Kubernetes Version | 1.26.X | 1.27.X |
| ----------------------------------- | ------------------ | ------------------ |
| v1.0.0 | :white_check_mark: | :white_check_mark: |
| v1.0.1 | :white_check_mark: | :white_check_mark: |
| v1.0.2 | :white_check_mark: | :white_check_mark: |
| Module Version / Kubernetes Version | 1.26.X | 1.27.X | 1.28.X | 1.29.X |
|-------------------------------------|--------------------|--------------------|--------------------|--------------------|
| v1.0.0 | :white_check_mark: | :white_check_mark: | | |
| v1.0.1 | :white_check_mark: | :white_check_mark: | | |
| v1.0.2 | :white_check_mark: | :white_check_mark: | | |
| v1.0.3 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |


- :white_check_mark: Compatible
Expand Down
23 changes: 23 additions & 0 deletions docs/releases/v1.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Tracing Core Module Release 1.0.3

Welcome to the latest release of the `tracing` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by team SIGHUP.

This patch release changes how kustomize generate the configMap for tempo, using a generator.

## Component Images 🚢

| Component | Supported Version | Previous Version |
| ------------------- | --------------------------------------------------------------------------------------------------- | ---------------- |
| `tempo-distributed` | [`v2.3.1`](https://github.com/grafana/tempo/releases/tag/v2.3.1) | `No Update` |
| `minio-ha` | [`vRELEASE.2023-01-12T02-06-16Z`](https://github.com/minio/minio/tree/RELEASE.2023-01-12T02-06-16Z) | `No Update` |

## Update Guide 🦮

### Process

To upgrade the module run:

```bash
kustomize build | kubectl apply -f -
```