Skip to content

Commit c21b8fb

Browse files
committed
v1.3.0
1 parent 46c3548 commit c21b8fb

20 files changed

+44
-37
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ['3.0', '2.7', '2.6', '2.5']
22+
ruby-version: ['3.1, '3.0', '2.7', '2.6', '2.5']
2323
env:
2424
BUNDLE_WITHOUT: docs development # https://bundler.io/v1.5/groups.html
2525
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.bundle/
77
/node_modules
88
.git
9+
package-lock.json

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ruby 3.0.1
2-
nodejs 14.17.4
1+
ruby 3.1.0
2+
nodejs 16.13.2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Official verified image
2-
FROM ruby:3.0.3-alpine3.15
2+
FROM ruby:3.1.0-alpine3.15
33

44
# Remote git repository <-> Remote container registry
55
LABEL org.opencontainers.image.source https://github.com/noraj/haiti

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
haiti-hash (1.2.3)
4+
haiti-hash (1.3.0)
55
docopt (~> 0.6)
66
paint (~> 2.2)
77

@@ -52,4 +52,4 @@ DEPENDENCIES
5252
yard (>= 0.9.27, < 0.10)
5353

5454
BUNDLED WITH
55-
2.2.15
55+
2.3.6

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
version: '3'
33
services:
44
haiti:
5-
image: noraj/haiti:1.2.3
5+
image: noraj/haiti:1.3.0
66
user: noraj
77
container_name: haiti
88
read_only: false
99
build:
1010
context: .
1111
dockerfile: Dockerfile
1212
args:
13-
HAITI_VERSION: 1.2.3
13+
HAITI_VERSION: 1.3.0

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## [Unreleased]
22

3+
## [1.3.0]
4+
5+
- Chore:
6+
- Add support for Ruby 3.1
7+
- Remove nodejs package lock
8+
- Update ruby version in Dockerfile
9+
- Documentation:
10+
- Add `pass` unlock step to build docker (DockerHub) for the publishing page
11+
312
## [1.2.3]
413

514
- Additions:

docs/pages/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ git clone https://github.com/noraj/haiti.git
6363
$ cd haiti
6464
$ docker-compose build
6565
# alternatively without docker compose
66-
$ docker build -f Dockerfile -t haiti:1.2.3 --build-arg HAITI_VERSION=1.2.3 .
66+
$ docker build -f Dockerfile -t haiti:1.3.0 --build-arg HAITI_VERSION=1.3.0 .
6767
```
6868

6969
Usage examples:
@@ -83,7 +83,7 @@ host: `docker.io`
8383
$ docker pull noraj/haiti
8484
8585
# specific tag
86-
$ docker pull noraj/haiti:1.2.3
86+
$ docker pull noraj/haiti:1.3.0
8787
```
8888

8989
Repository: [noraj/haiti](https://hub.docker.com/r/noraj/haiti).
@@ -99,7 +99,7 @@ host: `ghcr.io`
9999
$ docker pull ghcr.io/noraj/haiti
100100
101101
# specific tag
102-
$ docker pull ghcr.io/noraj/haiti:1.2.3
102+
$ docker pull ghcr.io/noraj/haiti:1.3.0
103103
```
104104

105105
Repository: [noraj/haiti](https://github.com/noraj/haiti/pkgs/container/haiti)
@@ -115,7 +115,7 @@ host: `registry-intl.eu-central-1.aliyuncs.com`
115115
$ docker pull registry-intl.eu-central-1.aliyuncs.com/noraj/haiti
116116
117117
# specific tag
118-
$ docker pull registry-intl.eu-central-1.aliyuncs.com/noraj/haiti:1.2.3
118+
$ docker pull registry-intl.eu-central-1.aliyuncs.com/noraj/haiti:1.3.0
119119
```
120120

121121
Repository: [the overview page is not public](https://cr.console.aliyun.com/repository/eu-central-1/noraj/haiti/details)

docs/pages/publishing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ $ gem push haiti-hash-x.x.x.gem
6565

6666
```
6767
$ docker build -f Dockerfile -t noraj/haiti:x.x.x --build-arg HAITI_VERSION=x.x.x .
68+
6869
$ docker login docker.io
70+
71+
$ pass show docker-credential-helpers/aHR0cHM6Ly9pbmRleC5kb2NrZXIuaW8vdjEv/USERNAME
6972
$ docker push docker.io/noraj/haiti:x.x.x
7073
$ docker push docker.io/noraj/haiti
7174
```

docs/yard/HashIdentifier.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ <h3 class="signature " id="type-instance_method">
468468
</div>
469469

470470
<div id="footer">
471-
Generated on Wed Dec 15 17:12:37 2021 by
471+
Generated on Mon Jan 31 14:23:03 2022 by
472472
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
473-
0.9.27 (ruby-3.0.1).
473+
0.9.27 (ruby-3.1.0).
474474
</div>
475475

476476
</div>

0 commit comments

Comments
 (0)