fix(repo): update file metadata (mode/permissions) without content changes
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-24 - 2.7.1 - fix(repo)
|
||||||
|
update file metadata (mode/permissions) without content changes
|
||||||
|
|
||||||
|
- One file changed: metadata-only (+1,-1).
|
||||||
|
- No source or behavior changes — safe to bump patch version.
|
||||||
|
- Change likely involves file mode/permission or metadata update only.
|
||||||
|
|
||||||
## 2026-02-24 - 2.7.0 - feat(secrets)
|
## 2026-02-24 - 2.7.0 - feat(secrets)
|
||||||
add ability to fetch and view all secrets across projects and groups, include scopeName, and improve frontend merging/filtering
|
add ability to fetch and view all secrets across projects and groups, include scopeName, and improve frontend merging/filtering
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/gitops',
|
name: '@serve.zone/gitops',
|
||||||
version: '2.7.0',
|
version: '2.7.1',
|
||||||
description: 'GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs'
|
description: 'GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs'
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/gitops',
|
name: '@serve.zone/gitops',
|
||||||
version: '2.7.0',
|
version: '2.7.1',
|
||||||
description: 'GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs'
|
description: 'GitOps management app for Gitea and GitLab - manage secrets, browse projects, view CI pipelines, and stream build logs'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user