Skip to content

Commit 54eae37

Browse files
authored
chore: bump patch version (#17)
1 parent 7d941ef commit 54eae37

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

skills/azure-networking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bcgov/skill-azure-networking",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Azure subnet, NSG, and private-endpoint patterns for adding subnets inside an existing VNet — atomic NSG-at-creation, per-service delegation, PE subnet layout, ARM write serialization, and reference NSG layouts for PE, APIM, App Gateway, and Container Apps subnets. Tool-agnostic with Terraform, Bicep, and az CLI examples.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"

skills/github-actions/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bcgov/skill-github-actions",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "BC Gov hardening defaults for GitHub Actions workflows — deny-all permissions baseline with per-job step-ups, first-party tag vs third-party SHA pinning, fork-gate, single results-aggregator required check, pinned ubuntu-24.04 runners, script-injection-safe env handling, and signed-commit ruleset interaction.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"
@@ -11,5 +11,4 @@
1111
"directory": "skills/github-actions"
1212
},
1313
"license": "Apache-2.0"
14-
1514
}

skills/openshift-deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bcgov/skill-openshift-deployment",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "BC Gov Private Cloud OpenShift workload-manifest guidance — choosing the right controller (Deployment, StatefulSet, DaemonSet, Job, CronJob) and shaping it for the platform: container resources and QoS (Guaranteed vs Burstable vs BestEffort), the namespace LimitRange defaults, liveness/readiness/startup probes, terminationGracePeriod and SIGTERM (PID-1 reaping with tini/dumb-init), PodDisruptionBudgets, horizontal scaling (HPA, VPA), and CronJob admission rules. Out of scope: NetworkPolicies, Vault/ESO, Argo CD, Artifactory, Porter, storage class choice, Sysdig, ACS.",
55
"publishConfig": {
66
"registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)