Bumping version

This commit is contained in:
Mike Farah 2021-11-14 11:09:14 +11:00
parent 33871bf007
commit a17c97b515
6 changed files with 11 additions and 4 deletions

View File

@ -8,12 +8,15 @@ updates:
- package-ecosystem: docker
directory: /
schedule:
day: thursday
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
day: thursday
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
day: thursday
interval: weekly

View File

@ -11,7 +11,7 @@ var (
GitDescribe string
// 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)
// then it means that it is a final release. Otherwise, this is a pre-release

View File

@ -1,4 +1,4 @@
FROM mikefarah/yq:4.14.1
FROM mikefarah/yq:4.14.2
COPY entrypoint.sh /entrypoint.sh

View File

@ -1,9 +1,9 @@
- update release notes
- check dependabot
- increment version in version.go
- increment version in snapcraft.yaml
- increment version in github-action/Dockerfile
- 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)
- commit version update changes
- tag git with same version number

View File

@ -1,3 +1,7 @@
4.14.2:
- Fixed header preprocessing issue (#1000)
- Bumped version dependencies
4.14.1:
- Added group_by operator
- Added encode/decode operators (toyaml, fromjson etc) (#974)

View File

@ -1,5 +1,5 @@
name: yq
version: '4.14.1'
version: '4.14.2'
summary: A lightweight and portable command-line YAML processor
description: |
The aim of the project is to be the jq or sed of yaml files.