Stefan Prodan
478718ee48
Merge pull request #907 from fluxcd/go-1.23
...
Build with Go 1.23
2024-08-15 16:00:53 +03:00
Matheus Pimenta
7373cf4b62
Build with Go 1.23
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2024-08-15 09:36:36 -03:00
Matheus Pimenta
d20a810652
Merge pull request #905 from fluxcd/upgrade-deps
...
Update dependencies to Kubernetes v1.31.0
2024-08-15 09:28:21 -03:00
Matheus Pimenta
bd12728d0f
Upgrade dependencies
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2024-08-15 09:03:03 -03:00
Max Jonas Werner
4e01193860
Merge pull request #894 from fluxcd/fix-telegram-test
...
Fix telegram test flake
2024-08-01 22:13:37 +02:00
Max Jonas Werner
f9610afa8d
Fix telegram test flake
...
The test would sometimes fail because the metadata lines are built
from a map and map iteration order in Go is non-deterministic.
Therefore, the lines may be ordered differently between different test
runs.
Now, the test sorts the metadata lines of the telegram message so they
are always the same and only then verifies the expected output.
closes #867
Signed-off-by: Max Jonas Werner <max.werner@associmates.eu>
2024-08-01 15:50:58 +02:00
Stefan Prodan
fa93b71722
Merge pull request #879 from octo/fix-conditions-usage
...
Fix incorrect use of format strings with the `conditions` package.
2024-07-12 10:51:45 +03:00
Florian Forster
1f4cdff23c
Fix incorrect use of format strings with the `conditions` package.
...
The `Mark…` functions in the `conditions` package accept a format string and
(optional) arguments, just like `fmt.Printf` and friends.
In many places, the code passed an error message as the format string, causing
it to be interpreted as a format string by the `fmt` package. This leads to
issues when the message contains percent signs, e.g. URL-encoded values.
This PR adds a format string and shortens `err.Error()` to `err`, which yields
the same output.
This change is identical in principle to fluxcd/source-controller#1529 .
Signed-off-by: Florian Forster <fforster@gitlab.com>
2024-07-12 09:18:59 +02:00
Stefan Prodan
86f2a6d20f
Merge pull request #873 from ThomasDangleterre/stringdata-pat-github
...
docs: use `stringData` for secret of GitHub PAT
2024-07-09 12:15:13 +03:00
Thomas DANGLETERRE
fd2df2cffe
chore: set stringData for secret of github PAT in githubdispatch provider doc
...
Signed-off-by: Thomas DANGLETERRE <thomas.dangleterre@decathlon.com>
2024-07-09 10:42:28 +02:00
Stefan Prodan
48675f2426
Merge pull request #870 from matheuscscp/matheuscscp-maintainer
...
Add matheuscscp as maintainer
2024-07-05 09:30:31 +03:00
Matheus Pimenta
86b33d0f3c
Add matheuscscp as maintainer
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2024-07-03 15:35:51 +01:00
Max Jonas Werner
d9216e5c58
Merge pull request #866 from fluxcd/dependabot/github_actions/ci-6034f0241a
...
build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the ci group
2024-07-01 09:28:09 +01:00
dependabot[bot]
84b8c037e9
build(deps): bump github/codeql-action in the ci group
...
Bumps the ci group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 3.25.10 to 3.25.11
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](23acc5c183...b611370bb5 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 07:35:48 +00:00
souleb
39f345231f
Merge pull request #865 from fluxcd/dependabot/github_actions/ci-cb991c8081
...
build(deps): bump docker/build-push-action from 6.0.1 to 6.2.0 in the ci group across 1 directory
2024-06-27 15:31:28 +02:00
dependabot[bot]
9c4d43f32a
build(deps): bump docker/build-push-action
...
Bumps the ci group with 1 update in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.0.1 to 6.2.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](94f8f8c2ee...15560696de )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-27 08:01:32 +00:00
Max Jonas Werner
a1cf5e0d43
Merge pull request #829 from hs1o/patch-1
...
telegram notifier should escape with metadata key
2024-06-25 10:29:49 +01:00
Max Jonas Werner
e70166d5e3
Add test for telegram notifier
...
This test will make sure we're properly escaping the message and
constructing the URL correctly.
Signed-off-by: Max Jonas Werner <max.werner@associmates.eu>
2024-06-25 10:16:08 +02:00
hohohong
0f8ff3c0d8
telegram notifier should escape with metadata key
...
Signed-off-by: hohohong <github@m.hs1o.dev>
2024-06-25 10:16:08 +02:00
Max Jonas Werner
b6037078a3
Merge pull request #857 from fluxcd/dependabot/go_modules/go-deps-278891ca24
...
build(deps): bump google.golang.org/api from 0.184.0 to 0.185.0 in the go-deps group
2024-06-21 18:04:06 +01:00
dependabot[bot]
5572c7fa04
build(deps): bump google.golang.org/api in the go-deps group
...
Bumps the go-deps group with 1 update: [google.golang.org/api](https://github.com/googleapis/google-api-go-client ).
Updates `google.golang.org/api` from 0.184.0 to 0.185.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.184.0...v0.185.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 07:25:12 +00:00
Max Jonas Werner
ef7db0026b
Merge pull request #854 from fluxcd/dependabot/go_modules/go-deps-129d757b84
...
build(deps): bump the go-deps group across 1 directory with 10 updates
2024-06-20 18:39:34 +01:00
dependabot[bot]
7adf4f2c41
build(deps): bump the go-deps group across 1 directory with 10 updates
...
Bumps the go-deps group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go ) | `1.37.0` | `1.39.0` |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go ) | `2.25.0` | `2.26.0` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go ) | `0.27.0` | `0.28.1` |
| [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp ) | `0.7.5` | `0.7.7` |
| [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket ) | `0.9.79` | `0.9.80` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go ) | `1.34.1` | `1.36.0` |
| [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) | `0.104.0` | `0.105.0` |
Updates `cloud.google.com/go/pubsub` from 1.37.0 to 1.39.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.37.0...pubsub/v1.39.0 )
Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.25.0 to 2.26.0
- [Release notes](https://github.com/DataDog/datadog-api-client-go/releases )
- [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/DataDog/datadog-api-client-go/compare/v2.25.0...v2.26.0 )
Updates `github.com/getsentry/sentry-go` from 0.27.0 to 0.28.1
- [Release notes](https://github.com/getsentry/sentry-go/releases )
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-go/compare/v0.27.0...v0.28.1 )
Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.7
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.5...v0.7.7 )
Updates `github.com/ktrysmt/go-bitbucket` from 0.9.79 to 0.9.80
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases )
- [Commits](https://github.com/ktrysmt/go-bitbucket/compare/v0.9.79...v0.9.80 )
Updates `github.com/nats-io/nats.go` from 1.34.1 to 1.36.0
- [Release notes](https://github.com/nats-io/nats.go/releases )
- [Commits](https://github.com/nats-io/nats.go/compare/v1.34.1...v1.36.0 )
Updates `github.com/xanzy/go-gitlab` from 0.104.0 to 0.105.0
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.104.0...v0.105.0 )
Updates `golang.org/x/oauth2` from 0.20.0 to 0.21.0
- [Commits](https://github.com/golang/oauth2/compare/v0.20.0...v0.21.0 )
Updates `golang.org/x/text` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.15.0...v0.16.0 )
Updates `google.golang.org/api` from 0.177.0 to 0.184.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.177.0...v0.184.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/pubsub
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: github.com/getsentry/sentry-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: github.com/hashicorp/go-retryablehttp
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-deps
- dependency-name: github.com/ktrysmt/go-bitbucket
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-deps
- dependency-name: github.com/nats-io/nats.go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-20 17:20:49 +00:00
Max Jonas Werner
c518265dae
Merge pull request #855 from fluxcd/dependabot/github_actions/ci-f2c4839187
...
build(deps): bump the ci group across 1 directory with 3 updates
2024-06-20 18:16:17 +01:00
dependabot[bot]
6240b16776
build(deps): bump the ci group across 1 directory with 3 updates
...
Bumps the ci group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ), [docker/build-push-action](https://github.com/docker/build-push-action ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `actions/checkout` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](a5ac7e51b4...692973e3d9 )
Updates `docker/build-push-action` from 5.3.0 to 6.0.1
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](2cdde995de...94f8f8c2ee )
Updates `github/codeql-action` from 3.25.8 to 3.25.10
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2e230e8fe0...23acc5c183 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 08:04:32 +00:00
Stefan Prodan
3ae80f6475
Merge pull request #845 from fluxcd/dependabot/github_actions/ci-8595c0ecb0
...
build(deps): bump the ci group across 1 directory with 6 updates
2024-06-11 09:47:08 +03:00
Stefan Prodan
219f86fd11
Adapt config to GoRelease v2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2024-06-11 09:33:07 +03:00
dependabot[bot]
129f60e6e6
build(deps): bump the ci group across 1 directory with 6 updates
...
Bumps the ci group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.1.4` | `4.1.6` |
| [korthout/backport-action](https://github.com/korthout/backport-action ) | `2.5.0` | `3.0.2` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.1.0` | `3.2.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.15.11` | `0.16.0` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) | `5.0.0` | `6.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `2.13.4` | `3.25.8` |
Updates `actions/checkout` from 4.1.4 to 4.1.6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](0ad4b8fada...a5ac7e51b4 )
Updates `korthout/backport-action` from 2.5.0 to 3.0.2
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](ef20d86abc...bd410d37cd )
Updates `docker/login-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](e92390c5fb...0d4c9c5ea7 )
Updates `anchore/sbom-action` from 0.15.11 to 0.16.0
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](7ccf588e3c...e8d2a6937e )
Updates `goreleaser/goreleaser-action` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](7ec5c2b0c6...286f3b13b1 )
Updates `github/codeql-action` from 2.13.4 to 3.25.8
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cdcdbb5797...2e230e8fe0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-05 07:35:41 +00:00
Stefan Prodan
580497beeb
Merge pull request #823 from matheuscscp/new-release-label
...
Add 1.3.x release label
2024-05-08 17:07:14 +03:00
Matheus Pimenta
f4e8df6360
Add 1.3.x release label
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2024-05-08 14:24:32 +01:00
Stefan Prodan
eb62655b73
Merge pull request #818 from fluxcd/release/v1.3.x
...
Housekeeping: merge `release/v1.3.x` back into `main`
2024-05-06 16:11:52 +03:00
Stefan Prodan
e0a1f00358
Merge pull request #817 from fluxcd/release-v1.3.0
...
Release v1.3.0
2024-05-06 14:57:33 +03:00
Stefan Prodan
a8f81b3a00
Release v1.3.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2024-05-06 14:34:36 +03:00
Stefan Prodan
696f065673
Add changelog entry for v1.3.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2024-05-06 14:34:06 +03:00
Stefan Prodan
1b5dbd997a
Merge pull request #816 from fluxcd/dependabot/go_modules/go-deps-9d3f077bc0
...
build(deps): bump the go-deps group with 3 updates
2024-05-06 11:29:08 +03:00
dependabot[bot]
5bfdcc04fc
build(deps): bump the go-deps group with 3 updates
...
Bumps the go-deps group with 3 updates: [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ), [golang.org/x/oauth2](https://github.com/golang/oauth2 ) and [golang.org/x/text](https://github.com/golang/text ).
Updates `github.com/xanzy/go-gitlab` from 0.103.0 to 0.104.0
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.103.0...v0.104.0 )
Updates `golang.org/x/oauth2` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/oauth2/compare/v0.19.0...v0.20.0 )
Updates `golang.org/x/text` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.14.0...v0.15.0 )
---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 08:05:11 +00:00
Stefan Prodan
5f0f561ac0
Merge pull request #815 from fluxcd/dependabot/github_actions/ci-b23e0286c6
...
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
2024-05-05 09:10:20 +03:00
dependabot[bot]
9a948c7290
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
...
Bumps the ci group with 1 update: [actions/setup-go](https://github.com/actions/setup-go ).
Updates `actions/setup-go` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](0c52d547c9...cdcb360436 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-03 07:15:11 +00:00
Stefan Prodan
b2c799203d
Merge pull request #814 from fluxcd/update-apis
...
Update Helm APIs to `source.toolkit.fluxcd.io/v1` (GA)
2024-05-03 00:11:23 +03:00
Stefan Prodan
05abe0a9de
Update runtime dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2024-05-02 21:02:29 +03:00
Stefan Prodan
3aba5bbd39
Update Helm APIs to v1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2024-05-02 21:00:30 +03:00
Stefan Prodan
35e2a0ebc0
Merge pull request #813 from fluxcd/dependabot/go_modules/go-deps-219a9f80f6
...
build(deps): bump the go-deps group across 1 directory with 2 updates
2024-05-01 10:38:51 +03:00
dependabot[bot]
fd635f7dff
build(deps): bump the go-deps group across 1 directory with 2 updates
...
Bumps the go-deps group with 2 updates in the / directory: [github.com/onsi/gomega](https://github.com/onsi/gomega ) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client ).
Updates `github.com/onsi/gomega` from 1.33.0 to 1.33.1
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.33.0...v1.33.1 )
Updates `google.golang.org/api` from 0.176.1 to 0.177.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.176.1...v0.177.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-deps
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 07:15:59 +00:00
souleb
838514c874
Merge pull request #811 from fluxcd/dependabot/github_actions/ci-df358fd3c4
...
build(deps): bump anchore/sbom-action from 0.15.10 to 0.15.11 in the ci group
2024-04-30 22:47:40 +02:00
dependabot[bot]
b7b9a018e8
build(deps): bump anchore/sbom-action in the ci group
...
Bumps the ci group with 1 update: [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `anchore/sbom-action` from 0.15.10 to 0.15.11
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](ab5d7b5f48...7ccf588e3c )
---
updated-dependencies:
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 07:48:39 +00:00
Stefan Prodan
c4835fbdbd
Merge pull request #810 from fluxcd/dependabot/go_modules/go-deps-152f4dbed8
...
build(deps): bump the go-deps group across 1 directory with 6 updates
2024-04-29 11:01:10 +03:00
dependabot[bot]
3407bf5486
build(deps): bump the go-deps group across 1 directory with 6 updates
...
Bumps the go-deps group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.17.1` | `0.18.0` |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go ) | `2.24.0` | `2.25.0` |
| [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket ) | `0.9.77` | `0.9.79` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega ) | `1.32.0` | `1.33.0` |
| [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) | `0.102.0` | `0.103.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) | `0.172.0` | `0.176.1` |
Updates `code.gitea.io/sdk/gitea` from 0.17.1 to 0.18.0
Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.24.0 to 2.25.0
- [Release notes](https://github.com/DataDog/datadog-api-client-go/releases )
- [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/DataDog/datadog-api-client-go/compare/v2.24.0...v2.25.0 )
Updates `github.com/ktrysmt/go-bitbucket` from 0.9.77 to 0.9.79
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases )
- [Commits](https://github.com/ktrysmt/go-bitbucket/compare/v0.9.77...v0.9.79 )
Updates `github.com/onsi/gomega` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.32.0...v1.33.0 )
Updates `github.com/xanzy/go-gitlab` from 0.102.0 to 0.103.0
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.102.0...v0.103.0 )
Updates `google.golang.org/api` from 0.172.0 to 0.176.1
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.172.0...v0.176.1 )
---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: github.com/ktrysmt/go-bitbucket
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: github.com/xanzy/go-gitlab
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 07:44:46 +00:00
Stefan Prodan
6d7913063d
Merge pull request #795 from tdemin/main
...
Alertmanager: Change timestamp label to .StartsAt
2024-04-29 09:30:55 +03:00
Timur Demin
531c5873e7
Alertmanager: Change timestamp label to .StartsAt
...
notification-controller posted all outgoing Alertmanager alerts with
"timestamp" label, effectively preventing grouping alerts related to the
same resource and forcing users to configure a separate alert receiver
with `send_resolved: false`.
This changes it to instead set "startsAt", which was previously set
(automatically by Alertmanager) to alert posting time. "endsAt" remains
unset, as we have no way of figuring that out but the reconciliation
interval of the resource that generated the alert, which can currently
only be found out by making a Kubernetes API round-trip.
Note that this requires users to adapt alert templates that relied on
.Labels.Timestamp.
Signed-off-by: Timur Demin <me@tdem.in>
2024-04-27 16:20:12 +05:00
Stefan Prodan
cf2f554c11
Merge pull request #809 from fluxcd/kubernetes-1.30
...
Update dependencies to Kubernetes 1.30
2024-04-26 12:53:54 +03:00