Skip to content

Commit

Permalink
Merge pull request #21 from itsmechlark/release-please--branches--main
Browse files Browse the repository at this point in the history
chore: release main
  • Loading branch information
itsmechlark committed May 8, 2024
2 parents 96b954e + f865bca commit d1739d3
Show file tree
Hide file tree
Showing 13 changed files with 118 additions and 48 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
".": "1.4.2",
"src/1password": "1.0.2",
".": "1.5.0",
"src/1password": "1.1.0",
"src/act": "1.0.0",
"src/doppler": "2.1.3",
"src/postgresql": "1.4.0",
"src/rabbitmq-server": "1.0.0",
"src/redis-server": "1.0.1",
"src/snowflake-odbc": "1.0.0",
"src/doppler": "2.2.0",
"src/postgresql": "1.5.0",
"src/rabbitmq-server": "1.1.0",
"src/redis-server": "1.1.0",
"src/snowflake-odbc": "1.1.0",
"src/trivy": "1.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.5.0](https://github.com/itsmechlark/features/compare/v1.4.2...v1.5.0) (2024-05-08)


### Features

* **1password:** Bump 1Password to v2.28 ([b28cf01](https://github.com/itsmechlark/features/commit/b28cf018f71197661a82ecf025f97f653befefe3))
* **snowflake-odbc:** Support v3.2.0 ([b682dc0](https://github.com/itsmechlark/features/commit/b682dc02436af198709e4aec61711c34a009cdda))
* **snowflake-odbc:** Support v3.3 ([c306573](https://github.com/itsmechlark/features/commit/c306573b06d692406349549590171cc9179e897c))
* Support `noble` ubuntu ([c2a251a](https://github.com/itsmechlark/features/commit/c2a251aafc58c1d121cd6f07e36d4031921ee219))


### Bug Fixes

* **postgresql:** Support IPv6 ([1c4d1e0](https://github.com/itsmechlark/features/commit/1c4d1e0c9971c8912068d485f2705bfff0c44383))

## [1.4.2](https://github.com/itsmechlark/features/compare/v1.4.1...v1.4.2) (2024-01-30)


Expand Down
9 changes: 9 additions & 0 deletions src/1password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.1.0](https://github.com/itsmechlark/features/compare/1password-v1.0.2...1password-v1.1.0) (2024-05-08)


### Features

* **1password:** Bump 1Password to v2.28 ([b28cf01](https://github.com/itsmechlark/features/commit/b28cf018f71197661a82ecf025f97f653befefe3))
* Support `noble` ubuntu ([c2a251a](https://github.com/itsmechlark/features/commit/c2a251aafc58c1d121cd6f07e36d4031921ee219))
10 changes: 5 additions & 5 deletions src/1password/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}
},
"customizations": {
"vscode": {
"extensions": [
"1Password.op-vscode"
]
}
"vscode": {
"extensions": [
"1Password.op-vscode"
]
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
Expand Down
7 changes: 7 additions & 0 deletions src/doppler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/itsmechlark/features/compare/doppler-v2.1.3...doppler-v2.2.0) (2024-05-08)


### Features

* Support `noble` ubuntu ([c2a251a](https://github.com/itsmechlark/features/commit/c2a251aafc58c1d121cd6f07e36d4031921ee219))

## [2.1.3](https://github.com/itsmechlark/features/compare/doppler-v2.1.2...doppler-v2.1.3) (2024-01-30)


Expand Down
13 changes: 13 additions & 0 deletions src/postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [1.5.0](https://github.com/itsmechlark/features/compare/postgresql-v1.4.0...postgresql-v1.5.0) (2024-05-08)


### Features

* Support `noble` ubuntu ([c2a251a](https://github.com/itsmechlark/features/commit/c2a251aafc58c1d121cd6f07e36d4031921ee219))


### Bug Fixes

* **postgresql:** Support IPv6 ([1c4d1e0](https://github.com/itsmechlark/features/commit/1c4d1e0c9971c8912068d485f2705bfff0c44383))
28 changes: 14 additions & 14 deletions src/postgresql/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PostgreSQL",
"id": "postgresql",
"version": "1.6.0",
"version": "1.5.0",
"description": "PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.",
"options": {
"version": {
Expand All @@ -20,25 +20,25 @@
}
},
"mounts": [
{
"source": "dind-var-lib-postgresql-${devcontainerId}",
"target": "/var/lib/postgresql/data",
"type": "volume"
}
{
"source": "dind-var-lib-postgresql-${devcontainerId}",
"target": "/var/lib/postgresql/data",
"type": "volume"
}
],
"containerEnv": {
"PGDATA": "/var/lib/postgresql/data",
"PGHOST": "localhost",
"PGUSER": "postgres"
"PGDATA": "/var/lib/postgresql/data",
"PGHOST": "localhost",
"PGUSER": "postgres"
},
"entrypoint": "/usr/local/share/pq-init.sh",
"privileged": true,
"customizations": {
"vscode": {
"extensions": [
"ms-ossdata.vscode-postgresql"
]
}
"vscode": {
"extensions": [
"ms-ossdata.vscode-postgresql"
]
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
Expand Down
8 changes: 8 additions & 0 deletions src/rabbitmq-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/itsmechlark/features/compare/rabbitmq-server-v1.0.0...rabbitmq-server-v1.1.0) (2024-05-08)


### Features

* Support `noble` ubuntu ([c2a251a](https://github.com/itsmechlark/features/commit/c2a251aafc58c1d121cd6f07e36d4031921ee219))
10 changes: 5 additions & 5 deletions src/rabbitmq-server/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}
},
"mounts": [
{
"source": "dind-var-lib-rabbitmq-${devcontainerId}",
"target": "/var/lib/rabbitmq",
"type": "volume"
}
{
"source": "dind-var-lib-rabbitmq-${devcontainerId}",
"target": "/var/lib/rabbitmq",
"type": "volume"
}
],
"entrypoint": "/usr/local/share/rabbitmq-server-init.sh",
"installsAfter": [
Expand Down
8 changes: 8 additions & 0 deletions src/redis-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/itsmechlark/features/compare/redis-server-v1.0.1...redis-server-v1.1.0) (2024-05-08)


### Features

* Support `noble` ubuntu ([c2a251a](https://github.com/itsmechlark/features/commit/c2a251aafc58c1d121cd6f07e36d4031921ee219))
20 changes: 10 additions & 10 deletions src/redis-server/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
}
},
"mounts": [
{
"source": "dind-var-lib-redis-server-${devcontainerId}",
"target": "/var/lib/redis-server/data",
"type": "volume"
}
{
"source": "dind-var-lib-redis-server-${devcontainerId}",
"target": "/var/lib/redis-server/data",
"type": "volume"
}
],
"entrypoint": "/usr/local/share/redis-server-init.sh",
"privileged": true,
"customizations": {
"vscode": {
"extensions": [
"cweijan.vscode-redis-client"
]
}
"vscode": {
"extensions": [
"cweijan.vscode-redis-client"
]
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
Expand Down
10 changes: 10 additions & 0 deletions src/snowflake-odbc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## [1.1.0](https://github.com/itsmechlark/features/compare/snowflake-odbc-v1.0.0...snowflake-odbc-v1.1.0) (2024-05-08)


### Features

* **snowflake-odbc:** Support v3.2.0 ([b682dc0](https://github.com/itsmechlark/features/commit/b682dc02436af198709e4aec61711c34a009cdda))
* **snowflake-odbc:** Support v3.3 ([c306573](https://github.com/itsmechlark/features/commit/c306573b06d692406349549590171cc9179e897c))
* Support `noble` ubuntu ([c2a251a](https://github.com/itsmechlark/features/commit/c2a251aafc58c1d121cd6f07e36d4031921ee219))
14 changes: 7 additions & 7 deletions src/snowflake-odbc/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Snowflake ODBC",
"id": "snowflake-odbc",
"version": "1.2.0",
"version": "1.1.0",
"description": "Snowflake provides a driver for connecting to Snowflake using ODBC-based client applications.",
"documentationURL": "https://github.com/itsmechlark/features/tree/main/src/snowflake-odbc",
"options": {
Expand All @@ -20,14 +20,14 @@
],
"default": "3.3.1",
"description": "Select or enter Snowflake ODBC version"
}
}
},
"customizations": {
"vscode": {
"extensions": [
"snowflake.snowflake-vsc"
]
}
"vscode": {
"extensions": [
"snowflake.snowflake-vsc"
]
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
Expand Down

0 comments on commit d1739d3

Please sign in to comment.