Sanskar Jaiswal
68f0920548
Release v1.31.0
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-05-10 19:10:58 +05:30
Stefan Prodan
0d25d84230
Merge pull request #1384 from to266/fix-docs
...
Fix the loadtester install with flux documentation
2023-05-10 11:30:31 +03:00
Sanskar Jaiswal
15a6f742e0
Merge pull request #1414 from fluxcd/confirm-rollout
...
Run `confirm-rollout` checks only before scaling up deployment
2023-05-08 23:39:54 +05:30
Sanskar Jaiswal
495a5b24f4
run confirm-rollout checks only before scaling up
...
Run the `confirm-rollout` webhook check right before scaling up the
deployment only, instead of running it on every loop.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-05-08 20:15:42 +05:30
Stefan Prodan
956daea9dd
Merge pull request #1423 from fluxcd/remove-osm-e2e
...
e2e: Remove OSM tests
2023-05-08 17:41:31 +03:00
Stefan Prodan
7b17286b96
e2e: Remove OSM tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-05-08 17:09:20 +03:00
Sanskar Jaiswal
e535b01de1
Merge pull request #1417 from alpeb/linkerd-2.13
...
Add support for Linkerd 2.13
2023-05-08 18:01:16 +05:30
Alejandro Pedraza
d151a1b5e4
Update linkerd tutorial
...
Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io >
2023-05-08 06:33:00 -05:00
Alejandro Pedraza
7242fa7d5c
Add support for Linkerd 2.13
...
In Linkerd 2.13 the Prometheus instance in
the `linkerd-viz` namespace is now locked behind an
[_AuthorizationPolicy_](https://github.com/linkerd/linkerd2/blob/stable-2.13.1/viz/charts/linkerd-viz/templates/prometheus-policy.yaml )
that only allows access to the `metrics-api` _ServiceAccount_.
This adds an extra _AuthorizationPolicy_ to authorize the `flagger`
_ServiceAccount_. It's created by default when using Kustomize, but
needs to be opted-in when using Helm via the new
`linkerdAuthPolicy.create` value. This also implies that the Flagger
workload has to be injected by the Linkerd proxy, and that can't happen
in the same `linkerd` namespace where the control plane lives, so we're
moving Flagger into the new injected `flagger-system` namespace.
The `namespace` field in `kustomization.yml` was resetting the namespace
for the new _AuthorizationPolicy_ resource, so that gets restored back
to `linkerd-viz` using a `patchesJson6902` entry. A better way to do
this would have been to use the `unsetOnly` field in a
_NamespaceTransformer_ (see kubernetes-sigs/kustomize#4708 ) but for
the life of me I couldn't make that work...
Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io >
2023-05-08 06:33:00 -05:00
Sanskar Jaiswal
9d4ebd9ddd
Merge pull request #1413 from fluxcd/release-v1.30.0
...
Release v1.30.0
v1.30.0
2023-04-12 20:09:44 +05:30
Sanskar Jaiswal
b2e713dbc1
Release v1.30.0
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-04-12 19:44:59 +05:30
Sanskar Jaiswal
8bcc7bf9af
Merge pull request #1412 from fluxcd/update-deps
...
Update dependencies
2023-04-12 19:28:06 +05:30
Sanskar Jaiswal
3078f96830
update dependencies
...
* cloud.google.com/go/monitoring => v1.13.0
* github.com/Masterminds/semver/v3 => v3.2.1
* github.com/aws/aws-sdk-go => v1.44.241
* github.com/googleapis/gax-go/v2 => v2.8.0
* github.com/influxdata/influxdb-client-go/v2 => v2.12.3
* google.golang.org/api => v0.117.0
* google.golang.org/genproto => v0.0.0-20230410155749-daa745c078e1
* google.golang.org/grpc => v1.54.0
* google.golang.org/protobuf => v1.30.0
* k8s.io/klog/v2 => v2.90.1
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-04-12 18:57:14 +05:30
Sanskar Jaiswal
8708e35287
Merge pull request #1411 from clux/main
2023-04-12 18:21:46 +05:30
clux
a8b96f053d
Allow configuring deployment annotations
...
Signed-off-by: clux <sszynrae@gmail.com >
2023-04-12 13:27:31 +01:00
Sanskar Jaiswal
a487357bd5
Merge pull request #1392 from jonnylangefeld/jlf/update-apex-labels-annotations
...
Enable updates for labels and annotations
2023-04-12 16:47:28 +05:30
jonny.langefeld
e8aba087ac
Enable updates for labels and annotations
...
Fix #1386
Signed-off-by: jonny.langefeld <jonnylangefeld@gmail.com >
Signed-off-by: Jonny Langefeld <jonnylangefeld@gmail.com >
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-04-12 16:04:28 +05:30
Sanskar Jaiswal
5b7a679944
Merge pull request #1408 from fluxcd/helm-drift
...
Disable Flux helm drift detection for managed resources
2023-04-10 18:26:20 +05:30
Sanskar Jaiswal
8229852585
disable flux helm drift detection for managed resources
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-04-10 17:28:39 +05:30
Sanskar Jaiswal
f1def19f25
Merge pull request #1405 from ta924/main
...
avoid copying canary labels to primary on promotion
2023-04-10 17:12:03 +05:30
ta924@yahoo.com
44363d5d99
address issue with all canary labels copied to primary on promote
...
address issue with all canary labels copied to primary on promote
Signed-off-by: ta924@yahoo.com <ta924@yahoo.com >
address review comments
2023-04-09 22:08:09 -05:00
Stefan Prodan
f3f62667bf
Merge pull request #1385 from fluxcd/dependabot/github_actions/actions/cache-3.3.1
...
build(deps): bump actions/cache from 3.2.5 to 3.3.1
2023-04-07 14:05:13 +03:00
Sanskar Jaiswal
3d8615735b
Merge pull request #1394 from fluxcd/dependabot/github_actions/actions/setup-go-4
...
build(deps): bump actions/setup-go from 3 to 4
2023-04-07 15:57:07 +05:30
dependabot[bot]
d1b6b36bcd
build(deps): bump actions/setup-go from 3 to 4
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-07 10:00:46 +00:00
Sanskar Jaiswal
e4755a4567
Merge pull request #1393 from gdasson/main
...
helm: Added the option to supply additional volumes
2023-04-06 16:55:49 +05:30
Gaurav Dasson
2ced721cf1
Added the option to supply additional
...
volumes to the flagger pod.
Signed-off-by: Gaurav Dasson <gaurav.dasson@gmail.com >
2023-04-06 16:01:38 +05:30
Stefan Prodan
cf267d0bbd
Merge pull request #1402 from johnharris85/update-kuma
...
update Kuma version and docs
2023-04-06 13:29:10 +03:00
John Harris
49d59f3b45
update Kuma version and docs
...
Signed-off-by: John Harris <john@johnharris.io >
2023-04-06 14:27:19 +05:30
Sanskar Jaiswal
699ea2b8aa
Merge pull request #1406 from aryan9600/bump-k8s
...
ci: bump k8s to 1.24 and kind to 1.18
2023-04-06 13:23:29 +05:30
Sanskar Jaiswal
064d867510
ci: bump k8s to 1.24 and kind to 1.18
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-04-06 12:35:09 +05:30
Stefan Prodan
5f63c4ae63
Merge pull request #1398 from kwongtn/patch-1
...
Update flagger-install-with-flux.md
2023-03-25 10:11:37 +02:00
KwongTN
4ebb38743d
Update flagger-install-with-flux.md
...
Signed-off-by: KwongTN <5886584+kwongtn@users.noreply.github.com >
2023-03-25 00:20:17 +08:00
dependabot[bot]
01a7f3606c
build(deps): bump actions/cache from 3.2.5 to 3.3.1
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.5 to 3.3.1.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.2.5...v3.3.1 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 12:03:11 +00:00
Tomas Ostasevicius
699c577fa6
Fix the install documentation so that it works
...
Signed-off-by: Tomas Ostasevicius <t.ostasevicius@gmail.com >
2023-03-08 10:01:37 +01:00
Sanskar Jaiswal
6879038a63
Merge pull request #1375 from fluxcd/release-v1.29.0
...
Release v1.29.0
v1.29.0
2023-02-21 13:53:20 +05:30
Sanskar Jaiswal
cc2f9456cf
Release v1.29.0
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-02-21 12:22:14 +05:30
Sanskar Jaiswal
7994989b29
Merge pull request #1374 from aryan9600/update-deps
...
update dependencies
2023-02-20 22:40:03 +05:30
Sanskar Jaiswal
1206132e0c
update dependencies
...
* github.com/aws/aws-sdk-go => v1.44.204
* github.com/influxdata/influxdb-client-go/v2 => v2.12.2
* google.golang.org/api => v0.110.0
* google.golang.org/genproto => v0.0.0-20230216225411-c8e22ba71e44
* google.golang.org/grpc => v1.53.0
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-02-20 21:27:02 +05:30
Sanskar Jaiswal
74cfbda40c
Merge pull request #1373 from fluxcd/dependabot/go_modules/golang.org/x/net-0.7.0
...
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0
2023-02-20 21:15:19 +05:30
dependabot[bot]
1266ff48d8
build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-20 13:35:22 +00:00
Sanskar Jaiswal
b1315679b8
Merge pull request #1372 from fluxcd/dependabot/github_actions/fossa-contrib/fossa-action-2
...
build(deps): bump fossa-contrib/fossa-action from 1 to 2
2023-02-20 19:04:21 +05:30
Sanskar Jaiswal
859fb7e160
Merge pull request #1371 from thechristschn/helm-chart-allow-custom-affinities
...
Allow custom affinities for flagger deployment in helm chart
2023-02-20 18:52:44 +05:30
dependabot[bot]
32077636ff
build(deps): bump fossa-contrib/fossa-action from 1 to 2
...
Bumps [fossa-contrib/fossa-action](https://github.com/fossa-contrib/fossa-action ) from 1 to 2.
- [Release notes](https://github.com/fossa-contrib/fossa-action/releases )
- [Changelog](https://github.com/fossa-contrib/fossa-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/fossa-contrib/fossa-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: fossa-contrib/fossa-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-20 12:06:29 +00:00
Stefan Prodan
e263d6a169
Merge pull request #1370 from thechristschn/add-namespaces-in-helm-chart
...
Add namespace to namespaced resources in helm chart
2023-02-20 12:39:34 +02:00
Christian Baumann
8d517799b5
Allow custom affinities in helm chart
...
Signed-off-by: Christian Baumann <thechristschn@gmail.com >
2023-02-18 23:45:46 +01:00
Christian Baumann
a89cd6d3ba
Add namespace to namespaced resources in helm chart
...
Signed-off-by: Christian Baumann <thechristschn@gmail.com >
2023-02-18 14:50:02 +01:00
Stefan Prodan
4c2de0c716
Merge pull request #1366 from fluxcd/dependabot/github_actions/actions/cache-3.2.5
...
build(deps): bump actions/cache from 3.2.4 to 3.2.5
2023-02-13 15:37:13 +02:00
dependabot[bot]
059a304a07
build(deps): bump actions/cache from 3.2.4 to 3.2.5
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3.2.4...v3.2.5 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-13 12:07:09 +00:00
Sanskar Jaiswal
317d53a71f
Merge pull request #1364 from fluxcd/session-affinity-regex
...
use regex to match against headers in istio
2023-02-08 22:38:47 +05:30
Sanskar Jaiswal
202b6e7eb1
use regex to match against headers in istio
...
Use regex filtering to match against session affinity cookie headers
when using Istio instead of an exact match.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-02-08 21:41:19 +05:30