Skip to content

Commit beb4b95

Browse files
committed
Bump version to 4.3.0 and prepare for release
1 parent 22910d6 commit beb4b95

File tree

6 files changed

+71
-58
lines changed

6 files changed

+71
-58
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Fixed
13+
14+
### Removed
15+
16+
## [v4.3.0]
17+
18+
### Added
19+
1220
- Add optional `on_login_success` callback (#90)
1321

1422
### Fixed
@@ -164,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164172
- rails model concern to allow host app to add auth behaviour to a model
165173
- callback, logout and failure routes to handle auth
166174

167-
[Unreleased]: https://github.com/RaspberryPiFoundation/rpi-auth/compare/v4.2.1...HEAD
175+
[Unreleased]: https://github.com/RaspberryPiFoundation/rpi-auth/compare/v4.3.0...HEAD
176+
[v4.3.0]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.3.0
168177
[v4.2.1]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.2.1
169178
[v4.2.0]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.2.0
170179
[v4.1.1]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.1.1

gemfiles/rails_6.1.gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
rpi_auth (4.2.1)
4+
rpi_auth (4.3.0)
55
oauth2
66
omniauth-rails_csrf_protection (~> 1.0.0)
77
omniauth_openid_connect (~> 0.7.1)
@@ -100,13 +100,13 @@ GEM
100100
email_validator (2.2.4)
101101
activemodel
102102
erubi (1.13.1)
103-
faraday (2.13.0)
103+
faraday (2.13.4)
104104
faraday-net_http (>= 2.0, < 3.5)
105105
json
106106
logger
107107
faraday-follow_redirects (0.3.0)
108108
faraday (>= 1, < 3)
109-
faraday-net_http (3.4.0)
109+
faraday-net_http (3.4.1)
110110
net-http (>= 0.5.0)
111111
ffi (1.17.1)
112112
globalid (1.2.1)
@@ -116,14 +116,14 @@ GEM
116116
i18n (1.14.7)
117117
concurrent-ruby (~> 1.0)
118118
json (2.10.2)
119-
json-jwt (1.16.7)
119+
json-jwt (1.17.0)
120120
activesupport (>= 4.2)
121121
aes_key_wrap
122122
base64
123123
bindata
124124
faraday (~> 2.0)
125125
faraday-follow_redirects
126-
jwt (2.10.1)
126+
jwt (3.1.2)
127127
base64
128128
language_server-protocol (3.17.0.4)
129129
lint_roller (1.1.0)
@@ -162,13 +162,14 @@ GEM
162162
nokogiri (1.18.7)
163163
mini_portile2 (~> 2.8.2)
164164
racc (~> 1.4)
165-
oauth2 (2.0.9)
166-
faraday (>= 0.17.3, < 3.0)
167-
jwt (>= 1.0, < 3.0)
165+
oauth2 (2.0.12)
166+
faraday (>= 0.17.3, < 4.0)
167+
jwt (>= 1.0, < 4.0)
168+
logger (~> 1.2)
168169
multi_xml (~> 0.5)
169170
rack (>= 1.2, < 4)
170-
snaky_hash (~> 2.0)
171-
version_gem (~> 1.1)
171+
snaky_hash (~> 2.0, >= 2.0.3)
172+
version_gem (>= 1.1.8, < 3)
172173
omniauth (2.1.3)
173174
hashie (>= 3.4.6)
174175
rack (>= 2.2.3)
@@ -308,9 +309,9 @@ GEM
308309
simplecov_json_formatter (~> 0.1)
309310
simplecov-html (0.13.1)
310311
simplecov_json_formatter (0.1.4)
311-
snaky_hash (2.0.1)
312-
hashie
313-
version_gem (~> 1.1, >= 1.1.1)
312+
snaky_hash (2.0.3)
313+
hashie (>= 0.1.0, < 6)
314+
version_gem (>= 1.1.8, < 3)
314315
sprockets (4.2.1)
315316
concurrent-ruby (~> 1.0)
316317
rack (>= 2.2.4, < 4)
@@ -334,7 +335,7 @@ GEM
334335
validate_url (1.0.15)
335336
activemodel (>= 3.0.0)
336337
public_suffix
337-
version_gem (1.1.7)
338+
version_gem (1.1.8)
338339
webfinger (2.1.3)
339340
activesupport
340341
faraday (~> 2.0)

gemfiles/rails_7.0.gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
rpi_auth (4.2.1)
4+
rpi_auth (4.3.0)
55
oauth2
66
omniauth-rails_csrf_protection (~> 1.0.0)
77
omniauth_openid_connect (~> 0.7.1)
@@ -106,13 +106,13 @@ GEM
106106
email_validator (2.2.4)
107107
activemodel
108108
erubi (1.13.1)
109-
faraday (2.13.0)
109+
faraday (2.13.4)
110110
faraday-net_http (>= 2.0, < 3.5)
111111
json
112112
logger
113113
faraday-follow_redirects (0.3.0)
114114
faraday (>= 1, < 3)
115-
faraday-net_http (3.4.0)
115+
faraday-net_http (3.4.1)
116116
net-http (>= 0.5.0)
117117
ffi (1.17.1)
118118
globalid (1.2.1)
@@ -122,14 +122,14 @@ GEM
122122
i18n (1.14.7)
123123
concurrent-ruby (~> 1.0)
124124
json (2.10.2)
125-
json-jwt (1.16.7)
125+
json-jwt (1.17.0)
126126
activesupport (>= 4.2)
127127
aes_key_wrap
128128
base64
129129
bindata
130130
faraday (~> 2.0)
131131
faraday-follow_redirects
132-
jwt (2.10.1)
132+
jwt (3.1.2)
133133
base64
134134
language_server-protocol (3.17.0.4)
135135
lint_roller (1.1.0)
@@ -168,13 +168,14 @@ GEM
168168
nokogiri (1.18.7)
169169
mini_portile2 (~> 2.8.2)
170170
racc (~> 1.4)
171-
oauth2 (2.0.9)
172-
faraday (>= 0.17.3, < 3.0)
173-
jwt (>= 1.0, < 3.0)
171+
oauth2 (2.0.12)
172+
faraday (>= 0.17.3, < 4.0)
173+
jwt (>= 1.0, < 4.0)
174+
logger (~> 1.2)
174175
multi_xml (~> 0.5)
175176
rack (>= 1.2, < 4)
176-
snaky_hash (~> 2.0)
177-
version_gem (~> 1.1)
177+
snaky_hash (~> 2.0, >= 2.0.3)
178+
version_gem (>= 1.1.8, < 3)
178179
omniauth (2.1.3)
179180
hashie (>= 3.4.6)
180181
rack (>= 2.2.3)
@@ -314,9 +315,9 @@ GEM
314315
simplecov_json_formatter (~> 0.1)
315316
simplecov-html (0.13.1)
316317
simplecov_json_formatter (0.1.4)
317-
snaky_hash (2.0.1)
318-
hashie
319-
version_gem (~> 1.1, >= 1.1.1)
318+
snaky_hash (2.0.3)
319+
hashie (>= 0.1.0, < 6)
320+
version_gem (>= 1.1.8, < 3)
320321
swd (2.0.3)
321322
activesupport (>= 3)
322323
attr_required (>= 0.0.5)
@@ -333,7 +334,7 @@ GEM
333334
validate_url (1.0.15)
334335
activemodel (>= 3.0.0)
335336
public_suffix
336-
version_gem (1.1.7)
337+
version_gem (1.1.8)
337338
webfinger (2.1.3)
338339
activesupport
339340
faraday (~> 2.0)

gemfiles/rails_7.1.gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
rpi_auth (4.2.1)
4+
rpi_auth (4.3.0)
55
oauth2
66
omniauth-rails_csrf_protection (~> 1.0.0)
77
omniauth_openid_connect (~> 0.7.1)
@@ -121,13 +121,13 @@ GEM
121121
email_validator (2.2.4)
122122
activemodel
123123
erubi (1.13.1)
124-
faraday (2.13.0)
124+
faraday (2.13.4)
125125
faraday-net_http (>= 2.0, < 3.5)
126126
json
127127
logger
128128
faraday-follow_redirects (0.3.0)
129129
faraday (>= 1, < 3)
130-
faraday-net_http (3.4.0)
130+
faraday-net_http (3.4.1)
131131
net-http (>= 0.5.0)
132132
ffi (1.17.1)
133133
globalid (1.2.1)
@@ -142,14 +142,14 @@ GEM
142142
rdoc (>= 4.0.0)
143143
reline (>= 0.4.2)
144144
json (2.10.2)
145-
json-jwt (1.16.7)
145+
json-jwt (1.17.0)
146146
activesupport (>= 4.2)
147147
aes_key_wrap
148148
base64
149149
bindata
150150
faraday (~> 2.0)
151151
faraday-follow_redirects
152-
jwt (2.10.1)
152+
jwt (3.1.2)
153153
base64
154154
language_server-protocol (3.17.0.4)
155155
lint_roller (1.1.0)
@@ -189,13 +189,14 @@ GEM
189189
nokogiri (1.18.7)
190190
mini_portile2 (~> 2.8.2)
191191
racc (~> 1.4)
192-
oauth2 (2.0.9)
193-
faraday (>= 0.17.3, < 3.0)
194-
jwt (>= 1.0, < 3.0)
192+
oauth2 (2.0.12)
193+
faraday (>= 0.17.3, < 4.0)
194+
jwt (>= 1.0, < 4.0)
195+
logger (~> 1.2)
195196
multi_xml (~> 0.5)
196197
rack (>= 1.2, < 4)
197-
snaky_hash (~> 2.0)
198-
version_gem (~> 1.1)
198+
snaky_hash (~> 2.0, >= 2.0.3)
199+
version_gem (>= 1.1.8, < 3)
199200
omniauth (2.1.3)
200201
hashie (>= 3.4.6)
201202
rack (>= 2.2.3)
@@ -353,9 +354,9 @@ GEM
353354
simplecov_json_formatter (~> 0.1)
354355
simplecov-html (0.13.1)
355356
simplecov_json_formatter (0.1.4)
356-
snaky_hash (2.0.1)
357-
hashie
358-
version_gem (~> 1.1, >= 1.1.1)
357+
snaky_hash (2.0.3)
358+
hashie (>= 0.1.0, < 6)
359+
version_gem (>= 1.1.8, < 3)
359360
stringio (3.1.6)
360361
swd (2.0.3)
361362
activesupport (>= 3)
@@ -373,7 +374,7 @@ GEM
373374
validate_url (1.0.15)
374375
activemodel (>= 3.0.0)
375376
public_suffix
376-
version_gem (1.1.7)
377+
version_gem (1.1.8)
377378
webfinger (2.1.3)
378379
activesupport
379380
faraday (~> 2.0)

gemfiles/rails_7.2.gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
rpi_auth (4.2.1)
4+
rpi_auth (4.3.0)
55
oauth2
66
omniauth-rails_csrf_protection (~> 1.0.0)
77
omniauth_openid_connect (~> 0.7.1)
@@ -115,13 +115,13 @@ GEM
115115
email_validator (2.2.4)
116116
activemodel
117117
erubi (1.13.1)
118-
faraday (2.13.0)
118+
faraday (2.13.4)
119119
faraday-net_http (>= 2.0, < 3.5)
120120
json
121121
logger
122122
faraday-follow_redirects (0.3.0)
123123
faraday (>= 1, < 3)
124-
faraday-net_http (3.4.0)
124+
faraday-net_http (3.4.1)
125125
net-http (>= 0.5.0)
126126
ffi (1.17.1-aarch64-linux-gnu)
127127
ffi (1.17.1-aarch64-linux-musl)
@@ -143,14 +143,14 @@ GEM
143143
rdoc (>= 4.0.0)
144144
reline (>= 0.4.2)
145145
json (2.10.2)
146-
json-jwt (1.16.7)
146+
json-jwt (1.17.0)
147147
activesupport (>= 4.2)
148148
aes_key_wrap
149149
base64
150150
bindata
151151
faraday (~> 2.0)
152152
faraday-follow_redirects
153-
jwt (2.10.1)
153+
jwt (3.1.2)
154154
base64
155155
language_server-protocol (3.17.0.4)
156156
lint_roller (1.1.0)
@@ -201,13 +201,14 @@ GEM
201201
racc (~> 1.4)
202202
nokogiri (1.18.7-x86_64-linux-musl)
203203
racc (~> 1.4)
204-
oauth2 (2.0.9)
205-
faraday (>= 0.17.3, < 3.0)
206-
jwt (>= 1.0, < 3.0)
204+
oauth2 (2.0.12)
205+
faraday (>= 0.17.3, < 4.0)
206+
jwt (>= 1.0, < 4.0)
207+
logger (~> 1.2)
207208
multi_xml (~> 0.5)
208209
rack (>= 1.2, < 4)
209-
snaky_hash (~> 2.0)
210-
version_gem (~> 1.1)
210+
snaky_hash (~> 2.0, >= 2.0.3)
211+
version_gem (>= 1.1.8, < 3)
211212
omniauth (2.1.3)
212213
hashie (>= 3.4.6)
213214
rack (>= 2.2.3)
@@ -365,9 +366,9 @@ GEM
365366
simplecov_json_formatter (~> 0.1)
366367
simplecov-html (0.13.1)
367368
simplecov_json_formatter (0.1.4)
368-
snaky_hash (2.0.1)
369-
hashie
370-
version_gem (~> 1.1, >= 1.1.1)
369+
snaky_hash (2.0.3)
370+
hashie (>= 0.1.0, < 6)
371+
version_gem (>= 1.1.8, < 3)
371372
stringio (3.1.6)
372373
swd (2.0.3)
373374
activesupport (>= 3)
@@ -386,7 +387,7 @@ GEM
386387
validate_url (1.0.15)
387388
activemodel (>= 3.0.0)
388389
public_suffix
389-
version_gem (1.1.7)
390+
version_gem (1.1.8)
390391
webfinger (2.1.3)
391392
activesupport
392393
faraday (~> 2.0)

lib/rpi_auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RpiAuth
4-
VERSION = '4.2.1'
4+
VERSION = '4.3.0'
55
end

0 commit comments

Comments
 (0)