This is an automated email from the ASF dual-hosted git repository.

zhongxjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a425a1f fix release-0.2.4 (#777)
1a425a1f is described below

commit 1a425a1f7725c223dcfd58a8b801d10f0d83ebcf
Author: Jian Zhong <[email protected]>
AuthorDate: Sat Aug 9 21:36:16 2025 +0800

    fix release-0.2.4 (#777)
---
 .github/workflows/release.yaml |  1 +
 pkg/kube/krt/files/files.go    | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 47d33acc..ab18436d 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -62,6 +62,7 @@ jobs:
           body: |
             add navigator control plane navi-agent and navi-discovery.
             add dubbod registery helm charts example.
+            fix go mod dependency.
           draft: false
           prerelease: false
 
diff --git a/pkg/kube/krt/files/files.go b/pkg/kube/krt/files/files.go
index 6dd889a7..9d222dcd 100644
--- a/pkg/kube/krt/files/files.go
+++ b/pkg/kube/krt/files/files.go
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package files
 
 import (

Reply via email to