Skip to content

Commit

Permalink
bump v2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
morlay committed Aug 8, 2023
1 parent 3603bde commit e4387c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export VERSION = $(shell cat version)
all: dep patch

dep:
git submodule update --init
git submodule update --init --recursive
git submodule update --force --remote
git submodule foreach -q --recursive 'git reset --hard && git checkout ${VERSION}'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
## How to build

Same as https://github.com/goharbor/harbor
With the patch https://github.com/goharbor/harbor/compare/v2.6.2...morlay:patch-v2.6.2
With the patch https://github.com/goharbor/harbor/compare/v2.8.3...morlay:patch-v2.8.3

See more in https://github.com/octohelm/harbor/blob/main/.github/workflows/docker-publish-images.yml
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.8.2
v2.8.3

0 comments on commit e4387c0

Please sign in to comment.