Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jkroepke-helm-secrets
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrors
jkroepke-helm-secrets
Commits
4f2d458a
Unverified
Commit
4f2d458a
authored
2 years ago
by
Jan-Otto Kröpke
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #293 from jkroepke/performance-sops
parents
0a6e9a41
c1ae43a0
No related branches found
Branches containing commit
Tags
v4.2.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+6
-1
6 additions, 1 deletion
CHANGELOG.md
scripts/backends/sops.sh
+1
-3
1 addition, 3 deletions
scripts/backends/sops.sh
with
7 additions
and
4 deletions
CHANGELOG.md
+
6
−
1
View file @
4f2d458a
...
...
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [4.2.2] - 2022-11-20
### Fixed
-
Performance issues with large value files
## [4.2.1] - 2022-11-14
### Fixed
-
fixes detection of SOPS YAML files with Windows line-endings (CR LF)
...
...
@@ -257,7 +261,8 @@ Started a fork of https://github.com/zendesk/helm-secrets
-
Verbose output is now on stderr
-
Support all helm sub commands and plugins
[
Unreleased
]:
https://github.com/kroepke/helm-secrets/compare/v4.2.1...HEAD
[
Unreleased
]:
https://github.com/kroepke/helm-secrets/compare/v4.2.2...HEAD
[
4.2.2
]:
https://github.com/jkroepke/helm-secrets/compare/v4.2.1...v4.2.2
[
4.2.1
]:
https://github.com/jkroepke/helm-secrets/compare/v4.2.0...v4.2.1
[
4.2.0
]:
https://github.com/jkroepke/helm-secrets/compare/v4.1.1...v4.2.0
[
4.1.1
]:
https://github.com/jkroepke/helm-secrets/compare/v4.1.0...v4.1.1
...
...
This diff is collapsed.
Click to expand it.
scripts/backends/sops.sh
+
1
−
3
View file @
4f2d458a
...
...
@@ -13,9 +13,7 @@ backend_is_file_encrypted() {
}
backend_is_encrypted
()
{
stdin
=
$(
cat
-
)
[
"
${
stdin
#*sops
}
"
!=
"
$stdin
"
]
&&
[
"
${
stdin
#*mac
}
"
!=
"
$stdin
"
]
&&
[
"
${
stdin
#*version
}
"
!=
"
$stdin
"
]
grep
-q
'mac.*,type:str]'
-
}
backend_encrypt_file
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment