vflaux
1c116507b7
chore(cloudflare): migrate UpdateDNSRecord() to new lib ( #5781 )
2025-09-09 02:57:32 -07:00
Tobias Harnickell
8942c41c69
test(controller): improve code coverage ( #5816 )
...
* chore(controller): Test controller Execute function (kubernetes-sigs#5150)
Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch>
* chore(controller): Prevent testing data race (kubernetes-sigs#5150)
Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch>
* test(controller): Fix controller test lint issues
Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch>
* test(controller): Add non-breaking controller tests (kubernetes-sigs#5150)
Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch>
* test(controller): patch go-lint results
Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch>
---------
Signed-off-by: Tobias Harnickell <tobias.harnickell@bedag.ch>
2025-09-08 06:37:33 -07:00
Steve Hipwell
b740777701
feat(chart): Release for v0.19.0 ( #5819 )
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
external-dns-helm-chart-1.19.0
2025-09-08 05:37:31 -07:00
Ivan Ka
4de8bd6fde
fix(endpoint): deduplicate targets ( #5805 )
...
* fix(deduplicate): deduplicate targets
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(deduplicate): deduplicate targets
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(deduplicate): deduplicate targets
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(deduplicate): deduplicate targets
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(deduplicate): deduplicate targets
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(deduplicate): deduplicate targets
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(deduplicate): deduplicate targets
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-09-08 05:01:31 -07:00
Ivan Ka
89191f1b68
refactor(annotations): simplify nesting for ProviderSpecificAnnotations method ( #5813 )
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-09-07 10:09:26 -07:00
Rhys Davies
b8fee6a3d3
aws: add ap-southeast-6 region ( #5812 )
2025-09-07 09:25:25 -07:00
crtr109
72b1f30169
docs(aws): scoping the IAM policy to explicitely defined Route53 zones ( #5663 )
...
* scoping the AWS IAM policy to explicitely defined AWS Route53 zones
* Apply suggestions from code review
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* Update aws.md
* Update docs/tutorials/aws.md
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* Update aws.md
breaking up lines to make it pass markdown linting
---------
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2025-09-05 04:45:28 -07:00
dependabot[bot]
490e56f495
chore(deps): bump the dev-dependencies group with 3 updates ( #5806 )
...
Bumps the dev-dependencies group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go ), [actions/setup-python](https://github.com/actions/setup-python ) and [actions/github-script](https://github.com/actions/github-script ).
Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
Updates `actions/github-script` from 7.0.1 to 8.0.0
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](60a0d83039...ed597411d8 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: actions/github-script
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 00:35:27 -07:00
vflaux
7b2adbb0ec
chore(cloudflare): add unit tests for zoneService ( #5800 )
2025-09-04 15:49:15 -07:00
Andrew Hay
b095b3e560
chore(pihole): reduce cyclometic complexity ( #5802 )
2025-09-04 13:51:14 -07:00
vflaux
4aac6870f5
chore(cloudflare): migrate DeleteDNSRecord() to new lib ( #5780 )
2025-09-04 13:11:17 -07:00
vflaux
61ca17c0fb
chore(cloudflare): migrate ListRecords() to new lib ( #5778 )
...
* chore(cloudflare): migrate ListRecords() to new lib
* chore(cloudflare): test zoneService.ListDNSRecord()
2025-09-04 02:53:15 -07:00
Pascal Bachor
e88b94bdee
fix(coredns): debug message on labels update ( #5789 )
...
* coredns: fix debug message
* consistent spacing in debug message
Co-authored-by: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com>
---------
Co-authored-by: Pascal Bachor <bachorp@users.noreply.github.com>
Co-authored-by: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com>
2025-09-03 03:37:14 -07:00
dependabot[bot]
6b9e0174e7
chore(deps): bump renovatebot/github-action ( #5797 )
...
Bumps the dev-dependencies group with 1 update: [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `renovatebot/github-action` from 43.0.9 to 43.0.10
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.9...v43.0.10 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 00:41:15 -07:00
Michel Loiseleur
04ef733d48
docs: fix mkdocs build ( #5795 )
...
* docs: fix mkdoc build
* Revert "docs: fix mkdoc build"
This reverts commit b3a1aab00f6edbe5cd488147529b5479e9ea8c8a.
* fix mkdocs config
2025-09-02 06:25:15 -07:00
Michel Loiseleur
10c43c3698
docs(ci): improve release note template ( #5791 )
...
* docs(ci): improve release note template
* improve reference
* Update scripts/releaser.sh
2025-09-02 03:51:13 -07:00
Michel Loiseleur
7058c6a2fa
chore(release): updates kustomize & docs with v0.19.0 ( #5792 )
...
* chore(release): updates kustomize & docs with v0.19.0
Signed-off-by: Michel Loiseleur <michel.loiseleur@traefik.io>
* self-review
---------
Signed-off-by: Michel Loiseleur <michel.loiseleur@traefik.io>
2025-09-02 03:21:17 -07:00
Pascal Bachor
eafce22825
fix: typo ( #5787 )
...
Co-authored-by: Pascal Bachor <bachorp@users.noreply.github.com>
v0.19.0
2025-09-02 00:15:15 -07:00
vflaux
3861441eec
fix(cloudflare): unneeded records updates ( #5770 )
2025-09-01 09:41:13 -07:00
vflaux
fe142a8f1b
fix(source/crd): increase tests timeouts ( #5785 )
2025-09-01 06:11:15 -07:00
Kai Udo
c6ed951abf
fix(txt-registry): skip creation of already-existing TXT records ( #4914 ) ( #5459 )
...
* fix(txt-registry): skip creation of already-existing TXT records (#4914 )
* refactor(registry): store existing TXT records temporarily between Records and ApplyChanges
* refactor: apply review suggestion for code cleanup
* test: add coverage for recreating A/CNAME records when TXT exists
* refactor: extract generateTXTRecordWithFilter to avoid redundant filtering
* test: add comprehensive test cases and isolate test data for t.Parallel
* docs: clarify comment for isNotManaged to reflect actual behavior
* fix: apply SetIdentifier before filtering TXT records, add regression test
* chore: fix lint warnings
* refactor: use key struct instead of concatenated string for map keys to reduce memory usage
* fix txt_test.go
* fix txt_test.go dependency
* refactor(registry/txt): rename to isAbsent
2025-09-01 02:35:14 -07:00
rinriN
8cf6e42b6e
docs: add new webhook provider SAKURA Cloud into README ( #5784 )
...
Signed-off-by: ippanpeople <a3455881@gmail.com>
2025-09-01 02:03:15 -07:00
vflaux
e78b38597d
chore(cloudflare): migrate CreateDNSRecord() to new lib ( #5779 )
2025-08-30 03:07:09 -07:00
vflaux
5181b3f0d0
chore(cloudflare): migrate DNSRecord to new lib struct ( #5762 )
2025-08-28 06:05:18 -07:00
Anthony Chand
9e0acd0bd0
feat(azure): update Azure provider configuration and documentation ( #5648 )
...
* feat(azure): update Azure provider configuration and documentation
- Update Azure tutorial documentation
- Modify Azure provider config implementation
* fix formatting
* update text
2025-08-28 06:05:10 -07:00
dependabot[bot]
07ae419795
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates ( #5759 )
...
Bumps the dev-dependencies group with 2 updates in the / directory: [renovatebot/github-action](https://github.com/renovatebot/github-action ) and [azure/setup-helm](https://github.com/azure/setup-helm ).
Updates `renovatebot/github-action` from 43.0.7 to 43.0.8
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.7...v43.0.8 )
Updates `azure/setup-helm` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md )
- [Commits](b9e51907a0...1a275c3b69 )
---
updated-dependencies:
- dependency-name: renovatebot/github-action
dependency-version: 43.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: azure/setup-helm
dependency-version: 4.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 00:47:11 -07:00
vflaux
cff8d0dfb6
fix(doc): typo in compatibility table ( #5769 )
2025-08-27 00:44:10 -07:00
vflaux
a8ab91de38
fix(controller): panic in events.Controller.Add() ( #5766 )
2025-08-26 23:48:09 -07:00
vflaux
81290c03e6
chore(cloudflare): rename zoneService fields ( #5761 )
2025-08-24 04:03:06 -07:00
dependabot[bot]
bac0589e7e
chore(deps): bump the dev-dependencies group with 9 updates ( #5763 )
...
Bumps the dev-dependencies group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go ) | `1.18.2` | `1.19.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) | `1.38.0` | `1.38.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.31.1` | `1.31.2` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) | `1.18.5` | `1.18.6` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) | `1.20.5` | `1.20.6` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2 ) | `1.49.0` | `1.49.1` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2 ) | `1.56.1` | `1.56.2` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2 ) | `1.39.1` | `1.39.2` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2 ) | `1.37.1` | `1.38.0` |
Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.18.2 to 1.19.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.18.2...sdk/azcore/v1.19.0 )
Updates `github.com/aws/aws-sdk-go-v2` from 1.38.0 to 1.38.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.38.0...v1.38.1 )
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.1 to 1.31.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.31.1...config/v1.31.2 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.5 to 1.18.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.6/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.5...config/v1.18.6 )
Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.20.5 to 1.20.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/mq/v1.20.5...service/mq/v1.20.6 )
Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.49.0...service/ssm/v1.49.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.56.1 to 1.56.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.56.1...service/ecs/v1.56.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.39.1 to 1.39.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/iot/v1.39.1...service/ivs/v1.39.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.37.1 to 1.38.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.37.1...v1.38.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-version: 1.38.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-version: 1.31.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.18.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-version: 1.20.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-version: 1.49.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
dependency-version: 1.56.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
dependency-version: 1.39.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-version: 1.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-24 01:51:06 -07:00
Ivan Ka
ccebff99e8
fix(http): concurrent map read/write ( #5753 )
...
* fix(http): concurrent map read/write
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(http): concurrent map read/write
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(http): concurrent map read/write
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(http): concurrent map read/write
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(http): concurrent map read/write
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-21 04:53:06 -07:00
dependabot[bot]
9cbe200e3b
chore(deps): bump the dev-dependencies group across 1 directory with 10 updates ( #5760 )
...
Bumps the dev-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.31.0` | `1.31.1` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) | `1.20.4` | `1.20.5` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2 ) | `1.56.0` | `1.56.1` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2 ) | `1.39.0` | `1.39.1` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk ) | `65.98.0` | `65.99.0` |
| [github.com/projectcontour/contour](https://github.com/projectcontour/contour ) | `1.32.0` | `1.32.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) | `0.247.0` | `0.248.0` |
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.0 to 1.31.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.31.0...config/v1.31.1 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.4 to 1.18.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.5/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.4...config/v1.18.5 )
Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/mq/v1.20.4...service/mq/v1.20.5 )
Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.48.0...service/s3/v1.49.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.56.0 to 1.56.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.56.0...service/s3/v1.56.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.39.0...service/ivs/v1.39.1 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.37.0 to 1.37.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.37.0...v1.37.1 )
Updates `github.com/oracle/oci-go-sdk/v65` from 65.98.0 to 65.99.0
- [Release notes](https://github.com/oracle/oci-go-sdk/releases )
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/oracle/oci-go-sdk/compare/v65.98.0...v65.99.0 )
Updates `github.com/projectcontour/contour` from 1.32.0 to 1.32.1
- [Release notes](https://github.com/projectcontour/contour/releases )
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md )
- [Commits](https://github.com/projectcontour/contour/compare/v1.32.0...v1.32.1 )
Updates `google.golang.org/api` from 0.247.0 to 0.248.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.247.0...v0.248.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-version: 1.31.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.18.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-version: 1.20.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-version: 1.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
dependency-version: 1.56.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
dependency-version: 1.39.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-version: 1.37.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
dependency-version: 65.99.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/projectcontour/contour
dependency-version: 1.32.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
dependency-version: 0.248.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-21 01:01:07 -07:00
Ivan Ka
e8d5c4efd5
docs(istio): document ingress annotation ( #5756 )
...
* docs(istio): document ingress annotation
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* docs(istio): document ingress annotation
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2025-08-20 01:17:08 -07:00
Ivan Ka
e9983a5726
feat(events): raise k8s events with fake provider ( #5659 )
...
* feat(events): publish k8s events
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): publish k8s events
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): publish k8s events
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): publish k8s events
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): publish k8s events
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): raise k8s events with fake provider
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): raise k8s events with fake provider
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): raise k8s events with fake provider
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): raise k8s events with fake provider
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): raise k8s events with fake provider
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* feat(events): raise k8s events with fake provider
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): raise k8s events with fake provide
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
* feat(events): raise k8s events with fake provider
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* feat(events): raise k8s events with fake provider
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2025-08-20 00:37:07 -07:00
Ivan Ka
22c709bace
chore(source/istio): replace kube API calls with caching and ingress informers ( #5743 )
...
* chore(source/istio): ingress to use informers instead of kube API calls
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): ingress to use informers instead of kube API calls
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): ingress to use informers instead of kube API calls
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): ingress to use informers instead of kube API calls
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): ingress to use informers instead of kube API calls
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): ingress to use informers instead of kube API calls
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-19 09:33:38 -07:00
vflaux
72766b3886
chore(doc): update k8s compatiblity table ( #5747 )
2025-08-19 08:21:37 -07:00
vflaux
8950e7d727
fix(chart/rbac): conditional endpointslices perms and cleanup deprecated endpoints ( #5746 )
...
Only grant endpointslices permissions when using service source and remove
outdated endpoints RBAC from provider tutorials.
Add rbac tests for the chart.
2025-08-19 04:45:36 -07:00
Ivan Ka
ab372e61ca
chore(helm): add rbac unit-tests for istio sources ( #5752 )
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-19 02:15:35 -07:00
Ivan Ka
b31afb430d
fix(source/wrappers/events): events not triggered ( #5687 )
...
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-16 02:49:07 -07:00
Ivan Ka
d2d2b40a96
refactor(source/istio): add transformers ( #5728 )
...
* chore(source/istio): added transfomrers
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): added transfomrers
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): added transfomrers
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(source/istio): added transfomrers
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-16 00:59:07 -07:00
dependabot[bot]
829b5a946f
chore(deps): bump the dev-dependencies group across 1 directory with 2 updates ( #5732 )
...
Bumps the dev-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ) and [renovatebot/github-action](https://github.com/renovatebot/github-action ).
Updates `actions/checkout` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5 )
Updates `renovatebot/github-action` from 43.0.5 to 43.0.7
- [Release notes](https://github.com/renovatebot/github-action/releases )
- [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/renovatebot/github-action/compare/v43.0.5...v43.0.7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: renovatebot/github-action
dependency-version: 43.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15 02:01:08 -07:00
dependabot[bot]
58bfb30cdc
chore(deps): bump the dev-dependencies group across 1 directory with 18 updates ( #5739 )
...
Bumps the dev-dependencies group with 14 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) | `1.37.2` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.30.3` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) | `1.20.2` | `1.20.4` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2 ) | `1.55.0` | `1.56.0` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2 ) | `1.37.0` | `1.39.0` |
| [github.com/cloudflare/cloudflare-go/v5](https://github.com/cloudflare/cloudflare-go ) | `5.0.0` | `5.1.0` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo ) | `1.162.0` | `1.163.0` |
| [github.com/linode/linodego](https://github.com/linode/linodego ) | `1.54.0` | `1.55.0` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk ) | `65.97.1` | `65.98.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) | `0.246.0` | `0.247.0` |
| [istio.io/api](https://github.com/istio/api ) | `1.26.3` | `1.27.0` |
| [istio.io/client-go](https://github.com/istio/client-go ) | `1.26.3` | `1.27.0` |
| [k8s.io/api](https://github.com/kubernetes/api ) | `0.33.3` | `0.33.4` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go ) | `0.33.3` | `0.33.4` |
Updates `github.com/aws/aws-sdk-go-v2` from 1.37.2 to 1.38.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.37.2...v1.38.0 )
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.30.3 to 1.31.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.31.0 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.3 to 1.18.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.3...config/v1.18.4 )
Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.20.2 to 1.20.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.20.2...service/mq/v1.20.4 )
Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.46.0 to 1.48.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.46.0...service/s3/v1.48.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.55.0 to 1.56.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.55.0...service/s3/v1.56.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.37.0 to 1.39.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.37.0...service/s3/v1.39.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.36.0...v1.37.0 )
Updates `github.com/cloudflare/cloudflare-go/v5` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/cloudflare/cloudflare-go/releases )
- [Changelog](https://github.com/cloudflare/cloudflare-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/cloudflare/cloudflare-go/compare/v5.0.0...v5.1.0 )
Updates `github.com/digitalocean/godo` from 1.162.0 to 1.163.0
- [Release notes](https://github.com/digitalocean/godo/releases )
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalocean/godo/compare/v1.162.0...v1.163.0 )
Updates `github.com/linode/linodego` from 1.54.0 to 1.55.0
- [Release notes](https://github.com/linode/linodego/releases )
- [Commits](https://github.com/linode/linodego/compare/v1.54.0...v1.55.0 )
Updates `github.com/oracle/oci-go-sdk/v65` from 65.97.1 to 65.98.0
- [Release notes](https://github.com/oracle/oci-go-sdk/releases )
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/oracle/oci-go-sdk/compare/v65.97.1...v65.98.0 )
Updates `google.golang.org/api` from 0.246.0 to 0.247.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.246.0...v0.247.0 )
Updates `istio.io/api` from 1.26.3 to 1.27.0
- [Commits](https://github.com/istio/api/compare/1.26.3...1.27.0 )
Updates `istio.io/client-go` from 1.26.3 to 1.27.0
- [Commits](https://github.com/istio/client-go/compare/1.26.3...1.27.0 )
Updates `k8s.io/api` from 0.33.3 to 0.33.4
- [Commits](https://github.com/kubernetes/api/compare/v0.33.3...v0.33.4 )
Updates `k8s.io/apimachinery` from 0.33.3 to 0.33.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.3...v0.33.4 )
Updates `k8s.io/client-go` from 0.33.3 to 0.33.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.33.3...v0.33.4 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-version: 1.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-version: 1.31.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.18.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-version: 1.20.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-version: 1.48.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
dependency-version: 1.56.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
dependency-version: 1.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-version: 1.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/cloudflare/cloudflare-go/v5
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/digitalocean/godo
dependency-version: 1.163.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/linode/linodego
dependency-version: 1.55.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
dependency-version: 65.98.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
dependency-version: 0.247.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: istio.io/api
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: istio.io/client-go
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: k8s.io/api
dependency-version: 0.33.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: k8s.io/apimachinery
dependency-version: 0.33.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: k8s.io/client-go
dependency-version: 0.33.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-15 01:29:07 -07:00
Denis Shatokhin
5578004388
feat(chart): add option to configure annotationFilter via dedicated helm value ( #5737 )
...
* chore(scripts): fix `helm schema` flag
Signed-off-by: Denis Shatokhin <d_shatokhin@outlook.com>
* feat(chart): add option to configure `annotationFilter` via dedicated helm value
Signed-off-by: Denis Shatokhin <d_shatokhin@outlook.com>
* chore(docs): update changelog with pr
Signed-off-by: Denis Shatokhin <d_shatokhin@outlook.com>
* chore(chart): add period to the description string
Signed-off-by: Denis Shatokhin <d_shatokhin@outlook.com>
* chore(docs): update changelog list of changes
Signed-off-by: Denis Shatokhin <d_shatokhin@outlook.com>
---------
Signed-off-by: Denis Shatokhin <d_shatokhin@outlook.com>
2025-08-15 00:35:08 -07:00
vflaux
ccb3e6bd2f
chore(cloudflare): upgrade library to v5 ( #5734 )
2025-08-14 02:23:09 -07:00
Ivan Ka
74debed578
chore(github-actions): test execution with low resources ( #5729 )
...
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* chore(gihtub-actions): added test execution with low resources
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-14 00:55:09 -07:00
Valerian Roche
111df9f1fb
feat(source): use transformers in pod informers to reduce memory footprint ( #5596 )
...
* feat: use transformers in pod informers to reduce memory footprint
Add a transformer to the pods informer of the pod and service sources.
Refs: #5595
Signed-off-by: Valerian Roche <valerian.roche@datadoghq.com>
* Do not use transformer when fqdnTemplate is set
* Update source/pod_test.go
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
---------
Signed-off-by: Valerian Roche <valerian.roche@datadoghq.com>
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2025-08-09 01:51:44 -07:00
dongjiang
5805ea0ef2
chore(deps): update golangci-lint version to v2.2.2 ( #5670 )
...
* update golangci-lint to v2.2.2
Signed-off-by: dongjiang <dongjiang1989@126.com>
* Update scripts/install-tools.sh
revert by codereview
---------
Signed-off-by: dongjiang <dongjiang1989@126.com>
2025-08-08 03:07:44 -07:00
dependabot[bot]
bb7a8af1c3
chore(deps): bump the dev-dependencies group across 1 directory with 17 updates ( #5726 )
...
Bumps the dev-dependencies group with 13 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go ) | `0.7.0` | `0.8.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) | `1.10.1` | `1.11.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) | `1.37.1` | `1.37.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2 ) | `1.30.2` | `1.30.3` |
| [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2 ) | `1.20.1` | `1.20.2` |
| [github.com/aws/aws-sdk-go-v2/service/route53](https://github.com/aws/aws-sdk-go-v2 ) | `1.54.1` | `1.55.0` |
| [github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://github.com/aws/aws-sdk-go-v2 ) | `1.36.1` | `1.37.0` |
| [github.com/civo/civogo](https://github.com/civo/civogo ) | `0.6.3` | `0.6.4` |
| [github.com/digitalocean/godo](https://github.com/digitalocean/godo ) | `1.161.0` | `1.162.0` |
| [github.com/miekg/dns](https://github.com/miekg/dns ) | `1.1.67` | `1.1.68` |
| [github.com/oracle/oci-go-sdk/v65](https://github.com/oracle/oci-go-sdk ) | `65.97.0` | `65.97.1` |
| [golang.org/x/net](https://github.com/golang/net ) | `0.42.0` | `0.43.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) | `0.244.0` | `0.246.0` |
Updates `cloud.google.com/go/compute/metadata` from 0.7.0 to 0.8.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/v0.7.0...v0.8.0 )
Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azidentity/v1.10.1...sdk/azcore/v1.11.0 )
Updates `github.com/aws/aws-sdk-go-v2` from 1.37.1 to 1.37.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.37.1...v1.37.2 )
Updates `github.com/aws/aws-sdk-go-v2/config` from 1.30.2 to 1.30.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.2...v1.30.3 )
Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.2 to 1.18.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/config/v1.18.2...config/v1.18.3 )
Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.20.1...v1.20.2 )
Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.45.1 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.45.1...service/s3/v1.46.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/route53` from 1.54.1 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.54.1...service/s3/v1.55.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/servicediscovery` from 1.36.1 to 1.37.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.36.1...v1.37.0 )
Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.35.1 to 1.36.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/iam/v1.35.1...v1.36.0 )
Updates `github.com/civo/civogo` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/civo/civogo/releases )
- [Changelog](https://github.com/civo/civogo/blob/master/changelog.yml )
- [Commits](https://github.com/civo/civogo/compare/v0.6.3...v0.6.4 )
Updates `github.com/digitalocean/godo` from 1.161.0 to 1.162.0
- [Release notes](https://github.com/digitalocean/godo/releases )
- [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalocean/godo/compare/v1.161.0...v1.162.0 )
Updates `github.com/miekg/dns` from 1.1.67 to 1.1.68
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release )
- [Commits](https://github.com/miekg/dns/compare/v1.1.67...v1.1.68 )
Updates `github.com/oracle/oci-go-sdk/v65` from 65.97.0 to 65.97.1
- [Release notes](https://github.com/oracle/oci-go-sdk/releases )
- [Changelog](https://github.com/oracle/oci-go-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/oracle/oci-go-sdk/compare/v65.97.0...v65.97.1 )
Updates `golang.org/x/net` from 0.42.0 to 0.43.0
- [Commits](https://github.com/golang/net/compare/v0.42.0...v0.43.0 )
Updates `golang.org/x/text` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.27.0...v0.28.0 )
Updates `google.golang.org/api` from 0.244.0 to 0.246.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.244.0...v0.246.0 )
---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute/metadata
dependency-version: 0.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-version: 1.37.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
dependency-version: 1.30.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.18.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
dependency-version: 1.20.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
dependency-version: 1.46.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/route53
dependency-version: 1.55.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicediscovery
dependency-version: 1.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
dependency-version: 1.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/civo/civogo
dependency-version: 0.6.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/digitalocean/godo
dependency-version: 1.162.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: github.com/miekg/dns
dependency-version: 1.1.68
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: github.com/oracle/oci-go-sdk/v65
dependency-version: 65.97.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: golang.org/x/net
dependency-version: 0.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: golang.org/x/text
dependency-version: 0.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: google.golang.org/api
dependency-version: 0.246.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 01:55:43 -07:00
Ivan Ka
2d9b7454cf
fix(api): rollback oas and update linter ( #5723 )
...
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
* fix(api): rollback api and update linter
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
---------
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
2025-08-07 23:57:43 -07:00
Matt Mix
6bda906b7f
fix(aws): Fix error when specifying AWS_CA_BUNDLE environment variable. ( #5665 )
2025-08-07 00:15:42 -07:00