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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bzsuni
Copy link

@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.

Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
@bzsuni bzsuni changed the title support coredns v1.11.4 support coredns v1.11.4 and v1.12.0 Nov 22, 2024
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