mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Bumping version
This commit is contained in:
parent
33871bf007
commit
a17c97b515
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -8,12 +8,15 @@ updates:
|
|||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
|
day: thursday
|
||||||
interval: weekly
|
interval: weekly
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
|
day: thursday
|
||||||
interval: weekly
|
interval: weekly
|
||||||
- package-ecosystem: gomod
|
- package-ecosystem: gomod
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
|
day: thursday
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
@ -11,7 +11,7 @@ var (
|
|||||||
GitDescribe string
|
GitDescribe string
|
||||||
|
|
||||||
// Version is main version number that is being run at the moment.
|
// Version is main version number that is being run at the moment.
|
||||||
Version = "4.14.1"
|
Version = "4.14.2"
|
||||||
|
|
||||||
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
|
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
|
||||||
// then it means that it is a final release. Otherwise, this is a pre-release
|
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM mikefarah/yq:4.14.1
|
FROM mikefarah/yq:4.14.2
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
- update release notes
|
- update release notes
|
||||||
|
- check dependabot
|
||||||
- increment version in version.go
|
- increment version in version.go
|
||||||
- increment version in snapcraft.yaml
|
- increment version in snapcraft.yaml
|
||||||
- increment version in github-action/Dockerfile
|
- increment version in github-action/Dockerfile
|
||||||
- make sure local build passes
|
- make sure local build passes
|
||||||
- run ./scripts/secure.sh (manual because docker platforms)
|
|
||||||
- run ./scripts/copy-docs.sh (and commit the changed in the yq-book branch)
|
- run ./scripts/copy-docs.sh (and commit the changed in the yq-book branch)
|
||||||
- commit version update changes
|
- commit version update changes
|
||||||
- tag git with same version number
|
- tag git with same version number
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
4.14.2:
|
||||||
|
- Fixed header preprocessing issue (#1000)
|
||||||
|
- Bumped version dependencies
|
||||||
|
|
||||||
4.14.1:
|
4.14.1:
|
||||||
- Added group_by operator
|
- Added group_by operator
|
||||||
- Added encode/decode operators (toyaml, fromjson etc) (#974)
|
- Added encode/decode operators (toyaml, fromjson etc) (#974)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: yq
|
name: yq
|
||||||
version: '4.14.1'
|
version: '4.14.2'
|
||||||
summary: A lightweight and portable command-line YAML processor
|
summary: A lightweight and portable command-line YAML processor
|
||||||
description: |
|
description: |
|
||||||
The aim of the project is to be the jq or sed of yaml files.
|
The aim of the project is to be the jq or sed of yaml files.
|
||||||
|
Loading…
Reference in New Issue
Block a user