Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ignore: |
*.enc.yaml
.github/**
.pre-commit-config.yaml
rules:
key-ordering: {}
rules: {}
yaml-files:
- "*.yaml"
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- migrated `.spec.config` to `.spec.extraConfigs`
- Templates: Rename `nginx-ingress-controller` to `ingress-nginx`. ([#85](https://github.com/giantswarm/gitops-template/pull/85))

### Removed

- Dropped the alphabetical `key-ordering` rule from `.yamllint`. It only
existed to keep PR diffs readable; the `yaml-diff` bot now provides clean
semantic diffs (ignoring key reordering), so the restriction is no longer
needed. Closes
[giantswarm/roadmap#4121](https://github.com/giantswarm/roadmap/issues/4121).

## [0.1.0] Initial release

- Added
Expand Down
Loading