Skip to content

Commit 4f8c1f9

Browse files
authored
Merge pull request #87 from cfx47/patch-3
Update four Federal agency names in `agencies.csv`
2 parents 1a2b6ad + ea8dcc7 commit 4f8c1f9

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ expects the secrets in a different location.
3333
To run the `cisagov/saver` image via Docker:
3434

3535
```console
36-
docker run cisagov/saver:1.3.6
36+
docker run cisagov/saver:1.3.7
3737
```
3838

3939
### Running with Docker Compose ###
@@ -46,7 +46,7 @@ docker run cisagov/saver:1.3.6
4646

4747
services:
4848
saver:
49-
image: cisagov/saver:1.3.6
49+
image: cisagov/saver:1.3.7
5050
volumes:
5151
- type: bind
5252
source: <your_log_dir>
@@ -92,7 +92,7 @@ environment variables. See the
9292
9393
services:
9494
trustymail_reporter:
95-
image: cisagov/saver:1.3.6
95+
image: cisagov/saver:1.3.7
9696
volumes:
9797
- type: bind
9898
source: <your_log_dir>
@@ -129,7 +129,7 @@ environment variables. See the
129129
1. Pull the new image:
130130

131131
```console
132-
docker pull cisagov/saver:1.3.6
132+
docker pull cisagov/saver:1.3.7
133133
```
134134

135135
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -139,11 +139,11 @@ environment variables. See the
139139
The images of this container are tagged with [semantic
140140
versions](https://semver.org) of the underlying saver project that they
141141
containerize. It is recommended that most users use a version tag (e.g.
142-
`:1.3.6`).
142+
`:1.3.7`).
143143

144144
| Image:tag | Description |
145145
|-----------|-------------|
146-
|`cisagov/saver:1.3.6`| An exact release version. |
146+
|`cisagov/saver:1.3.7`| An exact release version. |
147147
|`cisagov/saver:1.3`| The most recent release matching the major and minor version numbers. |
148148
|`cisagov/saver:1`| The most recent release matching the major version number. |
149149
|`cisagov/saver:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -206,8 +206,8 @@ Build the image locally using this git repository as the [build context](https:/
206206

207207
```console
208208
docker build \
209-
--build-arg VERSION=1.3.6 \
210-
--tag cisagov/saver:1.3.6 \
209+
--build-arg VERSION=1.3.7 \
210+
--tag cisagov/saver:1.3.7 \
211211
https://github.com/cisagov/saver.git#develop
212212
```
213213

@@ -237,9 +237,9 @@ Docker:
237237
docker buildx build \
238238
--file Dockerfile-x \
239239
--platform linux/amd64 \
240-
--build-arg VERSION=1.3.6 \
240+
--build-arg VERSION=1.3.7 \
241241
--output type=docker \
242-
--tag cisagov/saver:1.3.6 .
242+
--tag cisagov/saver:1.3.7 .
243243
```
244244

245245
## Contributing ##

src/include/agencies.csv

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AMTRAK,AMTRAK
55
Appalachian Regional Commission,APPRC
66
Armed Forces Retirement Home,AFRH
77
Barry Goldwater Scholarship and Excellence in Education Foundation,BGSF
8-
Chemical Safety Board,CSB
8+
U.S. Chemical Safety Board,CSB
99
Christopher Columbus Fellowship Foundation,CCFF
1010
Civil Air Patrol,CAP
1111
Commodity Futures Trading Commission,CFTC
@@ -36,7 +36,7 @@ Election Assistance Commission,EAC
3636
Environmental Protection Agency,EPA
3737
Equal Employment Opportunity Commission,EEOC
3838
Executive Office of the President,EOP
39-
Export Import Bank of the U.S.,EXIM
39+
Export-Import Bank of the United States,EXIM
4040
Farm Credit Administration,FCA
4141
Federal Communications Commission,FCC
4242
Federal Deposit Insurance Corporation,FDIC
@@ -60,7 +60,7 @@ Institute of Museum and Library Services,IMLS
6060
Inter-American Foundation,IAF
6161
International Boundary and Water Commission,IBWC
6262
James Madison Memorial Fellowship Foundation,JMMFF
63-
Japan-US Friendship Commission,JUSFC
63+
Japan-U.S. Friendship Commission,JUSFC
6464
Legal Services Corporation,LSC
6565
Marine Mammal Commission,MMC
6666
Merit Systems Protection Board,MSPB
@@ -118,5 +118,5 @@ U.S. Commission on Civil Rights,USCCR
118118
U.S. Department of Agriculture,USDA
119119
U.S. Nuclear Waste Technical Review Board,NWTRB
120120
U.S. Office of Special Counsel,OSC
121-
U.S. Peace Corps,PC
121+
Peace Corps,PC
122122
Vietnam Education Foundation,VEF

src/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.6"
1+
__version__ = "1.3.7"

0 commit comments

Comments
 (0)