Skip to content

Commit

Permalink
1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
palladius committed Jul 18, 2022
1 parent 6d0a1a5 commit 8434b2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/app02/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 2022-07-18 v1.28 [DEV] fixed env, removed RICCARDO_KUSTOMIZE_ENV and added CloudDeploy env vars.
* 2022-07-18 v1.27 [DEV] now we have 4 colors, one per different Target. This makes it easy to troubleshoot on Web page.
* 2022-07-16 v1.23 [OPS] fixed dockerfile to serve on 8080. NOW it should work!
* 2022-07-16 v1.22 [OPS] moved Depl from 80 to 8080 so now its the same as Python app. Could help my scripts :)
* 2022-07-15 v1.12 [OPS] moved prod -> production in skaffold stage to match CloudDeploy.yaml
Expand Down
2 changes: 1 addition & 1 deletion apps/app02/ruby-app/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.27colors
1.28env
2 changes: 1 addition & 1 deletion apps/app02/ruby-app/app.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$VERSION = File.read("VERSION").chomp
# Removing RACK_ENV because its always DEV and its confusing! :)
$interesting_envs = %w{ RICCARDO_KUSTOMIZE_ENV RICCARDO_MESSAGE FAVORITE_COLOR APP_NAME CLOUD_DEPLOY_TARGET_COMMON }
$interesting_envs = %w{ CLOUD_DEPLOY_TARGET RICCARDO_MESSAGE FAVORITE_COLOR APP_NAME CLOUD_DEPLOY_TARGET_COMMON }

class App
require 'socket'
Expand Down

0 comments on commit 8434b2d

Please sign in to comment.