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

support coredns v1.11.4 and v1.12.0 #86

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

bzsuni
Copy link
Contributor

@bzsuni bzsuni commented Nov 13, 2024

the release 1.11.4
the release 1.12.0

docker inspect docker.io/coredns/coredns:1.11.4
[
    {
        "Id": "sha256:6316477a0b9ca6ac80c09ecbefcd660b06671f1307152b9a7ffcacb65d9b1d56",
        "RepoTags": [
            "coredns/coredns:1.11.4"
        ],
        "RepoDigests": [
            "coredns/coredns@sha256:4190b960ea90e017631e3e1a38eea28e98e057ab60d57d47b3db6e5cf77436f7"
        ],


docker inspect coredns/coredns:1.12.0
[
    {
        "Id": "sha256:1cf5f116067c67da67f97bff78c4bbc76913f59057c18627b96facaced73ea0b",
        "RepoTags": [
            "coredns/coredns:1.12.0"
        ],
        "RepoDigests": [
            "coredns/coredns@sha256:40384aa1f5ea6bfdc77997d243aec73da05f27aed0c5e9d65bfa98933c519d97"

@pacoxu
Copy link
Contributor

pacoxu commented Nov 18, 2024

/lgtm

@pacoxu
Copy link
Contributor

pacoxu commented Nov 18, 2024

/assign @chrisohaver

Copy link
Member

@chrisohaver chrisohaver left a comment

Choose a reason for hiding this comment

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

There are some new options in supported plugins that need to be added. e.g. new next option in the forward plugin. There may be others.

@bzsuni bzsuni changed the title support coredns v1.11.4 support coredns v1.11.4 and v1.12.0 Nov 22, 2024
@chrisohaver
Copy link
Member

@bzsuni, while double checking this I noticed that there are two options missing from cache that should have been added in a prior version. I opened an issue for it. Can you fix that in this PR?

@bzsuni
Copy link
Contributor Author

bzsuni commented Nov 25, 2024

@bzsuni, while double checking this I noticed that there are two options missing from cache that should have been added in a prior version. I opened an issue for it. Can you fix that in this PR?

I have added the two options, please review

@bzsuni
Copy link
Contributor Author

bzsuni commented Nov 28, 2024

Could you please review when you have time? Thanks
@chrisohaver

@chrisohaver chrisohaver merged commit b95c427 into coredns:master Nov 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants